Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2005 10:50:35 -0700 (PDT)
From:      Linh Pham <question+fbsdports@closedsrc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87451: Update Port mail/getmail: update to 4.3.12
Message-ID:  <20051014175035.4DCCD45021@q.closedsrc.org>
Resent-Message-ID: <200510141800.j9EI0QQv054130@freefall.freebsd.org>

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

>Number:         87451
>Category:       ports
>Synopsis:       Update Port mail/getmail: update to 4.3.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 14 18:00:26 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Linh Pham
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD q.internal.closedsrc.org 6.0-RC1 FreeBSD 6.0-RC1 #4: Wed Oct 12 04:52:21 PDT 2005 root@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:
Update mail/getmail to 4.3.12, in which the author removed references to
the strict keyword that caused (without the patches provided by the current
version of the port) warnings to appear during processing.

Removed the two patches from the port related to the strict keyword, as they
are no longer needed.
>How-To-Repeat:
>Fix:

--- getmail-4.3.12.diff begins here ---
diff -ruN /usr/ports/mail/getmail/Makefile ./getmail/Makefile
--- /usr/ports/mail/getmail/Makefile	Wed Jun 29 08:06:49 2005
+++ ./getmail/Makefile	Fri Oct 14 09:31:31 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	getmail
-PORTVERSION=	4.3.11
+PORTVERSION=	4.3.12
 CATEGORIES=	mail python
 MASTER_SITES=	http://pyropus.ca/software/getmail/%SUBDIR%/
 MASTER_SITE_SUBDIR=	old-versions
diff -ruN /usr/ports/mail/getmail/distinfo ./getmail/distinfo
--- /usr/ports/mail/getmail/distinfo	Wed Jun 29 08:06:49 2005
+++ ./getmail/distinfo	Fri Oct 14 09:31:14 2005
@@ -1,2 +1,2 @@
-MD5 (getmail-4.3.11.tar.gz) = 9cc0ec519bd064d0d9945cc5323c6108
-SIZE (getmail-4.3.11.tar.gz) = 133891
+MD5 (getmail-4.3.12.tar.gz) = eddd7ab72d002df6f164f0230e8ea98a
+SIZE (getmail-4.3.12.tar.gz) = 133178
diff -ruN /usr/ports/mail/getmail/files/patch-message.py ./getmail/files/patch-message.py
--- /usr/ports/mail/getmail/files/patch-message.py	Mon May 23 10:23:15 2005
+++ ./getmail/files/patch-message.py	Wed Dec 31 16:00:00 1969
@@ -1,11 +0,0 @@
---- getmailcore/message.py.orig	Wed May 18 09:28:26 2005
-+++ getmailcore/message.py	Wed May 18 10:41:19 2005
-@@ -79,7 +80,7 @@
-         self.received_from = None
-         self.received_with = None
-         self.__raw = None
--        parser = email.Parser.HeaderParser(strict=False)
-+        parser = email.Parser.HeaderParser()
-         
-         # Message is instantiated with fromlines for POP3, fromstring for
-         # IMAP (both of which can be badly-corrupted or invalid, i.e. spam,
diff -ruN /usr/ports/mail/getmail/files/patch-retrieverbases.py ./getmail/files/patch-retrieverbases.py
--- /usr/ports/mail/getmail/files/patch-retrieverbases.py	Mon May 23 10:23:15 2005
+++ ./getmail/files/patch-retrieverbases.py	Wed Dec 31 16:00:00 1969
@@ -1,11 +0,0 @@
---- getmailcore/_retrieverbases.py.orig	Wed May 18 09:31:20 2005
-+++ getmailcore/_retrieverbases.py	Wed May 18 10:41:09 2005
-@@ -445,7 +446,7 @@
-         self.log.trace()
-         msgnum = self._getmsgnumbyid(msgid)
-         response, headerlist, octets = self.conn.top(msgnum, 0)
--        parser = email.Parser.HeaderParser(strict=False)
-+        parser = email.Parser.HeaderParser()
-         return parser.parsestr(os.linesep.join(headerlist))
- 
-     def initialize(self):
--- getmail-4.3.12.diff ends here ---


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



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