diff options
-rw-r--r-- | mail/fetchmail/Makefile | 2 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-configure | 15 |
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 |