aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-RBL
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-21 20:35:22 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-21 20:35:22 +0000
commit6a514685ea14b2ca605243e6cb034ff3fc78b20f (patch)
tree9e944ea996f38bcb926d3300e045826509559e0b /mail/p5-Mail-RBL
parent7926116710ddf7814c077d9fd23db1e8dc0ea4dd (diff)
downloadports-6a514685ea14b2ca605243e6cb034ff3fc78b20f.tar.gz
ports-6a514685ea14b2ca605243e6cb034ff3fc78b20f.zip
- Update to 1.04
- Mark for perl 5.6.0 and higher
Notes
Notes: svn path=/head/; revision=151790
Diffstat (limited to 'mail/p5-Mail-RBL')
-rw-r--r--mail/p5-Mail-RBL/Makefile17
-rw-r--r--mail/p5-Mail-RBL/distinfo6
2 files changed, 10 insertions, 13 deletions
diff --git a/mail/p5-Mail-RBL/Makefile b/mail/p5-Mail-RBL/Makefile
index 092fffb1ab75..e185e824e443 100644
--- a/mail/p5-Mail-RBL/Makefile
+++ b/mail/p5-Mail-RBL/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Mail-RBL
-PORTVERSION= 1.02
+PORTVERSION= 1.04
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
@@ -26,13 +26,10 @@ MAN3= Mail::RBL.3
FILES= Makefile.PL RBL.pm
-pre-patch:
-.for i in ${FILES}
- @${PERL} -pi -e 's/\r//' ${WRKSRC}/${i}
-.endfor
- @${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
- -e '$$_="" if /require 5/;' \
- -e '$$_="" if /use warnings/;' \
- ${WRKSRC}/RBL.pm
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.x or higher. Please install lang/perl5.8 and try again.
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/mail/p5-Mail-RBL/distinfo b/mail/p5-Mail-RBL/distinfo
index 3a94584126f6..b1399191b6c3 100644
--- a/mail/p5-Mail-RBL/distinfo
+++ b/mail/p5-Mail-RBL/distinfo
@@ -1,3 +1,3 @@
-MD5 (Mail-RBL-1.02.tar.gz) = a35314740ca9b0b3e253c9c4765e9947
-SHA256 (Mail-RBL-1.02.tar.gz) = fa0b3005e570bf41b15845ae6fd64cd421442b4b41e4fff7cd4a21c84ba67fe4
-SIZE (Mail-RBL-1.02.tar.gz) = 5049
+MD5 (Mail-RBL-1.04.tar.gz) = 3cb858d412a6854ef5b062d6bbb339ef
+SHA256 (Mail-RBL-1.04.tar.gz) = 7dd409d6fa7d6722a1a1b896d3d5ece1e368342b3e66a001e559ad6dd94fd96e
+SIZE (Mail-RBL-1.04.tar.gz) = 5346