Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 12:35:14 +0200 (CEST)
From:      Matthias Andree <matthias.andree@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ve@sci.fi
Subject:   ports/44330: update port: mail/fetchmail -> 6.1.1 
Message-ID:  <200210211035.g9LAZEM4035193@libertas.emma.line.org>

next in thread | raw e-mail | index | archive | help

>Number:         44330
>Category:       ports
>Synopsis:       update port: mail/fetchmail -> 6.1.1
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 21 03:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Oct 19 00:20:50 CEST 2002 toor@libertas.emma.line.org:/usr/src/sys/compile/LIBERTAS i386


	
>Description:
This patch is "critical" depending on the environment that fetchmail is
used in.

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.

>How-To-Repeat:
	
>Fix:
diff -Nur /usr/ports/mail/fetchmail/Makefile /root/fetchmail/Makefile
--- /usr/ports/mail/fetchmail/Makefile	Mon Sep 30 12:58:30 2002
+++ /root/fetchmail/Makefile	Mon Oct 21 12:28:47 2002
@@ -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 @@
 
 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 @@
 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 -Nur /usr/ports/mail/fetchmail/distinfo /root/fetchmail/distinfo
--- /usr/ports/mail/fetchmail/distinfo	Mon Sep 30 12:58:30 2002
+++ /root/fetchmail/distinfo	Mon Oct 21 11:52:51 2002
@@ -1 +1 @@
-MD5 (fetchmail-6.1.0.tar.gz) = 8c57c33e4c49ffddde0024e24e371d25
+MD5 (fetchmail-6.1.1.tar.gz) = 67c04b718a6ceebf58ef00ff96161706
diff -Nur /usr/ports/mail/fetchmail/files/patch-configure /root/fetchmail/files/patch-configure
--- /usr/ports/mail/fetchmail/files/patch-configure	Tue Apr 24 08:24:45 2001
+++ /root/fetchmail/files/patch-configure	Mon Oct 21 11:56:49 2002
@@ -1,14 +1,14 @@
 
 $FreeBSD: ports/mail/fetchmail/files/patch-configure,v 1.3 2001/04/24 06:24:45 roam Exp $
 
---- 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 -Nur /usr/ports/mail/fetchmail/pkg-plist /root/fetchmail/pkg-plist
--- /usr/ports/mail/fetchmail/pkg-plist	Mon Sep 30 12:58:30 2002
+++ /root/fetchmail/pkg-plist	Mon Oct 21 12:32:23 2002
@@ -4,6 +4,7 @@
 %%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 +13,14 @@
 %%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
	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210211035.g9LAZEM4035193>