summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RSS-JavaScript/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-04-05 10:56:40 +0000
committerLars Thegler <lth@FreeBSD.org>2005-04-05 10:56:40 +0000
commit8a9cbf0da0a5f2d67d8efd43efd2148994cc5939 (patch)
treebcf65a86435fbc6e4d308b1ad7d929123330065f /textproc/p5-XML-RSS-JavaScript/Makefile
parentf5b7cb7c30727b2eb65a5865f79b0d306023aec7 (diff)
Notes
Diffstat (limited to 'textproc/p5-XML-RSS-JavaScript/Makefile')
-rw-r--r--textproc/p5-XML-RSS-JavaScript/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-XML-RSS-JavaScript/Makefile b/textproc/p5-XML-RSS-JavaScript/Makefile
index 05a53548866e..089d6a411455 100644
--- a/textproc/p5-XML-RSS-JavaScript/Makefile
+++ b/textproc/p5-XML-RSS-JavaScript/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-RSS-JavaScript
-PORTVERSION= 0.3
+PORTVERSION= 0.41
CATEGORIES= textproc www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -25,7 +25,9 @@ MAN3= XML::RSS::JavaScript.3
.if ${PERL_LEVEL} < 500600
post-patch:
- @${PERL} -pi -e 's/^our (\S+)/use vars qw{$$1};$$1/g' ${WRKSRC}/lib/XML/RSS/JavaScript.pm
+ @${PERL} -pi -e 's/^our (\S+)/use vars qw{$$1};$$1/g;' \
+ -e 's/\r//g;' \
+ ${WRKSRC}/lib/XML/RSS/JavaScript.pm
.endif
.include <bsd.port.post.mk>