diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-09-21 21:39:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-09-21 21:39:32 +0800 |
commit | 6e0a1eed74f889b1a92a5ff59efacb87bb5fdda4 (patch) | |
tree | 7e9d209d434e6921a18b57a0488d57cff2f6a6b8 | |
parent | 55608dabc37dd82e44c5178cf89c86ec6a459cd4 (diff) | |
download | freebsd-ports-graphics-6e0a1eed74f889b1a92a5ff59efacb87bb5fdda4.tar.gz freebsd-ports-graphics-6e0a1eed74f889b1a92a5ff59efacb87bb5fdda4.tar.zst freebsd-ports-graphics-6e0a1eed74f889b1a92a5ff59efacb87bb5fdda4.zip |
- Update to 0.07
- Remove outdated USE_PERL5=5.14+ and post-patch:
Changes: http://search.cpan.org/dist/XML-Parsepp/Changes
-rw-r--r-- | textproc/p5-XML-Parsepp/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-Parsepp/distinfo | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/textproc/p5-XML-Parsepp/Makefile b/textproc/p5-XML-Parsepp/Makefile index 9c33f0599db..213a223cbd2 100644 --- a/textproc/p5-XML-Parsepp/Makefile +++ b/textproc/p5-XML-Parsepp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Parsepp -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +13,7 @@ COMMENT= Simplified pure Perl parser for XML LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USE_PERL5= 5.14+ configure +USE_PERL5= configure USES= perl5 -post-patch: - @${REINPLACE_CMD} -e 's|lib/Acme/XMLpp.pm|lib/XML/Parsepp.pm|' ${WRKSRC}/Makefile.PL - .include <bsd.port.mk> diff --git a/textproc/p5-XML-Parsepp/distinfo b/textproc/p5-XML-Parsepp/distinfo index 02942f2c934..4d902011f06 100644 --- a/textproc/p5-XML-Parsepp/distinfo +++ b/textproc/p5-XML-Parsepp/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-Parsepp-0.06.tar.gz) = 981cd1fc60c99a43d06c6968d4e618e78fb8cd4859ddb30a54b28371cbf51b1f -SIZE (XML-Parsepp-0.06.tar.gz) = 35980 +SHA256 (XML-Parsepp-0.07.tar.gz) = 4e94de3ace7c550ae3076fef940dd2d52a0d7d5393cb56de7819b2220f46024c +SIZE (XML-Parsepp-0.07.tar.gz) = 36106 |