ports/99492: Update port mail/getmail to 4.6.3

Linh Pham question+fbsdports at closedsrc.org
Mon Jun 26 16:50:20 UTC 2006


>Number:         99492
>Category:       ports
>Synopsis:       Update port mail/getmail to 4.6.3
>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:   Mon Jun 26 16:50:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Linh Pham
>Release:        FreeBSD 6.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD q.internal.closedsrc.org 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #10: Mon Jun 19 16:12:03 PDT 2006 question at q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:
Update mail/getmail to 4.6.3 which includes several bugfixes.

Also manually set chmod on the getmailcore library files to 644 as the Python
dist installer uses root's umask to install files. Executable files were
already set with proper chmod during install.
>How-To-Repeat:
>Fix:

--- getmail-4.6.3.diff begins here ---
diff -ruN /usr/ports/mail/getmail/Makefile getmail/Makefile
--- /usr/ports/mail/getmail/Makefile	Sat Jun 10 13:25:02 2006
+++ getmail/Makefile	Mon Jun 26 08:41:57 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	getmail
-PORTVERSION=	4.6.2
+PORTVERSION=	4.6.3
 CATEGORIES=	mail python
 MASTER_SITES=	http://pyropus.ca/software/getmail/%SUBDIR%/ \
 		http://mirrors.closedsrc.org/getmail/
@@ -22,6 +22,7 @@
 DOCS=		../README BUGS CHANGELOG THANKS TODO *.txt *.html *.css
 
 post-install:
+	@${CHMOD} -R 644 ${PYTHON_SITELIBDIR}/getmailcore/*
 	@${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/docs/getmailrc-examples ${EXAMPLESDIR}
 .if !defined(NOPORTDOCS)
diff -ruN /usr/ports/mail/getmail/distinfo getmail/distinfo
--- /usr/ports/mail/getmail/distinfo	Sat Jun 10 13:25:02 2006
+++ getmail/distinfo	Mon Jun 26 08:43:27 2006
@@ -1,3 +1,3 @@
-MD5 (getmail-4.6.2.tar.gz) = 2aac9a3ecf5c8cea787de69611b87f4b
-SHA256 (getmail-4.6.2.tar.gz) = a42dd7e9f36a68c4d75739bb35a67c1b907e3e8b3775e38e769fda64a0c2f7ef
-SIZE (getmail-4.6.2.tar.gz) = 139831
+MD5 (getmail-4.6.3.tar.gz) = 41d26d81d3e546161bda3530e0e836de
+SHA256 (getmail-4.6.3.tar.gz) = 20932e4bc5183faec6389baeb662971365875f906d51e231c07af17b864357ab
+SIZE (getmail-4.6.3.tar.gz) = 140105
--- getmail-4.6.3.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list