Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 09:01:45 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
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
Message-ID:  <201602280901.u1S91jC2052106@repo.freebsd.org>

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



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