From adbdaf6e37144b66623edf24510502ad9a46339e Mon Sep 17 00:00:00 2001
From: Cheng-Lung Sung <clsung@FreeBSD.org>
Date: Tue, 27 Jun 2006 01:15:42 +0000
Subject: - 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.

PR:		99492
Submitted by:	maintainer (Linh Pham)
---
 mail/getmail/Makefile | 3 ++-
 mail/getmail/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

(limited to 'mail/getmail')

diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile
index 515f736cc4c9..6a9146111edd 100644
--- a/mail/getmail/Makefile
+++ b/mail/getmail/Makefile
@@ -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 @@ MAN1=		getmail.1 getmail_fetch.1 getmail_maildir.1 getmail_mbox.1
 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 --git a/mail/getmail/distinfo b/mail/getmail/distinfo
index 1c50c5b03a3d..edbeff52cbd7 100644
--- a/mail/getmail/distinfo
+++ b/mail/getmail/distinfo
@@ -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
-- 
cgit v1.2.3