svn commit: r417652 - in head/mail/opensmtpd-devel: . files
Ashish SHUKLA
ashish at FreeBSD.org
Mon Jun 27 11:38:19 UTC 2016
Author: ashish
Date: Mon Jun 27 11:38:18 2016
New Revision: 417652
URL: https://svnweb.freebsd.org/changeset/ports/417652
Log:
- Update to 201606220754
Submitted by: fluffy (private mail)
Modified:
head/mail/opensmtpd-devel/Makefile
head/mail/opensmtpd-devel/distinfo
head/mail/opensmtpd-devel/files/pkg-message.in
Modified: head/mail/opensmtpd-devel/Makefile
==============================================================================
--- head/mail/opensmtpd-devel/Makefile Mon Jun 27 11:31:10 2016 (r417651)
+++ head/mail/opensmtpd-devel/Makefile Mon Jun 27 11:38:18 2016 (r417652)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= opensmtpd
-PORTVERSION= 201606152203
+PORTVERSION= 201606220754
DISTVERSIONSUFFIX= p1
PORTEPOCH= 1
CATEGORIES= mail
Modified: head/mail/opensmtpd-devel/distinfo
==============================================================================
--- head/mail/opensmtpd-devel/distinfo Mon Jun 27 11:31:10 2016 (r417651)
+++ head/mail/opensmtpd-devel/distinfo Mon Jun 27 11:38:18 2016 (r417652)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466396280
-SHA256 (opensmtpd-201606152203p1.tar.gz) = f91a91a6936bd634ba0643dea91b189d454b03d3c454f38f365bf73921aaf222
-SIZE (opensmtpd-201606152203p1.tar.gz) = 692715
+TIMESTAMP = 1466588486
+SHA256 (opensmtpd-201606220754p1.tar.gz) = 4057ab61396b0a9de50fb2087aac3997757fa95f49de5d71db3a8ad49a9ae163
+SIZE (opensmtpd-201606220754p1.tar.gz) = 692879
Modified: head/mail/opensmtpd-devel/files/pkg-message.in
==============================================================================
--- head/mail/opensmtpd-devel/files/pkg-message.in Mon Jun 27 11:31:10 2016 (r417651)
+++ head/mail/opensmtpd-devel/files/pkg-message.in Mon Jun 27 11:38:18 2016 (r417652)
@@ -1,18 +1,21 @@
-If you are upgrading from OpenSMTPD version 201303011853 or earlier, please
+If you are upgrading from OpenSMTPD version 5.7.3/201303011853 or earlier, please
follow the procedure below to update the permissions on the OpenSMTPD
spool directories:
1. Stop 'smtpd' service:
- # %%PREFIX%%/etc/rc.d/smtpd stop
+ # service smtpd stop
2. Update permissions:
# chown -R _smtpq:wheel /var/spool/smtpd/corrupt
+ # chown -R root:_smtpq /var/spool/smtpd/offline
# chown -R _smtpq:wheel /var/spool/smtpd/purge
# chown -R _smtpq:wheel /var/spool/smtpd/queue
# chown -R _smtpq:wheel /var/spool/smtpd/temporary
+ # chmod -R 770 /var/spool/smtpd/offline
+ # chmod -R 700 /var/spool/smtpd/purge
3. Start 'smtpd' service:
- # %%PREFIX%%/etc/rc.d/smtpd start
+ # service smtpd start
More information about the svn-ports-head
mailing list