From owner-svn-ports-head@freebsd.org Sun Feb 28 09:01:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A151CAB675A; Sun, 28 Feb 2016 09:01:46 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F6E11116; Sun, 28 Feb 2016 09:01:46 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1S91jtu052108; Sun, 28 Feb 2016 09:01:45 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1S91jC2052106; Sun, 28 Feb 2016 09:01:45 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201602280901.u1S91jC2052106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 28 Feb 2016 09:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409729 - in head/mail: postfix211 postfix211-sasl 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.20 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: Sun, 28 Feb 2016 09:01:46 -0000 Author: ohauer Date: Sun Feb 28 09:01:45 2016 New Revision: 409729 URL: https://svnweb.freebsd.org/changeset/ports/409729 Log: - fix PKGBASE Noted by: antoine@ Modified: head/mail/postfix211-sasl/Makefile head/mail/postfix211/Makefile Modified: head/mail/postfix211-sasl/Makefile ============================================================================== --- head/mail/postfix211-sasl/Makefile Sun Feb 28 08:58:16 2016 (r409728) +++ head/mail/postfix211-sasl/Makefile Sun Feb 28 09:01:45 2016 (r409729) @@ -1,6 +1,6 @@ # $FreeBSD$ -PKGNAMESUFFIX?= -sasl +PKGNAMESUFFIX?= 211-sasl MAINTAINER= ohauer@FreeBSD.org COMMENT= Postfix with Cyrus SASL support Modified: head/mail/postfix211/Makefile ============================================================================== --- head/mail/postfix211/Makefile Sun Feb 28 08:58:16 2016 (r409728) +++ head/mail/postfix211/Makefile Sun Feb 28 09:01:45 2016 (r409729) @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mi http://mirror.lhsolutions.nl/postfix-release/ \ ftp://postfix.mirrors.pair.com/ MASTER_SITES:= ${MASTER_SITES:S|$|official/|} +PKGNAMESUFFIX?= 211 DIST_SUBDIR= ${PORTNAME} MAINTAINER= ohauer@FreeBSD.org @@ -98,9 +99,9 @@ MAKEFILEFLAGS+= CC="${CC}" OPT="${CFLAGS .if ${PORT_OPTIONS:MINST_BASE} .if defined(SASL_SLAVE) -PKGNAMESUFFIX= -base-sasl +PKGNAMESUFFIX= 211-base-sasl .else -PKGNAMESUFFIX= -base +PKGNAMESUFFIX= 211-base .endif PREFIX= /usr ETCDIR= /etc/postfix