diff options
author | jedgar <jedgar@FreeBSD.org> | 2002-01-04 03:50:43 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2002-01-04 03:50:43 +0800 |
commit | 9e95b77ad9f0a80ea1a0c9a7c7157c4c3c95809c (patch) | |
tree | 34b37f03cd12abd9c7316127cef8acbdd53c7e4a | |
parent | 06ba0e435d18e12f15a0ce8464ba6d5260dcf7b3 (diff) | |
download | freebsd-ports-gnome-9e95b77ad9f0a80ea1a0c9a7c7157c4c3c95809c.tar.gz freebsd-ports-gnome-9e95b77ad9f0a80ea1a0c9a7c7157c4c3c95809c.tar.zst freebsd-ports-gnome-9e95b77ad9f0a80ea1a0c9a7c7157c4c3c95809c.zip |
Update port to 4.70
-rw-r--r-- | mail/grepmail/Makefile | 6 | ||||
-rw-r--r-- | mail/grepmail/distinfo | 2 | ||||
-rw-r--r-- | mail/grepmail/files/patch-ab | 11 |
3 files changed, 2 insertions, 17 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 7a3153469730..dfcb69f24812 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grepmail -PORTVERSION= 4.60 +PORTVERSION= 4.70 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,10 +20,6 @@ PERL_CONFIGURE= yes MAN1= grepmail.1 -post-extract: - # we don't want to build the FastReader module - @${RM} -f ${WRKSRC}/FastReader/Makefile.PL - post-patch: @${PERL} -pi -e 's!<STDIN>!"n"!' ${WRKSRC}/Makefile.PL @${PERL} -pi -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index b2cd83b6b68b..a56479a0cf44 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1 +1 @@ -MD5 (grepmail-4.60.tar.gz) = 5f420466dd392d9e28e6d93903c54064 +MD5 (grepmail-4.70.tar.gz) = 5ebb0809df1bf4eb8f6251d23e286965 diff --git a/mail/grepmail/files/patch-ab b/mail/grepmail/files/patch-ab deleted file mode 100644 index 38c15ea6b6af..000000000000 --- a/mail/grepmail/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Mon Sep 10 10:10:40 2001 -+++ Makefile.PL Fri Dec 7 10:12:22 2001 -@@ -54,7 +54,7 @@ - can speed things up by 10-20% - EOF - print "=> [y] "; -- my $response = <STDIN>; -+ my $response = "n"; - - if ($response =~ /^n/i) - { |