svn commit: r316548 - in head/mail: postfix postfix-current postfix27 postfix28 postfix29

Sahil Tandon sahil at FreeBSD.org
Fri Apr 26 02:45:56 UTC 2013


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


More information about the svn-ports-head mailing list