mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- Update to 1.04
- Mark for perl 5.6.0 and higher
This commit is contained in:
parent
7926116710
commit
6a514685ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151790
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user