From question@closedsrc.org  Fri Oct 14 17:50:56 2005
Return-Path: <question@closedsrc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CEB6216A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Oct 2005 17:50:56 +0000 (GMT)
	(envelope-from question@closedsrc.org)
Received: from q.closedsrc.org (q.closedsrc.org [72.1.133.20])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 15C0743D6E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Oct 2005 17:50:52 +0000 (GMT)
	(envelope-from question@closedsrc.org)
Received: by q.closedsrc.org (Postfix, from userid 1001)
	id 4DCCD45021; Fri, 14 Oct 2005 10:50:35 -0700 (PDT)
Message-Id: <20051014175035.4DCCD45021@q.closedsrc.org>
Date: Fri, 14 Oct 2005 10:50:35 -0700 (PDT)
From: Linh Pham <question+fbsdports@closedsrc.org>
Reply-To: Linh Pham <question+fbsdports@closedsrc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update Port mail/getmail: update to 4.3.12
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87451
>Category:       ports
>Synopsis:       Update Port mail/getmail: update to 4.3.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 14 18:00:26 GMT 2005
>Closed-Date:    Fri Oct 14 22:50:57 CEST 2005
>Last-Modified:  Fri Oct 14 22:50:57 CEST 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Fri Oct 14 22:28:42 CEST 2005 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87451 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Fri Oct 14 22:50:56 CEST 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87451 
>Unformatted:
