diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-11-10 10:53:00 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-11-10 10:53:00 +0000 |
commit | 67a15a4df75e9b39c6963d31b22ae879a6c8c204 (patch) | |
tree | a22ba7bd98fc0abafd1ba13ca89c3f9274f646ef | |
parent | ad38fbbb3db0f3e63851b4e28ce88b76cdcb779a (diff) | |
download | ports-67a15a4df75e9b39c6963d31b22ae879a6c8c204.tar.gz ports-67a15a4df75e9b39c6963d31b22ae879a6c8c204.zip |
Notes
-rw-r--r-- | mail/postfix-current/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix-current/pkg-plist | 2 | ||||
-rw-r--r-- | mail/postfix/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/pkg-plist | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 1c439ea8b116..3b51fe179e40 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -3,6 +3,7 @@ PORTNAME= postfix DISTVERSION= 2.12-20141106 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist index 8b6d4dc8ca2f..14be3d5e2abf 100644 --- a/mail/postfix-current/pkg-plist +++ b/mail/postfix-current/pkg-plist @@ -157,7 +157,7 @@ sbin/sendmail @dir(postfix,maildrop,710) /var/spool/postfix/public @dir(postfix,,700) /var/spool/postfix/saved @dir(postfix,,700) /var/spool/postfix/trace -@dir(postfix,postfix,700) /var/spool/postfix +@dir(,,755) /var/spool/postfix %%BASE%%@cwd / @dir etc/postfix @cwd %%RESETPREFIX%% diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 4df213004bff..76f069bdb7d7 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -3,7 +3,7 @@ PORTNAME= postfix PORTVERSION= 2.11.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ diff --git a/mail/postfix/pkg-plist b/mail/postfix/pkg-plist index 1dd324f562f4..2f8abf687f5e 100644 --- a/mail/postfix/pkg-plist +++ b/mail/postfix/pkg-plist @@ -156,7 +156,7 @@ sbin/sendmail @dir(postfix,maildrop,710) /var/spool/postfix/public @dir(postfix,,700) /var/spool/postfix/saved @dir(postfix,,700) /var/spool/postfix/trace -@dir(postfix,postfix,700) /var/spool/postfix +@dir(,,755) /var/spool/postfix %%BASE%%@cwd / @dir etc/postfix @cwd %%RESETPREFIX%% |