diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-06-12 22:49:06 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-06-12 22:49:06 +0000 |
commit | d32d3d81b944940e54b8a566fbfe0a063c8c932d (patch) | |
tree | d1440ee8d4d83d2c178df260ec0a64102ccaa3dc /mail/p5-Mail-Sender | |
parent | Fix gcc 2.95.3 crash resulting from a symbol conflict (diff) |
Update to 0.7.14.
Notes
Notes:
svn path=/head/; revision=61177
Diffstat (limited to 'mail/p5-Mail-Sender')
-rw-r--r-- | mail/p5-Mail-Sender/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile index 4330af6d5989..e6841125ef80 100644 --- a/mail/p5-Mail-Sender/Makefile +++ b/mail/p5-Mail-Sender/Makefile @@ -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 diff --git a/mail/p5-Mail-Sender/distinfo b/mail/p5-Mail-Sender/distinfo index 347d90ddf177..0beb93300abf 100644 --- a/mail/p5-Mail-Sender/distinfo +++ b/mail/p5-Mail-Sender/distinfo @@ -1 +1 @@ -MD5 (Mail-Sender-0.7.10.tar.gz) = ee5f635074daa608e1a1169be65539b0 +MD5 (Mail-Sender-0.7.14.tar.gz) = 795781b24694d2a8acfb9554531971f7 |