Register conflicts (& add a suffix to the legacy racoon2 port).
This commit is contained in:
parent
66f061b37e
commit
362e1604ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487943
2 changed files with 5 additions and 0 deletions
|
@ -6,10 +6,13 @@ PORTVERSION= 20100526a
|
||||||
PORTREVISION= 13
|
PORTREVISION= 13
|
||||||
CATEGORIES= security net ipv6
|
CATEGORIES= security net ipv6
|
||||||
MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
|
MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
|
||||||
|
PKGNAMESUFFIX= legacy
|
||||||
|
|
||||||
MAINTAINER= cy@FreeBSD.org
|
MAINTAINER= cy@FreeBSD.org
|
||||||
COMMENT= Racoon2 IPsec daemon
|
COMMENT= Racoon2 IPsec daemon
|
||||||
|
|
||||||
|
CONFLICTS= racoon2-[0-9]*
|
||||||
|
|
||||||
USES= perl5 tar:tgz ssl
|
USES= perl5 tar:tgz ssl
|
||||||
CONFIGURE_ARGS+= --disable-kinkd
|
CONFIGURE_ARGS+= --disable-kinkd
|
||||||
PLIST_SUB+= KINK="@comment "
|
PLIST_SUB+= KINK="@comment "
|
||||||
|
|
|
@ -10,6 +10,8 @@ RACOON2_COMMIT_DATE=20181215
|
||||||
MAINTAINER= cy@FreeBSD.org
|
MAINTAINER= cy@FreeBSD.org
|
||||||
COMMENT= Racoon2 IPsec daemon
|
COMMENT= Racoon2 IPsec daemon
|
||||||
|
|
||||||
|
CONFLICTS= racoon2-legacy-*
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= zoulasc
|
GH_ACCOUNT= zoulasc
|
||||||
GH_TAGNAME= ${HASH}
|
GH_TAGNAME= ${HASH}
|
||||||
|
|
Loading…
Reference in a new issue