From owner-svn-ports-all@freebsd.org Fri Dec 18 02:38:57 2015 Return-Path: Delivered-To: svn-ports-all@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 CE656A4B0FF; Fri, 18 Dec 2015 02:38:57 +0000 (UTC) (envelope-from cy@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 9A6551869; Fri, 18 Dec 2015 02:38:57 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBI2cu4i097409; Fri, 18 Dec 2015 02:38:56 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBI2cuH8097408; Fri, 18 Dec 2015 02:38:56 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201512180238.tBI2cuH8097408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 18 Dec 2015 02:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403951 - head/sysutils/cfengine36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2015 02:38:57 -0000 Author: cy Date: Fri Dec 18 02:38:56 2015 New Revision: 403951 URL: https://svnweb.freebsd.org/changeset/ports/403951 Log: Conditionally set portepoch when not being built by the master port. Modified: head/sysutils/cfengine36/Makefile Modified: head/sysutils/cfengine36/Makefile ============================================================================== --- head/sysutils/cfengine36/Makefile Fri Dec 18 02:17:57 2015 (r403950) +++ head/sysutils/cfengine36/Makefile Fri Dec 18 02:38:56 2015 (r403951) @@ -3,7 +3,10 @@ PORTNAME= cfengine PORTVERSION= 3.6.6 -PORTEPOCH= 2 +.if !defined(MASTERDIR) +PKGNAMESUFFIX= 36 +PORTEPOCH?= 2 +.endif CATEGORIES= sysutils MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ DISTFILES= ${PORTNAME}-${PORTVERSION}-2.tar.gz @@ -17,10 +20,6 @@ LICENSE= GPLv3 CPE_VENDOR= gnu -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 36 -.endif - FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} CONFLICTS= cfengine-[234]*