Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2013 11:30:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332226 - in head/net-mgmt: nsca nsca27
Message-ID:  <201310311130.r9VBUhhj058937@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Oct 31 11:30:42 2013
New Revision: 332226
URL: http://svnweb.freebsd.org/changeset/ports/332226

Log:
  Fix pkgname collision
  
  With hat:	portmgr

Modified:
  head/net-mgmt/nsca/Makefile
  head/net-mgmt/nsca27/Makefile

Modified: head/net-mgmt/nsca/Makefile
==============================================================================
--- head/net-mgmt/nsca/Makefile	Thu Oct 31 11:26:52 2013	(r332225)
+++ head/net-mgmt/nsca/Makefile	Thu Oct 31 11:30:42 2013	(r332226)
@@ -18,11 +18,10 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	mcrypt:${PORTSDIR}/security/libmcrypt
 
 .if !defined(_BUILDING_NSCA_CLIENT)
-LATEST_LINK=	nsca
-CONFLICTS=	nsca-2.7.*
+CONFLICTS=	nsca-2.7.* nsca27-*
 .else
-LATEST_LINK=	nsca-client
-CONFLICTS=	nsca-client-2.7.*
+PKGNAMESUFFIX-	-client
+CONFLICTS=	nsca-client-2.7.* nsca27-*
 .endif
 
 GNU_CONFIGURE=	yes

Modified: head/net-mgmt/nsca27/Makefile
==============================================================================
--- head/net-mgmt/nsca27/Makefile	Thu Oct 31 11:26:52 2013	(r332225)
+++ head/net-mgmt/nsca27/Makefile	Thu Oct 31 11:30:42 2013	(r332226)
@@ -18,10 +18,10 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	mcrypt:${PORTSDIR}/security/libmcrypt
 
 .if !defined(_BUILDING_NSCA_CLIENT)
-LATEST_LINK=	nsca27
+PKGNAMESUFFIX=	27
 CONFLICTS=	nsca-2.9.*
 .else
-LATEST_LINK=	nsca27-client
+PKGNAMESUFFIX=	27-client
 CONFLICTS=	nsca-client-2.9.*
 .endif
 



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