svn commit: r351923 - in head/mail/fetchmail: . files
Rene Ladan
rene at FreeBSD.org
Wed Apr 23 11:09:10 UTC 2014
Author: rene
Date: Wed Apr 23 11:09:09 2014
New Revision: 351923
URL: http://svnweb.freebsd.org/changeset/ports/351923
QAT: https://qat.redports.org/buildarchive/r351923/
Log:
Fix typo in pkg-install.in and bump PORTREVISION
Submitted by: Takefu <takefu at airport.fm>
Modified:
head/mail/fetchmail/Makefile
head/mail/fetchmail/files/pkg-install.in
Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile Wed Apr 23 11:08:49 2014 (r351922)
+++ head/mail/fetchmail/Makefile Wed Apr 23 11:09:09 2014 (r351923)
@@ -3,6 +3,7 @@
PORTNAME= fetchmail
PORTVERSION= 6.3.26
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \
http://mandree.home.pages.de/${PORTNAME}/
Modified: head/mail/fetchmail/files/pkg-install.in
==============================================================================
--- head/mail/fetchmail/files/pkg-install.in Wed Apr 23 11:08:49 2014 (r351922)
+++ head/mail/fetchmail/files/pkg-install.in Wed Apr 23 11:09:09 2014 (r351923)
@@ -7,7 +7,7 @@ fi
/bin/mkdir -m 0755 -p /var/run/%%PORTNAME%%
/usr/sbin/chown "%%USERS%%:%%GROUPS%%" /var/run/%%PORTNAME%%
/usr/sbin/chown "%%USERS%%:%%GROUPS%%" %%PREFIX%%/etc/fetchmailrc*
-/bin/chmod 0600 %%PREFXI%%/etc/fetchmailrc
-/bin/chmod 0644 %%PREFXI%%/etc/fetchmailrc.sample
+/bin/chmod 0600 %%PREFIX%%/etc/fetchmailrc
+/bin/chmod 0644 %%PREFIX%%/etc/fetchmailrc.sample
exit
More information about the svn-ports-all
mailing list