From laszlof@ritamari.vonostingroup.com  Mon Feb 13 16:52:07 2006
Return-Path: <laszlof@ritamari.vonostingroup.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5A0E416A420
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Feb 2006 16:52:07 +0000 (GMT)
	(envelope-from laszlof@ritamari.vonostingroup.com)
Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 12ACD43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Feb 2006 16:52:06 +0000 (GMT)
	(envelope-from laszlof@ritamari.vonostingroup.com)
Received: from laszlof by ritamari.vonostingroup.com with local (Exim 4.60 (FreeBSD))
	(envelope-from <laszlof@ritamari.vonostingroup.com>)
	id 1F8gwO-000LMS-2s
	for FreeBSD-gnats-submit@freebsd.org; Mon, 13 Feb 2006 11:52:44 -0500
Message-Id: <E1F8gwO-000LMS-2s@ritamari.vonostingroup.com>
Date: Mon, 13 Feb 2006 11:52:44 -0500
From: Frank Laszlo <laszlof@vonostingroup.com>
Reply-To: Frank Laszlo <laszlof@vonostingroup.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UPDATE]: devel/libghthash: Update to version 0.5.6.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         93298
>Category:       ports
>Synopsis:       [UPDATE]: devel/libghthash: Update to version 0.5.6.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lawrance
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 13 17:00:21 GMT 2006
>Closed-Date:    Wed Feb 15 07:50:53 GMT 2006
>Last-Modified:  Wed Feb 15 07:50:53 GMT 2006
>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/libghthash to version 0.5.6. This version fixes the following bugs:

*  Fixed a segfault with hash tables of size zero by not allowing them 
   (thanks to Elliot Schwartz for pointing this out). Updated the documentation 
   for this as well
*  Fixed alloc_example.c to allocate the correct number of bytes for the custom 
   allocator (and updated incorrect documentation for this)

	I have also removed pkg-plist in favor of PLIST_FILES. I will maintain this port.

>How-To-Repeat:
	
>Fix:

	



--- libghthash-0.5.6.diff begins here ---
diff -NrU3 libghthash.orig/Makefile libghthash/Makefile
--- libghthash.orig/Makefile	Mon Feb 13 11:44:37 2006
+++ libghthash/Makefile	Mon Feb 13 11:46:32 2006
@@ -7,15 +7,18 @@
 #
 
 PORTNAME=	libghthash
-PORTVERSION=	0.5.5
+PORTVERSION=	0.5.6
 CATEGORIES=	devel
 MASTER_SITES=	http://www.ipd.bth.se/ska/sim_home/filer/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	laszlof@vonostingroup.com
 COMMENT=	Generic Hash Table
 
 USE_AUTOTOOLS=	libtool:15
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 INSTALLS_SHLIB=	yes
+
+PLIST_FILES=	include/ght_hash_table.h lib/libghthash.a \
+		lib/libghthash.so lib/libghthash.so.5
 
 .include <bsd.port.mk>
diff -NrU3 libghthash.orig/distinfo libghthash/distinfo
--- libghthash.orig/distinfo	Mon Feb 13 11:44:37 2006
+++ libghthash/distinfo	Mon Feb 13 11:46:46 2006
@@ -1,3 +1,3 @@
-MD5 (libghthash-0.5.5.tar.gz) = 149fd7cb45292a21340844c384c092ab
-SHA256 (libghthash-0.5.5.tar.gz) = 1b82e0e821b7f0e83bfa6787fb741495a91493de7be6808062e88b99ad486147
-SIZE (libghthash-0.5.5.tar.gz) = 326238
+MD5 (libghthash-0.5.6.tar.gz) = d7619ad6a50185dae78e018237e8150a
+SHA256 (libghthash-0.5.6.tar.gz) = 3bb63a79b3968561d196d6cd7b601a8b4b7f7c90cabfac8bd1166090aa70a94f
+SIZE (libghthash-0.5.6.tar.gz) = 302566
diff -NrU3 libghthash.orig/pkg-plist libghthash/pkg-plist
--- libghthash.orig/pkg-plist	Mon Feb 13 11:44:37 2006
+++ libghthash/pkg-plist	Wed Dec 31 19:00:00 1969
@@ -1,4 +0,0 @@
-include/ght_hash_table.h
-lib/libghthash.a
-lib/libghthash.so
-lib/libghthash.so.5
--- libghthash-0.5.6.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lawrance 
Responsible-Changed-By: lawrance 
Responsible-Changed-When: Tue Feb 14 08:55:12 UTC 2006 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93298 
State-Changed-From-To: open->closed 
State-Changed-By: lawrance 
State-Changed-When: Wed Feb 15 07:50:51 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93298 
>Unformatted:
