Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  2 Dec 2013 18:16:32 +0100 (CET)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184440: Fix pkgnames for mail/postfix
Message-ID:  <20131202171632.AF3F91426A2@aragorn.in.absolight.net>
Resent-Message-ID: <201312021720.rB2HK0Fr091329@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184440
>Category:       ports
>Synopsis:       Fix pkgnames for mail/postfix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 02 17:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.2-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- mail_postfix.diff begins here ---
Index: mail/postfix27/Makefile
===================================================================
--- mail/postfix27/Makefile	(revision 335482)
+++ mail/postfix27/Makefile	(working copy)
@@ -12,6 +12,7 @@
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,}
 MASTER_SITE_SUBDIR=	. old related/postfix
 DIST_SUBDIR=	${PORTNAME}
+PKGNAMESUFFIX=	27
 
 MAINTAINER=	sahil@FreeBSD.org
 COMMENT=	Secure alternative to widely-used Sendmail
@@ -227,7 +228,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MINST_BASE}
-PKGNAMESUFFIX=	-base
+PKGNAMESUFFIX=	-base27
 PREFIX=		/usr
 ETCDIR=		/etc/postfix
 USE_RCORDER=	postfix
Index: mail/postfix28/Makefile
===================================================================
--- mail/postfix28/Makefile	(revision 335482)
+++ mail/postfix28/Makefile	(working copy)
@@ -12,6 +12,7 @@
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,}
 MASTER_SITE_SUBDIR=	. old related/postfix
 DIST_SUBDIR=	${PORTNAME}
+PKGNAMESUFFIX=	28
 
 MAINTAINER=	sahil@FreeBSD.org
 COMMENT=	Secure alternative to widely-used Sendmail
@@ -250,7 +251,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MINST_BASE}
-PKGNAMESUFFIX=	-base
+PKGNAMESUFFIX=	-base28
 PREFIX=		/usr
 ETCDIR=		/etc/postfix
 USE_RCORDER=	postfix
Index: mail/postfix29/Makefile
===================================================================
--- mail/postfix29/Makefile	(revision 335482)
+++ mail/postfix29/Makefile	(working copy)
@@ -12,6 +12,7 @@
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,}
 MASTER_SITE_SUBDIR=	. old related/postfix
 DIST_SUBDIR=	${PORTNAME}
+PKGNAMESUFFIX=	29
 
 MAINTAINER=	sahil@FreeBSD.org
 COMMENT=	Secure alternative to widely-used Sendmail
@@ -250,7 +251,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MINST_BASE}
-PKGNAMESUFFIX=	-base
+PKGNAMESUFFIX=	-base29
 PREFIX=		/usr
 ETCDIR=		/etc/postfix
 USE_RCORDER=	postfix
--- mail_postfix.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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