Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2013 02:45:54 +0000 (UTC)
From:      Sahil Tandon <sahil@FreeBSD.org>
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
Message-ID:  <201304260245.r3Q2jsto053482@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304260245.r3Q2jsto053482>