summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-04-24 06:24:45 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-04-24 06:24:45 +0000
commit979c48764681ba0351f34ea1902987e26c295b8e (patch)
treec54ad6bfc9d1656c6bd64fd423a44ebd1e81b09c /mail/fetchmail
parentI moved again a month ago, just a little less far this time... (diff)
Update to 5.8.1 with lots of bugfixes. Remove the substitution of
/usr/bin/true for autoconf and friends - the fetchmail build system does the right thing now. Approved by: maintainer Apologies to: sobomax for my harsher-than-needed complaints for his fast and to-the-point port fixes.
Notes
Notes: svn path=/head/; revision=41847
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile2
-rw-r--r--mail/fetchmail/distinfo2
-rw-r--r--mail/fetchmail/files/patch-configure15
3 files changed, 2 insertions, 17 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 7f77ddcce5b5..420d2be42a3b 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -10,7 +10,7 @@
# want fetchmailconf to work, define WITH_X11
PORTNAME= fetchmail
-PORTVERSION= 5.7.6
+PORTVERSION= 5.8.1
CATEGORIES= mail ipv6
MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
ftp://ftp.ccil.org/pub/esr/fetchmail/
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index bbd3a70ae360..2f37a63f9d26 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1 +1 @@
-MD5 (fetchmail-5.7.6.tar.gz) = b2103e7729b933c0eff4c16d531eb072
+MD5 (fetchmail-5.8.1.tar.gz) = eb76504e83d2bae98c630526664262ba
diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure
index efd462772c88..02ee025e221f 100644
--- a/mail/fetchmail/files/patch-configure
+++ b/mail/fetchmail/files/patch-configure
@@ -12,18 +12,3 @@ $FreeBSD$
cat >> confdefs.h <<\EOF
#define SSL_ENABLE 1
EOF
-@@ -6799,10 +6799,10 @@
- s%@INSTALL_DATA@%$INSTALL_DATA%g
- s%@PACKAGE@%$PACKAGE%g
- s%@VERSION@%$VERSION%g
--s%@ACLOCAL@%$ACLOCAL%g
--s%@AUTOCONF@%$AUTOCONF%g
--s%@AUTOMAKE@%$AUTOMAKE%g
--s%@AUTOHEADER@%$AUTOHEADER%g
-+s%@ACLOCAL@%/usr/bin/true%g
-+s%@AUTOCONF@%/usr/bin/true%g
-+s%@AUTOMAKE@%/usr/bin/true%g
-+s%@AUTOHEADER@%/usr/bin/true%g
- s%@MAKEINFO@%$MAKEINFO%g
- s%@SET_MAKE@%$SET_MAKE%g
- s%@host@%$host%g