summaryrefslogtreecommitdiff
path: root/mail/getmail
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-06-27 01:15:42 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-06-27 01:15:42 +0000
commitadbdaf6e37144b66623edf24510502ad9a46339e (patch)
tree2731537cb5f5b9a054c7b18df216e310f10cbeb7 /mail/getmail
parent- Update to 1.01 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=166414
Diffstat (limited to 'mail/getmail')
-rw-r--r--mail/getmail/Makefile3
-rw-r--r--mail/getmail/distinfo6
2 files changed, 5 insertions, 4 deletions
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