diff options
author | naddy <naddy@FreeBSD.org> | 2002-10-31 22:54:22 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-10-31 22:54:22 +0800 |
commit | 96d7dfcaa127b216faf604879c1c4cd477b784eb (patch) | |
tree | 3e0e6cf8510c3580bd27bb23296170cfc4f8c0e5 /mail/fetchmail/Makefile | |
parent | 52684409ae6511c460dedc4c7cd1a802af4f4edb (diff) | |
download | freebsd-ports-gnome-96d7dfcaa127b216faf604879c1c4cd477b784eb.tar.gz freebsd-ports-gnome-96d7dfcaa127b216faf604879c1c4cd477b784eb.tar.zst freebsd-ports-gnome-96d7dfcaa127b216faf604879c1c4cd477b784eb.zip |
This port update fixes the pkg-plist to include the new localizations so they
are included in the package, and it contains many upstream bugfixes, installs
the NEWS documentation file. These are the upstream fixes:
* OTP fix patches from Stanislav Brabec <utx@penguin.cz>
* fix patch for writing antispam capability correctly in conf.c.
* Fix patches for Debian bugs #162571, #156592.
* Correction to manpage re -b and qmail.
* Patch to disable use of STLS if auth passwd is specified.
* Fix specfile generation to handle SSL correctly.
* New Danish, Turkish, and Catalan translation files.
* Improved ODMR debug messages.
* IMAP efficiency hack; don't fetch sizes unless needed.
* Detect and rewrite invalid return paths beginning with @.
* Fix for subtle freeing bug that suppressed information in some bounce msgs.
* Newline fix patches for internationalization files.
* Fix reversed test guarding authentication-failure warnings.
* Fix POP3 breakage starting at 5.9.14.
PR: 44330
Submitted by: Matthias Andree <matthias.andree@web.de>
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index fabb11925275..e3627511846d 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 6.1.0 +PORTVERSION= 6.1.1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ @@ -19,10 +19,12 @@ MAINTAINER= ve@sci.fi LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext .if defined(WITH_X11) -USE_PYTHON= yes RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter .endif +.if defined(WITH_X11) +USE_PYTHON= yes +.endif USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -36,7 +38,7 @@ MAN1= fetchmail.1 MLINKS= fetchmail.1 fetchmailconf.1 FDOC= ${PREFIX}/share/doc/fetchmail -DOCS= COPYING FAQ FEATURES NOTES README \ +DOCS= COPYING FAQ FEATURES NEWS NOTES README \ design-notes.html fetchmail-FAQ.html fetchmail-features.html .include <bsd.port.pre.mk> |