svn commit: r487943 - in head/security: racoon2 racoon2-legacy

Cy Schubert cy at FreeBSD.org
Fri Dec 21 03:42:57 UTC 2018


Author: cy
Date: Fri Dec 21 03:42:56 2018
New Revision: 487943
URL: https://svnweb.freebsd.org/changeset/ports/487943

Log:
  Register conflicts (& add a suffix to the legacy racoon2 port).

Modified:
  head/security/racoon2-legacy/Makefile
  head/security/racoon2/Makefile

Modified: head/security/racoon2-legacy/Makefile
==============================================================================
--- head/security/racoon2-legacy/Makefile	Fri Dec 21 03:37:15 2018	(r487942)
+++ head/security/racoon2-legacy/Makefile	Fri Dec 21 03:42:56 2018	(r487943)
@@ -6,9 +6,12 @@ PORTVERSION=	20100526a
 PORTREVISION=	13
 CATEGORIES=	security net ipv6
 MASTER_SITES=	ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
+PKGNAMESUFFIX=	legacy
 
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Racoon2 IPsec daemon
+
+CONFLICTS=	racoon2-[0-9]*
 
 USES=		perl5 tar:tgz ssl
 CONFIGURE_ARGS+=	--disable-kinkd

Modified: head/security/racoon2/Makefile
==============================================================================
--- head/security/racoon2/Makefile	Fri Dec 21 03:37:15 2018	(r487942)
+++ head/security/racoon2/Makefile	Fri Dec 21 03:42:56 2018	(r487943)
@@ -10,6 +10,8 @@ RACOON2_COMMIT_DATE=20181215
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Racoon2 IPsec daemon
 
+CONFLICTS=	racoon2-legacy-*
+
 USE_GITHUB=     yes
 GH_ACCOUNT=     zoulasc
 GH_TAGNAME=     ${HASH}


More information about the svn-ports-all mailing list