svn commit: r332226 - in head/net-mgmt: nsca nsca27

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 31 11:30:43 UTC 2013


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
 


More information about the svn-ports-head mailing list