Date: Mon, 10 Nov 2014 10:53:00 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372388 - in head/mail: postfix postfix-current Message-ID: <201411101053.sAAAr0pL094312@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Mon Nov 10 10:53:00 2014 New Revision: 372388 URL: https://svnweb.freebsd.org/changeset/ports/372388 QAT: https://qat.redports.org/buildarchive/r372388/ Log: - fix wrong /var/spool/postfix permissions (broken by commit 372368 ,372370) - bump PORTREVISION Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/pkg-plist head/mail/postfix/Makefile head/mail/postfix/pkg-plist Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Mon Nov 10 09:41:14 2014 (r372387) +++ head/mail/postfix-current/Makefile Mon Nov 10 10:53:00 2014 (r372388) @@ -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/ \ Modified: head/mail/postfix-current/pkg-plist ============================================================================== --- head/mail/postfix-current/pkg-plist Mon Nov 10 09:41:14 2014 (r372387) +++ head/mail/postfix-current/pkg-plist Mon Nov 10 10:53:00 2014 (r372388) @@ -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%% Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Mon Nov 10 09:41:14 2014 (r372387) +++ head/mail/postfix/Makefile Mon Nov 10 10:53:00 2014 (r372388) @@ -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/ \ Modified: head/mail/postfix/pkg-plist ============================================================================== --- head/mail/postfix/pkg-plist Mon Nov 10 09:41:14 2014 (r372387) +++ head/mail/postfix/pkg-plist Mon Nov 10 10:53:00 2014 (r372388) @@ -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%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411101053.sAAAr0pL094312>