summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-10-31 14:54:22 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-10-31 14:54:22 +0000
commitf01e7de603a5e75b614937e34b94c992d6bc86a0 (patch)
tree12a69b460e2963b4b66f7fe2b990045512ee27e9 /mail/fetchmail
parentadd slurm 0.0.2 (diff)
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>
Notes
Notes: svn path=/head/; revision=69197
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile8
-rw-r--r--mail/fetchmail/distinfo2
-rw-r--r--mail/fetchmail/files/patch-configure10
-rw-r--r--mail/fetchmail/pkg-plist6
4 files changed, 17 insertions, 9 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>
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index b33105abcf18..6ecfdd7cc454 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 02ee025e221f..7e8ec4c3616b 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 30f347f9ca1a..3b8f397758b5 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