diff options
-rw-r--r-- | devel/p5-DateTime-Format-DateManip/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-DateManip/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-DateTime-Format-DateManip/Makefile b/devel/p5-DateTime-Format-DateManip/Makefile index 0d3545a683e6..0475c85e993f 100644 --- a/devel/p5-DateTime-Format-DateManip/Makefile +++ b/devel/p5-DateTime-Format-DateManip/Makefile @@ -6,8 +6,7 @@ # PORTNAME= DateTime-Format-DateManip -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.02 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -30,7 +29,7 @@ MAN3= DateTime::Format::DateManip.3 .if ${PERL_LEVEL} < 500600 post-patch: - ${PERL} -pi -e '$$_ = "" if /^use bytes;/' ${WRKSRC}/lib/DateTime/Format/DateManip.pm + @${PERL} -pi -e '$$_ = "" if /^use bytes;/' ${WRKSRC}/lib/DateTime/Format/DateManip.pm .endif .include <bsd.port.post.mk> diff --git a/devel/p5-DateTime-Format-DateManip/distinfo b/devel/p5-DateTime-Format-DateManip/distinfo index c959aecf7bd8..6a0cf09bd9a6 100644 --- a/devel/p5-DateTime-Format-DateManip/distinfo +++ b/devel/p5-DateTime-Format-DateManip/distinfo @@ -1 +1 @@ -MD5 (DateTime-Format-DateManip-0.01.tar.gz) = d3f6f5346c18102fd4641e8ef61d1ea1 +MD5 (DateTime-Format-DateManip-0.02.tar.gz) = 85209c2dccdd96e043852c6fbdf74c8a |