aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-06-27 09:15:42 +0800
committerclsung <clsung@FreeBSD.org>2006-06-27 09:15:42 +0800
commit441330208b709b6ecddb7abec6688fe3d7924ee5 (patch)
tree27add393a96fb19e23c1b3c499f358e2eb92c8c8 /mail
parent4e3a1bb1ae9231f2b0c4cc1db738fa865a404338 (diff)
downloadfreebsd-ports-gnome-441330208b709b6ecddb7abec6688fe3d7924ee5.tar.gz
freebsd-ports-gnome-441330208b709b6ecddb7abec6688fe3d7924ee5.tar.zst
freebsd-ports-gnome-441330208b709b6ecddb7abec6688fe3d7924ee5.zip
- 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)
Diffstat (limited to 'mail')
-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