From owner-svn-ports-head@freebsd.org Fri Oct 16 12:25:22 2015 Return-Path: Delivered-To: svn-ports-head@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 D2888A1692B; Fri, 16 Oct 2015 12:25:22 +0000 (UTC) (envelope-from koobs@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 7B8258E0; Fri, 16 Oct 2015 12:25:22 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9GCPLWY012768; Fri, 16 Oct 2015 12:25:21 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9GCPL1S012765; Fri, 16 Oct 2015 12:25:21 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201510161225.t9GCPL1S012765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 16 Oct 2015 12:25:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399435 - head/security/fwknop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 12:25:22 -0000 Author: koobs Date: Fri Oct 16 12:25:21 2015 New Revision: 399435 URL: https://svnweb.freebsd.org/changeset/ports/399435 Log: security/fwknop: Update to 2.6.7 * Update to 2.6.7 * Update and sort pkg-plist * Group/sort sections * Convert to OPTIONS helpers * Use install-strip target so binaries/libraries are stripped PR: 203168 Submitted by: Sean Greven (maintainer) Modified: head/security/fwknop/Makefile head/security/fwknop/distinfo head/security/fwknop/pkg-plist Modified: head/security/fwknop/Makefile ============================================================================== --- head/security/fwknop/Makefile Fri Oct 16 11:56:38 2015 (r399434) +++ head/security/fwknop/Makefile Fri Oct 16 12:25:21 2015 (r399435) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fwknop -PORTVERSION= 2.5.1 -PORTREVISION= 3 +PORTVERSION= 2.6.7 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ @@ -12,22 +11,23 @@ COMMENT= SPA implementation for Linux an LICENSE= GPLv2 +CPE_VENDOR= cipherdyne + OPTIONS_DEFINE= GPGME OPTIONS_DEFAULT= GPGME + GPGME_DESC= Build support for gpgme -INFO= libfko + USES= cpe libtool -CPE_VENDOR= cipherdyne -GNU_CONFIGURE= yes -USE_RC_SUBR= fwknopd USE_LDCONFIG= yes +USE_RC_SUBR= fwknopd -.include +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip +INFO= libfko -.if ${PORT_OPTIONS:MGPGME} -LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme -.else -CONFIGURE_ARGS+=--without-gpgme -.endif +GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme +GPGME_CONFIGURE_WITH= gpgme .include Modified: head/security/fwknop/distinfo ============================================================================== --- head/security/fwknop/distinfo Fri Oct 16 11:56:38 2015 (r399434) +++ head/security/fwknop/distinfo Fri Oct 16 12:25:21 2015 (r399435) @@ -1,2 +1,2 @@ -SHA256 (fwknop-2.5.1.tar.gz) = 6c364875431542e3f00b8c2fc0e354e4ddf333ed282f83e28a0d6a79326572d5 -SIZE (fwknop-2.5.1.tar.gz) = 1489974 +SHA256 (fwknop-2.6.7.tar.gz) = ed6f8cfbda6dc76a56a994465188b49419267492ebc6d5328e0947479bd2714b +SIZE (fwknop-2.6.7.tar.gz) = 1919401 Modified: head/security/fwknop/pkg-plist ============================================================================== --- head/security/fwknop/pkg-plist Fri Oct 16 11:56:38 2015 (r399434) +++ head/security/fwknop/pkg-plist Fri Oct 16 12:25:21 2015 (r399435) @@ -5,7 +5,7 @@ include/fko.h lib/libfko.a lib/libfko.so lib/libfko.so.2 -lib/libfko.so.2.0.0 -sbin/fwknopd +lib/libfko.so.2.0.3 man/man8/fwknop.8.gz man/man8/fwknopd.8.gz +sbin/fwknopd