diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-05-03 01:56:52 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-05-03 01:56:52 +0000 |
commit | 6cef561456502fb51e17791ee0a13ea5bd13319b (patch) | |
tree | 10c56d35804173397404aa757f04539575da1e84 /mail | |
parent | 43999713c67ba7f681bace9e86b36fc5cd33428c (diff) | |
download | FreeBSD-ports-6cef561456502fb51e17791ee0a13ea5bd13319b.zip FreeBSD-ports-6cef561456502fb51e17791ee0a13ea5bd13319b.tar.gz |
Update port to 4.30
Diffstat (limited to 'mail')
-rw-r--r-- | mail/grepmail/Makefile | 4 | ||||
-rw-r--r-- | mail/grepmail/distinfo | 2 | ||||
-rw-r--r-- | mail/grepmail/files/patch-aa | 8 |
3 files changed, 12 insertions, 2 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index b82b4af..91066a9 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -6,18 +6,20 @@ # PORTNAME= grepmail -PORTVERSION= 4.23 +PORTVERSION= 4.30 CATEGORIES= mail MASTER_SITES= http://download.sourceforge.net/grepmail/ MAINTAINER= jedgar@FreeBSD.org +USE_PERL5= yes NO_BUILD= yes POD2MAN?= /usr/bin/pod2man MAN1= grepmail.1 do-configure: + @${PERL} -pi.orig -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail.DP @cd ${WRKSRC} && ${CP} grepmail.DP grepmail @cd ${WRKSRC} && ${POD2MAN} grepmail > grepmail.1 diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index 7b021e9..15b6b82 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1 +1 @@ -MD5 (grepmail-4.23.tar.gz) = 365ff5bf222e88e36cf56166874a2880 +MD5 (grepmail-4.30.tar.gz) = 305afe63b5cd4bdcd9a1a8a599a3e718 diff --git a/mail/grepmail/files/patch-aa b/mail/grepmail/files/patch-aa new file mode 100644 index 0000000..fd6c07a --- /dev/null +++ b/mail/grepmail/files/patch-aa @@ -0,0 +1,8 @@ +--- grepmail.DP.orig Tue May 2 18:23:15 2000 ++++ grepmail.DP Tue May 2 21:52:00 2000 +@@ -1,4 +1,4 @@ +-#!/users/dwc3q/bin/perl -w ++#!_PERL_ + + # grepmail + |