Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Apr 2006 22:50:01 -0400
From:      Frank Laszlo <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95329: [UPDATE]: devel/gengetopt: Update to version 2.16
Message-ID:  <E1FQy5p-0006W2-9A@ritamari.vonostingroup.com>
Resent-Message-ID: <200604050250.k352oAYw075597@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95329
>Category:       ports
>Synopsis:       [UPDATE]: devel/gengetopt: Update to version 2.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 05 02:50:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank Laszlo
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	This patch will update devel/gengetopt to the version 2.16. This version adds the following features:

	* a --full-help option is generated that shows also hidden options
	* multiple parsers can be linked into the same executable (even
  	  when using configuration files, thanks to Andre Noll)
	* when invoking getopt_long, discard any pointers to previously
  	  scanned command lines (thanks to Andre Noll)
	* fixed a bug in generation of help strings that might cause
  	  a seg fault (reported by Paul Biggar)

>How-To-Repeat:
	
>Fix:

	



--- gengetopt-2.16.diff begins here ---
diff -NrU3 gengetopt.orig/Makefile gengetopt/Makefile
--- gengetopt.orig/Makefile	Tue Apr  4 12:07:20 2006
+++ gengetopt/Makefile	Tue Apr  4 12:07:28 2006
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gengetopt
-PORTVERSION=	2.15
+PORTVERSION=	2.16
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -NrU3 gengetopt.orig/distinfo gengetopt/distinfo
--- gengetopt.orig/distinfo	Tue Apr  4 12:07:20 2006
+++ gengetopt/distinfo	Tue Apr  4 12:07:34 2006
@@ -1,3 +1,3 @@
-MD5 (gengetopt-2.15.tar.gz) = 79571b2ff12a9d6e56d4c4e9767ffc45
-SHA256 (gengetopt-2.15.tar.gz) = 46721c5f0ecc49436630bffb40b809c2ad028dbcca5cfe661b4655f4f11c336a
-SIZE (gengetopt-2.15.tar.gz) = 437238
+MD5 (gengetopt-2.16.tar.gz) = 41192e6266333116c8d33d83b24aea6c
+SHA256 (gengetopt-2.16.tar.gz) = ccea0a3bf648fd3521fd1704272d9b06b9d679237efd76ebc1283a123a2746fa
+SIZE (gengetopt-2.16.tar.gz) = 440226
diff -NrU3 gengetopt.orig/pkg-plist gengetopt/pkg-plist
--- gengetopt.orig/pkg-plist	Tue Apr  4 12:07:20 2006
+++ gengetopt/pkg-plist	Tue Apr  4 12:10:50 2006
@@ -17,7 +17,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/examples/sample2.ggo
 %%PORTDOCS%%%%DOCSDIR%%/gengetopt.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/NEWSold
 %%DATADIR%%/getopt.c
 %%DATADIR%%/getopt1.c
 %%DATADIR%%/gnugetopt.h
--- gengetopt-2.16.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FQy5p-0006W2-9A>