From owner-svn-ports-all@freebsd.org Sun Nov 20 12:34:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81DE0C492B2; Sun, 20 Nov 2016 12:34:01 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36AE7CE6; Sun, 20 Nov 2016 12:34:01 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKCY0v0059083; Sun, 20 Nov 2016 12:34:00 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCY0fn059082; Sun, 20 Nov 2016 12:34:00 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611201234.uAKCY0fn059082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 20 Nov 2016 12:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426574 - head/security/racoon2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 12:34:01 -0000 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