diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-05-31 07:08:13 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-05-31 07:08:13 +0000 |
commit | d04b9f26733d3674f3624deeaeb5ffcdee2fa221 (patch) | |
tree | d72f81454793226be014514ab50d785d8ac05a0f | |
parent | - Store documentation in ${PREFIX}/share/doc/sendmail: (diff) |
Update to 5.8.5, provided by the maintainer.
PR: ports/27783
Submitted by: Ville Eerola <ve@sci.fi>
Notes
Notes:
svn path=/head/; revision=43340
-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 |