Skip to content

Commit

Permalink
xmlwrapp: update to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Aug 13, 2024
1 parent 8548b91 commit f7f4e82
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions devel/xmlwrapp/Portfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup github 1.0
PortGroup boost 1.0
PortGroup github 1.0

github.setup vslavik xmlwrapp 0.8.1 v
revision 1
github.setup vslavik xmlwrapp 0.9.1 v
revision 0
categories devel
platforms darwin
maintainers nomaintainer
license BSD

Expand All @@ -19,18 +18,22 @@ long_description ${name} is {*}${description}. \
part of the xmlwrapp package.

homepage https://vslavik.github.io/xmlwrapp/

checksums rmd160 35820425205f40b7768f6b8f36ae43b03d8e5c53 \
sha256 96c6229ce246edf9e48a8b566addd970a19eb9d4b51688afd104077e72679f75 \
size 1634662

github.tarball_from releases

depends_build port:pkgconfig
depends_build-append \
path:bin/pkg-config:pkgconfig

depends_lib port:libxml2 \
depends_lib-append port:libxml2 \
port:libxslt \
port:xz \
port:zlib

checksums rmd160 9c547cec156098a1c1277cefdbf66b10f6f1311d \
sha256 79c198eef6b9191e7f9019586b48e14d57f1aaadd9b672a494aa9d67636f9993 \
size 1470707
compiler.cxx_standard 2011

configure.args --disable-docs \
--disable-silent-rules \
Expand Down

0 comments on commit f7f4e82

Please sign in to comment.