From 6a514685ea14b2ca605243e6cb034ff3fc78b20f Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Wed, 21 Dec 2005 20:35:22 +0000 Subject: - Update to 1.04 - Mark for perl 5.6.0 and higher --- mail/p5-Mail-RBL/Makefile | 17 +++++++---------- mail/p5-Mail-RBL/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 13 deletions(-) (limited to 'mail/p5-Mail-RBL') 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 -.include +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.x or higher. Please install lang/perl5.8 and try again. +.endif + +.include 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 -- cgit v1.2.3