Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 12:34:00 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426574 - head/security/racoon2
Message-ID:  <201611201234.uAKCY0fn059082@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Nov 20 12:34:00 2016
New Revision: 426574
URL: https://svnweb.freebsd.org/changeset/ports/426574

Log:
  security/racoon2: drop optional dependency on expired security/krb5-112
  
  Fix fatal portlint warnings while here
  
  Approved by:	cy (maintainer, implicit)

Modified:
  head/security/racoon2/Makefile

Modified: head/security/racoon2/Makefile
==============================================================================
--- head/security/racoon2/Makefile	Sun Nov 20 12:18:35 2016	(r426573)
+++ head/security/racoon2/Makefile	Sun Nov 20 12:34:00 2016	(r426574)
@@ -7,7 +7,7 @@ PORTREVISION=	12
 CATEGORIES=	security net ipv6
 MASTER_SITES=	ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
 
-MAINTAINER= 	cy@FreeBSD.org
+MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Racoon2 IPsec daemon
 
 USES=		perl5 tar:tgz
@@ -23,10 +23,9 @@ CONFIGURE_ENV=	YACC=/usr/bin/yacc perl_b
 
 OPTIONS_DEFINE=	DOCS
 OPTIONS_RADIO=	KERBEROS
-OPTIONS_RADIO_KERBEROS=	KRB5 KRB5_112 KRB5_113 KRB5_114 \
+OPTIONS_RADIO_KERBEROS=	KRB5 KRB5_113 KRB5_114 \
 		HEIMDAL_PORTS HEIMDAL_BASE
 KRB5_DESC=	Build with Kerberos (security/krb5)
-KRB5_112_DESC=	Build with Kerberos (security/krb5-112)
 KRB5_113_DESC=	Build with Kerberos (security/krb5-113)
 KRB5_114_DESC=	Build with Kerberos (security/krb5-114)
 HEIM_AL_PORTS_DESC=	Build with Heimdal in ports (security/heimdal)
@@ -40,14 +39,6 @@ KRB5_LIB_DEPENDS=	libkrb5support.so:secu
 KRB5_RUN_DEPENDS=	kinit:security/krb5
 KRB5_VARS=		KINK=yes
 
-KRB5_112_USES=		gssapi:mit
-KRB5_112_CONFIGURE_ON=	--enable-kinkd
-KRB5_112_MAKE_ENV=	WITH_KINK=yes
-KRB5_112_PLIST_SUB=	KINK=""
-KRB5_112_LIB_DEPENDS=	libkrb5support.so:security/krb5-112
-KRB5_112_RUN_DEPENDS=	kinit:security/krb5-112
-KRB5_112_VARS=		KINK=yes
-
 KRB5_113_USES=		gssapi:mit
 KRB5_113_CONFIGURE_ON=	--enable-kinkd
 KRB5_113_MAKE_ENV=	WITH_KINK=yes
@@ -61,7 +52,7 @@ KRB5_114_CONFIGURE_ON=	--enable-kinkd
 KRB5_114_MAKE_ENV=	WITH_KINK=yes
 KRB5_114_PLIST_SUB=	KINK=""
 KRB5_114_LIB_DEPENDS=	libkrb5support.so:security/krb5-114
-KRB5_114_RUN_DEPENDS= 	kinit:security/krb5-113
+KRB5_114_RUN_DEPENDS=	kinit:security/krb5-113
 KRB5_114_VARS=		KINK=yes
 
 HEIMDAL_PORT_USES=	gssapi:heimdal



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