diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-23 04:47:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-23 04:47:56 +0800 |
commit | 8a896e1fc71114b642fc41f4f4f08a6892ce1b2e (patch) | |
tree | a386c0be61bfd330df9a45d4047d29d0624e575e /textproc | |
parent | 6a59dfdd9186101934baa323789531daa6ecb5a6 (diff) | |
download | freebsd-ports-gnome-8a896e1fc71114b642fc41f4f4f08a6892ce1b2e.tar.gz freebsd-ports-gnome-8a896e1fc71114b642fc41f4f4f08a6892ce1b2e.tar.zst freebsd-ports-gnome-8a896e1fc71114b642fc41f4f4f08a6892ce1b2e.zip |
Update to 0.67
- Add LICENSE_FILE
- Sort TEST_DEPENDS
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/XML-Reader
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Reader/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-Reader/distinfo | 5 |
2 files changed, 9 insertions, 5 deletions
diff --git a/textproc/p5-XML-Reader/Makefile b/textproc/p5-XML-Reader/Makefile index fba37d560668..7350a69c3911 100644 --- a/textproc/p5-XML-Reader/Makefile +++ b/textproc/p5-XML-Reader/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= XML-Reader -PORTVERSION= 0.65 +PORTVERSION= 0.67 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,15 +11,18 @@ COMMENT= Reading XML and providing path information based on a pull-parser LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Acme-HTTP>=0:net/p5-Acme-HTTP -TEST_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \ - p5-XML-Parsepp>=0:textproc/p5-XML-Parsepp +TEST_DEPENDS= p5-XML-Parsepp>=0:textproc/p5-XML-Parsepp \ + p5-XML-Parser>=0:textproc/p5-XML-Parser USES= perl5 USE_PERL5= configure +NO_ARCH= yes + OPTIONS_DEFINE= PP PP_DESC= Use Pure Perl XML Parser (instead of compiled) diff --git a/textproc/p5-XML-Reader/distinfo b/textproc/p5-XML-Reader/distinfo index c194f3e1993b..8ba6aa4fb875 100644 --- a/textproc/p5-XML-Reader/distinfo +++ b/textproc/p5-XML-Reader/distinfo @@ -1,2 +1,3 @@ -SHA256 (XML-Reader-0.65.tar.gz) = 8f1f32cfd6f5fe42fbc2630588d4eca16414e481d071d2e4274037fab9a3d552 -SIZE (XML-Reader-0.65.tar.gz) = 75978 +TIMESTAMP = 1542896869 +SHA256 (XML-Reader-0.67.tar.gz) = 7e5274bd9f7812f81832b96788f105cf609e127d09e82a302c33c5c070bdab74 +SIZE (XML-Reader-0.67.tar.gz) = 77826 |