diff options
author | naddy <naddy@FreeBSD.org> | 2002-10-31 14:54:22 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-10-31 14:54:22 +0000 |
commit | 96d7dfcaa127b216faf604879c1c4cd477b784eb (patch) | |
tree | 3e0e6cf8510c3580bd27bb23296170cfc4f8c0e5 /mail/fetchmail | |
parent | 52684409ae6511c460dedc4c7cd1a802af4f4edb (diff) | |
download | FreeBSD-ports-96d7dfcaa127b216faf604879c1c4cd477b784eb.zip FreeBSD-ports-96d7dfcaa127b216faf604879c1c4cd477b784eb.tar.gz |
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')
-rw-r--r-- | mail/fetchmail/Makefile | 8 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-configure | 10 | ||||
-rw-r--r-- | mail/fetchmail/pkg-plist | 6 |
4 files changed, 17 insertions, 9 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index fabb119..e362751 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> diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index b33105a..6ecfdd7 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1 +1 @@ -MD5 (fetchmail-6.1.0.tar.gz) = 8c57c33e4c49ffddde0024e24e371d25 +MD5 (fetchmail-6.1.1.tar.gz) = 67c04b718a6ceebf58ef00ff96161706 diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure index 02ee025..7e8ec4c 100644 --- a/mail/fetchmail/files/patch-configure +++ b/mail/fetchmail/files/patch-configure @@ -1,14 +1,14 @@ $FreeBSD$ ---- configure.orig Sun Mar 18 06:26:42 2001 -+++ configure Tue Mar 27 11:21:57 2001 -@@ -6240,7 +6240,7 @@ +--- configure.orig Fri Oct 18 21:56:01 2002 ++++ configure Mon Oct 21 11:56:31 2002 +@@ -13050,7 +13050,7 @@ CEFLAGS="$CEFLAGS -I$with_ssl/include" fi LDEFLAGS="$LDEFLAGS -L$with_ssl/lib" - LIBS="$LIBS -lssl -lcrypto" + LIBS="$LIBS -lssl -lcrypto $RSAGLUE" - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define SSL_ENABLE 1 - EOF + _ACEOF diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist index 30f347f..3b8f397 100644 --- a/mail/fetchmail/pkg-plist +++ b/mail/fetchmail/pkg-plist @@ -1,9 +1,11 @@ +@comment $FreeBSD$ bin/fetchmail bin/fetchmailconf libexec/fetchmailconf.bin %%PORTDOCS%%share/doc/fetchmail/COPYING %%PORTDOCS%%share/doc/fetchmail/FAQ %%PORTDOCS%%share/doc/fetchmail/FEATURES +%%PORTDOCS%%share/doc/fetchmail/NEWS %%PORTDOCS%%share/doc/fetchmail/NOTES %%PORTDOCS%%share/doc/fetchmail/README %%NTLMDOCS%%share/doc/fetchmail/README.NTLM @@ -12,10 +14,14 @@ libexec/fetchmailconf.bin %%PORTDOCS%%share/doc/fetchmail/fetchmail-FAQ.html %%PORTDOCS%%share/doc/fetchmail/fetchmail-features.html %%PORTDOCS%%@dirrm share/doc/fetchmail +share/locale/ca/LC_MESSAGES/fetchmail.mo share/locale/cs/LC_MESSAGES/fetchmail.mo share/locale/da/LC_MESSAGES/fetchmail.mo +share/locale/de/LC_MESSAGES/fetchmail.mo share/locale/es/LC_MESSAGES/fetchmail.mo share/locale/fr/LC_MESSAGES/fetchmail.mo share/locale/gl/LC_MESSAGES/fetchmail.mo +share/locale/ja/LC_MESSAGES/fetchmail.mo share/locale/pl/LC_MESSAGES/fetchmail.mo share/locale/pt_BR/LC_MESSAGES/fetchmail.mo +share/locale/tr/LC_MESSAGES/fetchmail.mo |