From 96d7dfcaa127b216faf604879c1c4cd477b784eb Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 31 Oct 2002 14:54:22 +0000 Subject: 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 * 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 --- mail/fetchmail/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'mail/fetchmail/Makefile') 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 -- cgit