Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2018 03:42:56 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487943 - in head/security: racoon2 racoon2-legacy
Message-ID:  <201812210342.wBL3gu7Q074576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
 COMMENT=	Racoon2 IPsec daemon
 
+CONFLICTS=	racoon2-legacy-*
+
 USE_GITHUB=     yes
 GH_ACCOUNT=     zoulasc
 GH_TAGNAME=     ${HASH}



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