From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 2 17:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D369276A for ; Mon, 2 Dec 2013 17:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A658D15D5 for ; Mon, 2 Dec 2013 17:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB2HK0qO091330 for ; Mon, 2 Dec 2013 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB2HK0Fr091329; Mon, 2 Dec 2013 17:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 2 Dec 2013 17:20:00 GMT Resent-Message-Id: <201312021720.rB2HK0Fr091329@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 827973EB for ; Mon, 2 Dec 2013 17:16:35 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 305F615A2 for ; Mon, 2 Dec 2013 17:16:35 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 2BC9ABDC69 for ; Mon, 2 Dec 2013 18:16:33 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 240E6BDC64 for ; Mon, 2 Dec 2013 18:16:33 +0100 (CET) Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225]) by gw.in.absolight.net (Postfix) with ESMTP id C3F07615C for ; Mon, 2 Dec 2013 18:16:32 +0100 (CET) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id AF3F91426A2; Mon, 2 Dec 2013 18:16:32 +0100 (CET) Message-Id: <20131202171632.AF3F91426A2@aragorn.in.absolight.net> Date: Mon, 2 Dec 2013 18:16:32 +0100 (CET) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184440: Fix pkgnames for mail/postfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 17:20:00 -0000 >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: