Update to 0.7.14.
This commit is contained in:
parent
b42d78ff38
commit
d32d3d81b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61177
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Mail-Sender
|
||||
PORTVERSION= 0.7.10
|
||||
PORTVERSION= 0.7.14
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mail
|
||||
|
@ -22,8 +22,9 @@ PERL_CONFIGURE= yes
|
|||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Mail::Sender.3
|
||||
|
||||
.if defined(BATCH)
|
||||
post-patch:
|
||||
${PERL} -pi -e '$$_="" if /\bwarnings\b/' ${WRKSRC}/Sender.pm
|
||||
.if defined(BATCH)
|
||||
${PERL} -pi -e 's/res = <STDIN>;/res = "N";/' ${WRKSRC}/Config.PL
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Mail-Sender-0.7.10.tar.gz) = ee5f635074daa608e1a1169be65539b0
|
||||
MD5 (Mail-Sender-0.7.14.tar.gz) = 795781b24694d2a8acfb9554531971f7
|
||||
|
|
Loading…
Reference in a new issue