Date: Fri, 16 Oct 2015 12:25:21 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399435 - head/security/fwknop Message-ID: <201510161225.t9GCPL1S012765@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sean.greven gmail com> (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 <bsd.port.options.mk> +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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510161225.t9GCPL1S012765>