Skip to content

Commit 75a6f2e

Browse files
trustbyteherbygillot
authored andcommitted
xmlwrapp: update to 0.10.0
1 parent d6072e0 commit 75a6f2e

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

devel/xmlwrapp/Portfile

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# -*- 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
22

33
PortSystem 1.0
4-
PortGroup boost 1.0
54
PortGroup github 1.0
65

7-
github.setup vslavik xmlwrapp 0.9.1 v
6+
github.setup vslavik xmlwrapp 0.10.0 v
87
revision 0
98
categories devel
109
maintainers nomaintainer
@@ -19,22 +18,19 @@ long_description ${name} is {*}${description}. \
1918

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

22-
checksums rmd160 35820425205f40b7768f6b8f36ae43b03d8e5c53 \
23-
sha256 96c6229ce246edf9e48a8b566addd970a19eb9d4b51688afd104077e72679f75 \
24-
size 1634662
25-
21+
checksums rmd160 0b496fd0acfe2dc8842f5de97232dc01d2381615 \
22+
sha256 12002ad2147cac7e6ca7b6a7e4c977e4ada6c97570a02696307bc05322ec9647 \
23+
size 1473902
2624
github.tarball_from releases
2725

26+
use_autoreconf yes
27+
2828
depends_build-append \
2929
path:bin/pkg-config:pkgconfig
3030

3131
depends_lib-append port:libxml2 \
32-
port:libxslt \
33-
port:xz \
34-
port:zlib
32+
port:libxslt
3533

3634
compiler.cxx_standard 2011
3735

38-
configure.args --disable-docs \
39-
--disable-silent-rules \
40-
--disable-tests
36+
configure.args-append --disable-docs

0 commit comments

Comments
 (0)