Update to 2.7

This commit is contained in:
Lars Thegler 2005-02-22 14:54:08 +00:00
parent 7d6b36b5c5
commit 296f913996
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129550
2 changed files with 9 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Module-Pluggable
PORTVERSION= 2.6
PORTVERSION= 2.7
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
@ -22,4 +22,9 @@ PERL_MODBUILD= yes
MAN3= Module::Pluggable.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
post-patch:
@${PERL} -pi -e '$$_ = qq( local \$$^W;\n) if /no warnings/' ${WRKSRC}/lib/Module/Pluggable.pm
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (Module-Pluggable-2.6.tar.gz) = 7afe4dfb6756e1dc82f82c976d95ba38
SIZE (Module-Pluggable-2.6.tar.gz) = 9873
MD5 (Module-Pluggable-2.7.tar.gz) = 871144215d2e1057d225463f4ee2c6d0
SIZE (Module-Pluggable-2.7.tar.gz) = 10245