aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2016-06-27 19:38:18 +0800
committerashish <ashish@FreeBSD.org>2016-06-27 19:38:18 +0800
commit47a035f6a4a863a0ceb39fdb46bf82b64fb92a93 (patch)
treec02ebad76e04b8e0221a3bbc6649cb926e04fc83 /mail
parent82a234f5c1d92aab301c663775859cfec043f06b (diff)
downloadfreebsd-ports-graphics-47a035f6a4a863a0ceb39fdb46bf82b64fb92a93.tar.gz
freebsd-ports-graphics-47a035f6a4a863a0ceb39fdb46bf82b64fb92a93.tar.zst
freebsd-ports-graphics-47a035f6a4a863a0ceb39fdb46bf82b64fb92a93.zip
- Update to 201606220754
Submitted by: fluffy (private mail)
Diffstat (limited to 'mail')
-rw-r--r--mail/opensmtpd-devel/Makefile2
-rw-r--r--mail/opensmtpd-devel/distinfo6
-rw-r--r--mail/opensmtpd-devel/files/pkg-message.in9
3 files changed, 10 insertions, 7 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile
index df18a1751d9..4d134c394fc 100644
--- a/mail/opensmtpd-devel/Makefile
+++ b/mail/opensmtpd-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= opensmtpd
-PORTVERSION= 201606152203
+PORTVERSION= 201606220754
DISTVERSIONSUFFIX= p1
PORTEPOCH= 1
CATEGORIES= mail
diff --git a/mail/opensmtpd-devel/distinfo b/mail/opensmtpd-devel/distinfo
index 2bcd71f6c03..616c94da567 100644
--- a/mail/opensmtpd-devel/distinfo
+++ b/mail/opensmtpd-devel/distinfo
@@ -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
diff --git a/mail/opensmtpd-devel/files/pkg-message.in b/mail/opensmtpd-devel/files/pkg-message.in
index 0277388871f..a4380df2832 100644
--- a/mail/opensmtpd-devel/files/pkg-message.in
+++ b/mail/opensmtpd-devel/files/pkg-message.in
@@ -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