aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-19 08:07:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-19 08:07:39 +0000
commitb24252f9066410837f8c9d78e4e3a31dcaccda1d (patch)
tree9bf5f8fd5db0010d7fd684bb4c7f71f49ea0a6d9 /mail/fetchmail
parent181e9c0c5a52069bbbeb43034993eb1e51ed2414 (diff)
downloadports-b24252f9066410837f8c9d78e4e3a31dcaccda1d.tar.gz
ports-b24252f9066410837f8c9d78e4e3a31dcaccda1d.zip
- Change PREFIX/etc/fetchmailrc.sample permission from 644 to 600
- Bump PORTREVISION PR: ports/151515 Submitted by: Alexander Milanov <a@amilanov.com> Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer), pgollucci (mentor, implicit)
Notes
Notes: svn path=/head/; revision=263267
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 58022554fe65..0af94b53bc95 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -11,7 +11,7 @@
PORTNAME= fetchmail
PORTVERSION= 6.3.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_BERLIOS} \
http://mandree.home.pages.de/fetchmail/:ma \
@@ -123,7 +123,7 @@ post-install:
${INSTALL_SCRIPT} ${WRKDIR}/fetchmailconf ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${PREFIX}/libexec
- ${INSTALL} -m 644 -o fetchmail -g fetchmail ${FILESDIR}/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc.sample
+ ${INSTALL} -m 600 -o fetchmail -g fetchmail ${FILESDIR}/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc.sample
if [ ! -f ${PREFIX}/etc/fetchmailrc ]; then \
${CP} -p ${PREFIX}/etc/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc ; \
${CHMOD} 640 ${PREFIX}/etc/fetchmailrc ; \