diff options
author | dougb <dougb@FreeBSD.org> | 2001-05-31 15:08:13 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-05-31 15:08:13 +0800 |
commit | cebba578027eeaa49f5ebb86ff066587a271ebea (patch) | |
tree | f5ff1f94212f47fe2fa2efe155ffc1ab6c2ba049 /mail | |
parent | 06c9136833e6aeea0206c6ef1522ec2ef3e49be3 (diff) | |
download | freebsd-ports-gnome-cebba578027eeaa49f5ebb86ff066587a271ebea.tar.gz freebsd-ports-gnome-cebba578027eeaa49f5ebb86ff066587a271ebea.tar.zst freebsd-ports-gnome-cebba578027eeaa49f5ebb86ff066587a271ebea.zip |
Update to 5.8.5, provided by the maintainer.
PR: ports/27783
Submitted by: Ville Eerola <ve@sci.fi>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 420d2be42a3b..9152a88d350e 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 5.8.1 +PORTVERSION= 5.8.5 CATEGORIES= mail ipv6 MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/python2.0/site-packages/_tkinter.so:${PORTSDIR}/x1 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-POP2 --enable-SDPS \ - --enable-nls --with-hesiod=no + --enable-nls --with-hesiod=no --enable-fallback=no CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 2f37a63f9d26..e066236e6401 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1 +1 @@ -MD5 (fetchmail-5.8.1.tar.gz) = eb76504e83d2bae98c630526664262ba +MD5 (fetchmail-5.8.5.tar.gz) = 980e67fedcd02578d45fd939fe1c1643 |