From owner-svn-ports-all@FreeBSD.ORG Mon Nov 10 10:53:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF0EB62C; Mon, 10 Nov 2014 10:53:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B25E4CE; Mon, 10 Nov 2014 10:53:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAAAr1gB094327; Mon, 10 Nov 2014 10:53:01 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAAAr0pL094312; Mon, 10 Nov 2014 10:53:00 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201411101053.sAAAr0pL094312@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Mon, 10 Nov 2014 10:53:00 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2014 10:53:02 -0000 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%%