ports/81269: Update port: mail/getmail to 4.3.10

Linh Pham question+fbsdports at closedsrc.org
Thu May 19 16:30:10 UTC 2005


>Number:         81269
>Category:       ports
>Synopsis:       Update port: mail/getmail to 4.3.10
>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:   Thu May 19 16:30:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Linh Pham
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD q.internal.closedsrc.org 5.4-RELEASE FreeBSD 5.4-RELEASE #12: Wed May 11 07:34:21 PDT 2005 root at q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:
Update mail/getmail to 4.3.10, author of package added the missing import
of email.Parser into getmailcore/messages.py. I have updated the two patch
files to remove the, now unecessary, imports.
>How-To-Repeat:
>Fix:

--- getmail-4.3.10.diff begins here ---
diff -ruN /usr/ports/mail/getmail/Makefile getmail/Makefile
--- /usr/ports/mail/getmail/Makefile	Thu May 19 08:37:35 2005
+++ getmail/Makefile	Thu May 19 08:40:02 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	getmail
-PORTVERSION=	4.3.9
+PORTVERSION=	4.3.10
 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	Thu May 19 08:37:35 2005
+++ getmail/distinfo	Thu May 19 08:41:06 2005
@@ -1,2 +1,2 @@
-MD5 (getmail-4.3.9.tar.gz) = 3689bbe74d116a53a6ae0d66a31cbdf5
-SIZE (getmail-4.3.9.tar.gz) = 134255
+MD5 (getmail-4.3.10.tar.gz) = 98341b70159335e32eeb41d6cbd61e54
+SIZE (getmail-4.3.10.tar.gz) = 133819
diff -ruN /usr/ports/mail/getmail/files/patch-message.py getmail/files/patch-message.py
--- /usr/ports/mail/getmail/files/patch-message.py	Thu May 19 08:37:35 2005
+++ getmail/files/patch-message.py	Thu May 19 09:05:10 2005
@@ -1,13 +1,5 @@
 --- getmailcore/message.py.orig	Wed May 18 09:28:26 2005
 +++ getmailcore/message.py	Wed May 18 10:41:19 2005
-@@ -12,6 +12,7 @@
- import cStringIO
- import email
- import email.Errors
-+import email.Parser
- import email.Utils
- from email.Generator import Generator
- 
 @@ -79,7 +80,7 @@
          self.received_from = None
          self.received_with = None
diff -ruN /usr/ports/mail/getmail/files/patch-retrieverbases.py getmail/files/patch-retrieverbases.py
--- /usr/ports/mail/getmail/files/patch-retrieverbases.py	Thu May 19 08:37:35 2005
+++ getmail/files/patch-retrieverbases.py	Thu May 19 09:10:14 2005
@@ -1,13 +1,5 @@
 --- getmailcore/_retrieverbases.py.orig	Wed May 18 09:31:20 2005
 +++ getmailcore/_retrieverbases.py	Wed May 18 10:41:09 2005
-@@ -38,6 +38,7 @@
- import time
- import getpass
- import email
-+import email.Parser
- import poplib
- import imaplib
- import sets
 @@ -445,7 +446,7 @@
          self.log.trace()
          msgnum = self._getmsgnumbyid(msgid)
--- getmail-4.3.10.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list