diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-17 21:43:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-17 21:43:39 +0800 |
commit | 0cbda1679fcd14e30203661e0505e76137aea577 (patch) | |
tree | 93c02cb682b998c8dbcef6829744c5cb6a0a18e0 /textproc | |
parent | d72035b04c202f7e5bec0c5eeca3df8fc68f8e59 (diff) | |
download | freebsd-ports-gnome-0cbda1679fcd14e30203661e0505e76137aea577.tar.gz freebsd-ports-gnome-0cbda1679fcd14e30203661e0505e76137aea577.tar.zst freebsd-ports-gnome-0cbda1679fcd14e30203661e0505e76137aea577.zip |
Update to 0.10
- Use USE_GNOME=libxml2 and USES=gnome
Changes: http://search.cpan.org/dist/XML-CanonicalizeXML/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-CanonicalizeXML/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-CanonicalizeXML/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-XML-CanonicalizeXML/Makefile b/textproc/p5-XML-CanonicalizeXML/Makefile index f86b119c8ff6..8b16b8df30d4 100644 --- a/textproc/p5-XML-CanonicalizeXML/Makefile +++ b/textproc/p5-XML-CanonicalizeXML/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-CanonicalizeXML -PORTVERSION= 0.05 +PORTVERSION= 0.10 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +13,10 @@ COMMENT= Extension for inclusive/exclusive canonicalization of XML LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -LIB_DEPENDS= libxml2.so:textproc/libxml2 - MAKE_JOBS_UNSAFE= yes +USE_GNOME= libxml2 USE_PERL5= configure -USES= perl5 tar:tgz +USES= gnome perl5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/CanonicalizeXML/CanonicalizeXML.so diff --git a/textproc/p5-XML-CanonicalizeXML/distinfo b/textproc/p5-XML-CanonicalizeXML/distinfo index 04591a58e90c..1a119cbeb2e2 100644 --- a/textproc/p5-XML-CanonicalizeXML/distinfo +++ b/textproc/p5-XML-CanonicalizeXML/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500141334 -SHA256 (XML-CanonicalizeXML-0.05.tgz) = 9787ddcfddbfcaabf93b5a75f963c6f2ef1386a8a0072e94a782447f109887d5 -SIZE (XML-CanonicalizeXML-0.05.tgz) = 16540 +TIMESTAMP = 1516191707 +SHA256 (XML-CanonicalizeXML-0.10.tar.gz) = e728464880cbb4c1f3fd771e0903a8526cd657b394bb37216035245cf1e286ee +SIZE (XML-CanonicalizeXML-0.10.tar.gz) = 57451 |