Bug 181642

Summary: [patch] security/fwknop new version
Product: Ports & Packages Reporter: Serhii (Sergey) Kozlov <skozlov>
Component: Individual Port(s)Assignee: William Grzybowski <wg>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Serhii (Sergey) Kozlov freebsd_committer freebsd_triage 2013-08-29 09:50:00 UTC
There's a new version of fwknop (2.5.1) avaliable.

Fix: I've made a patch, which updates it to the latest version.
New version is tested with FreeBSD Port Tools 0.99_8. 

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-29 09:50:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-29 09:50:07 UTC
Maintainer of security/fwknop,

Please note that PR ports/181642 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181642

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-09-13 11:58:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-09-13 13:12:51 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-09-13 13:12:57 UTC
Author: wg
Date: Fri Sep 13 12:12:49 2013
New Revision: 327144
URL: http://svnweb.freebsd.org/changeset/ports/327144

Log:
  security/fwknop: update to 2.5.1
  
  - Update to 2.5.1 [1]
  - Add LICENSE (GPLv2) [1]
  - Convert lib depends to new format
  
  PR:		ports/181642
  Submitted by:	Kozlov Sergey <kozlov.sergey.404 gmail.com>
  Approved by:	maintainer (timeout)

Modified:
  head/security/fwknop/Makefile
  head/security/fwknop/distinfo
  head/security/fwknop/pkg-plist

Modified: head/security/fwknop/Makefile
==============================================================================
--- head/security/fwknop/Makefile	Fri Sep 13 11:27:42 2013	(r327143)
+++ head/security/fwknop/Makefile	Fri Sep 13 12:12:49 2013	(r327144)
@@ -2,13 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	fwknop
-PORTVERSION=	2.0.4
+PORTVERSION=	2.5.1
 CATEGORIES=	security
 MASTER_SITES=	http://www.cipherdyne.org/fwknop/download/
 
 MAINTAINER=	sean.greven@gmail.com
 COMMENT=	SPA implementation for Linux and FreeBSD
 
+LICENSE=	GPLv2
+
 OPTIONS_DEFINE=		GPGME
 OPTIONS_DEFAULT=	GPGME
 GPGME_DESC=	Build support for gpgme
@@ -22,7 +24,7 @@ USE_LDCONFIG=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGPGME}
-LIB_DEPENDS+=	gpgme:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+=	libgpgme.so:${PORTSDIR}/security/gpgme
 .else
 CONFIGURE_ARGS+=--without-gpgme
 .endif

Modified: head/security/fwknop/distinfo
==============================================================================
--- head/security/fwknop/distinfo	Fri Sep 13 11:27:42 2013	(r327143)
+++ head/security/fwknop/distinfo	Fri Sep 13 12:12:49 2013	(r327144)
@@ -1,2 +1,2 @@
-SHA256 (fwknop-2.0.4.tar.gz) = e6a88e969264ff23bd5837a47e5b60b8c4d36fc8a2326c6b377f8447ecf2adea
-SIZE (fwknop-2.0.4.tar.gz) = 1401321
+SHA256 (fwknop-2.5.1.tar.gz) = 6c364875431542e3f00b8c2fc0e354e4ddf333ed282f83e28a0d6a79326572d5
+SIZE (fwknop-2.5.1.tar.gz) = 1489974

Modified: head/security/fwknop/pkg-plist
==============================================================================
--- head/security/fwknop/pkg-plist	Fri Sep 13 11:27:42 2013	(r327143)
+++ head/security/fwknop/pkg-plist	Fri Sep 13 12:12:49 2013	(r327144)
@@ -5,6 +5,6 @@ include/fko.h
 lib/libfko.a
 lib/libfko.la
 lib/libfko.so
-lib/libfko.so.1
+lib/libfko.so.2
 sbin/fwknopd
 @dirrm %%ETCDIR%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"