From owner-svn-ports-head@FreeBSD.ORG Fri Apr 26 02:45:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 092D79D; Fri, 26 Apr 2013 02:45:56 +0000 (UTC) (envelope-from sahil@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D63A1171C; Fri, 26 Apr 2013 02:45:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3Q2jtZD053492; Fri, 26 Apr 2013 02:45:55 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3Q2jsto053482; Fri, 26 Apr 2013 02:45:54 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201304260245.r3Q2jsto053482@svn.freebsd.org> From: Sahil Tandon Date: Fri, 26 Apr 2013 02:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316548 - in head/mail: postfix postfix-current postfix27 postfix28 postfix29 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2013 02:45:56 -0000 Author: sahil Date: Fri Apr 26 02:45:54 2013 New Revision: 316548 URL: http://svnweb.freebsd.org/changeset/ports/316548 Log: Fix a regression that had crept in with r314621. Do not bump PORTREVISION because this does not affect the default package. Modified: head/mail/postfix-current/Makefile head/mail/postfix/Makefile head/mail/postfix27/Makefile head/mail/postfix28/Makefile head/mail/postfix29/Makefile Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Fri Apr 26 02:42:32 2013 (r316547) +++ head/mail/postfix-current/Makefile Fri Apr 26 02:45:54 2013 (r316548) @@ -242,7 +242,7 @@ PLIST_SUB+= TEST="@comment " PKGNAMESUFFIX= -current-base PREFIX= /usr ETCDIR= /etc/postfix -USE_RC_SUBR= postfix +USE_RCORDER= postfix PLIST_SUB+= BASE="" .else USE_RC_SUBR= postfix Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Fri Apr 26 02:42:32 2013 (r316547) +++ head/mail/postfix/Makefile Fri Apr 26 02:45:54 2013 (r316548) @@ -249,7 +249,7 @@ PLIST_SUB+= TEST="@comment " PKGNAMESUFFIX= -base PREFIX= /usr ETCDIR= /etc/postfix -USE_RC_SUBR= postfix +USE_RCORDER= postfix PLIST_SUB+= BASE="" .else USE_RC_SUBR= postfix Modified: head/mail/postfix27/Makefile ============================================================================== --- head/mail/postfix27/Makefile Fri Apr 26 02:42:32 2013 (r316547) +++ head/mail/postfix27/Makefile Fri Apr 26 02:45:54 2013 (r316548) @@ -228,7 +228,7 @@ PLIST_SUB+= TEST="@comment " PKGNAMESUFFIX= -base PREFIX= /usr ETCDIR= /etc/postfix -USE_RC_SUBR= postfix +USE_RCORDER= postfix PLIST_SUB+= BASE="" .else USE_RC_SUBR= postfix Modified: head/mail/postfix28/Makefile ============================================================================== --- head/mail/postfix28/Makefile Fri Apr 26 02:42:32 2013 (r316547) +++ head/mail/postfix28/Makefile Fri Apr 26 02:45:54 2013 (r316548) @@ -252,7 +252,7 @@ PLIST_SUB+= TEST="@comment " PKGNAMESUFFIX= -base PREFIX= /usr ETCDIR= /etc/postfix -USE_RC_SUBR= postfix +USE_RCORDER= postfix PLIST_SUB+= BASE="" .else USE_RC_SUBR= postfix Modified: head/mail/postfix29/Makefile ============================================================================== --- head/mail/postfix29/Makefile Fri Apr 26 02:42:32 2013 (r316547) +++ head/mail/postfix29/Makefile Fri Apr 26 02:45:54 2013 (r316548) @@ -252,7 +252,7 @@ PLIST_SUB+= TEST="@comment " PKGNAMESUFFIX= -base PREFIX= /usr ETCDIR= /etc/postfix -USE_RC_SUBR= postfix +USE_RCORDER= postfix PLIST_SUB+= BASE="" .else USE_RC_SUBR= postfix