ports/174732: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Mar 1 17:20:01 UTC 2013


The following reply was made to PR ports/174732; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/174732: commit references a PR
Date: Fri,  1 Mar 2013 17:19:44 +0000 (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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list