Bug 174732

Summary: security/fwknop Port Update
Product: Ports & Packages Reporter: sean.greven
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description sean.greven 2012-12-27 09:20:00 UTC
Port Update : Version bump from 2.0.3 to 2.0.4

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-03-01 17:19:44 UTC
Author: pawel
Date: Fri Mar  1 17:19:32 2013
New Revision: 313158
URL: http://svnweb.freebsd.org/changeset/ports/313158

Log:
  - Update to version 2.0.4 [1]
  - Package links to gpgme, make it LIB_DEPENDS also turn off
    linking to it when GPGME=off
  - Add empty line between description and WWW line,
    remove extraneous whitespace on EOL in pkg-descr
  
  PR:		ports/174732 [1]
  Submitted by:	Sean Greven <sean.greven@gmail.com> (maintainer)

Modified:
  head/security/fwknop/Makefile   (contents, props changed)
  head/security/fwknop/distinfo   (contents, props changed)
  head/security/fwknop/pkg-descr   (contents, props changed)
  head/security/fwknop/pkg-plist   (contents, props changed)

Modified: head/security/fwknop/Makefile
==============================================================================
--- head/security/fwknop/Makefile	Fri Mar  1 16:26:37 2013	(r313157)
+++ head/security/fwknop/Makefile	Fri Mar  1 17:19:32 2013	(r313158)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fwknop
-PORTVERSION=	2.0.3
+PORTVERSION=	2.0.4
 CATEGORIES=	security
 MASTER_SITES=	http://www.cipherdyne.org/fwknop/download/
 
@@ -22,7 +22,9 @@ USE_LDCONFIG=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGPGME}
-BUILD_DEPENDS+=	gpgme:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+=	gpgme:${PORTSDIR}/security/gpgme
+.else
+CONFIGURE_ARGS+=--without-gpgme
 .endif
 
 .include <bsd.port.mk>

Modified: head/security/fwknop/distinfo
==============================================================================
--- head/security/fwknop/distinfo	Fri Mar  1 16:26:37 2013	(r313157)
+++ head/security/fwknop/distinfo	Fri Mar  1 17:19:32 2013	(r313158)
@@ -1,2 +1,2 @@
-SHA256 (fwknop-2.0.3.tar.gz) = f7f306a66c641020e7c7a820eaa3743e2700ddee6e26cca37440db95df56b986
-SIZE (fwknop-2.0.3.tar.gz) = 904769
+SHA256 (fwknop-2.0.4.tar.gz) = e6a88e969264ff23bd5837a47e5b60b8c4d36fc8a2326c6b377f8447ecf2adea
+SIZE (fwknop-2.0.4.tar.gz) = 1401321

Modified: head/security/fwknop/pkg-descr
==============================================================================
--- head/security/fwknop/pkg-descr	Fri Mar  1 16:26:37 2013	(r313157)
+++ head/security/fwknop/pkg-descr	Fri Mar  1 17:19:32 2013	(r313158)
@@ -1,2 +1,3 @@
-fwknop,"FireWall KNock OPerator", implements Single Packet Authorization (SPA). 
+fwknop,"FireWall KNock OPerator", implements Single Packet Authorization (SPA).
+
 WWW: http://www.cipherdyne.org/fwknop/

Modified: head/security/fwknop/pkg-plist
==============================================================================
--- head/security/fwknop/pkg-plist	Fri Mar  1 16:26:37 2013	(r313157)
+++ head/security/fwknop/pkg-plist	Fri Mar  1 17:19:32 2013	(r313158)
@@ -5,6 +5,6 @@ include/fko.h
 lib/libfko.a
 lib/libfko.la
 lib/libfko.so
-lib/libfko.so.0
+lib/libfko.so.1
 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"
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2013-03-01 17:21:04 UTC
State Changed
From-To: open->closed

Commited. Thanks! Please submit as a patch next time, shar is for new 
ports only.