ports/51204: Update port: devel/libhash (A library for manipulating hash tables)

Andrew andrew at ugh.net.au
Mon Apr 21 05:40:10 UTC 2003


>Number:         51204
>Category:       ports
>Synopsis:       Update port: devel/libhash (A library for manipulating hash tables)
>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:   Sun Apr 20 22:40:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
UgH!
>Environment:
System: FreeBSD amy.local 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sat Apr 12 19:08:08 EST 2003 andrew at amy.local:/usr/obj/usr/src/sys/AMY i386


	
>Description:

Update of devel/libhash to 1.0.1 (previous version 1.0). This fixes a bug
in hash_hash_string (spotted by Benjamin Lutz <benlutz at datacomm.ch>) and
fixes a port packing list problem when NOPROFILE is set. This patch also
add some alternative master sites.

>How-To-Repeat:
	
>Fix:


diff -ruN /usr/ports/devel/libhash/Makefile libhash/Makefile
--- /usr/ports/devel/libhash/Makefile	Sat Feb 22 06:35:41 2003
+++ libhash/Makefile	Mon Apr 21 15:30:48 2003
@@ -6,9 +6,11 @@
 #
 
 PORTNAME=	libhash
-PORTVERSION=	1.0
+PORTVERSION=	1.0.1
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.ugh.net.au/pub/unix/libhash/
+MASTER_SITES=	ftp://ftp.ugh.net.au/pub/unix/libhash/ \
+				ftp://ftp.megamirror.com/pub/ugh/unix/libhash/ \
+				http://ftp.megamirror.com/pub/ugh/unix/libhash/
 
 MAINTAINER=	andrew at ugh.net.au
 COMMENT=	A library for manipulating hash tables
@@ -33,5 +35,11 @@
 		libhash_convenience.3 hash_copy_string.3
 
 INSTALLS_SHLIB=	yes
+
+.if defined(NOPROFILE)
+PLIST_SUB+=	BUILT_PROFILE="@comment "
+.else
+PLIST_SUB+=	BUILT_PROFILE=""
+.endif
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/devel/libhash/distinfo libhash/distinfo
--- /usr/ports/devel/libhash/distinfo	Wed Apr  3 02:10:39 2002
+++ libhash/distinfo	Mon Apr 21 15:13:56 2003
@@ -1 +1 @@
-MD5 (libhash-1.0.tar.gz) = cab97ab5212847baedff9241c22be629
+MD5 (libhash-1.0.1.tar.gz) = 426f32e49397ab26531574a995a8554b
diff -ruN /usr/ports/devel/libhash/pkg-plist libhash/pkg-plist
--- /usr/ports/devel/libhash/pkg-plist	Tue Jul 23 04:59:46 2002
+++ libhash/pkg-plist	Mon Apr 21 15:18:44 2003
@@ -2,4 +2,4 @@
 lib/libhash.so.1
 lib/libhash.so
 lib/libhash.a
-lib/libhash_p.a
+%%BUILT_PROFILE%%lib/libhash_p.a

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



More information about the freebsd-ports-bugs mailing list