diff options
author | lth <lth@FreeBSD.org> | 2005-10-14 00:49:52 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-10-14 00:49:52 +0800 |
commit | d1a4ccb5e91dfd4abb0ae3bd181946ebefc81000 (patch) | |
tree | 1d16733be12a92774e5de02413eb062c954f57e9 /textproc | |
parent | f9df20da17d8e9d6e1760218747a43dad4b44877 (diff) | |
download | freebsd-ports-gnome-d1a4ccb5e91dfd4abb0ae3bd181946ebefc81000.tar.gz freebsd-ports-gnome-d1a4ccb5e91dfd4abb0ae3bd181946ebefc81000.tar.zst freebsd-ports-gnome-d1a4ccb5e91dfd4abb0ae3bd181946ebefc81000.zip |
Update to 1.103
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PPI/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-PPI/distinfo | 4 |
2 files changed, 11 insertions, 9 deletions
diff --git a/textproc/p5-PPI/Makefile b/textproc/p5-PPI/Makefile index ced7b80b953b..d6379e504d15 100644 --- a/textproc/p5-PPI/Makefile +++ b/textproc/p5-PPI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PPI -PORTVERSION= 1.101 +PORTVERSION= 1.103 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMK @@ -15,12 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Analyze and manipulate Perl code without using perl itself -BUILD_DEPENDS= ${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \ - ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ + ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \ ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector \ - ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ + ${SITE_PERL}/File/Remove.pm:${PORTSDIR}/devel/p5-File-Remove \ ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable + ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \ + ${SITE_PERL}/Test/SubCalls.pm:${PORTSDIR}/devel/p5-Test-SubCalls RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -107,8 +109,8 @@ post-patch: .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8 and try again +.if ${PERL_LEVEL} < 500601 +IGNORE= requires Perl 5.6.1 or newer. Install lang/perl5 or lang/perl5.8 and try again .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-PPI/distinfo b/textproc/p5-PPI/distinfo index 8200538164a3..9f9180946530 100644 --- a/textproc/p5-PPI/distinfo +++ b/textproc/p5-PPI/distinfo @@ -1,2 +1,2 @@ -MD5 (PPI-1.101.tar.gz) = eee8e55568ab88784042a6e5b5bcb1e6 -SIZE (PPI-1.101.tar.gz) = 167307 +MD5 (PPI-1.103.tar.gz) = d7d93e5fb393beeceb630041a11a2f03 +SIZE (PPI-1.103.tar.gz) = 167506 |