Date: Tue, 17 Jul 2007 22:51:33 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: laszlof@FreeBSD.org Subject: ports/114660: [PATCH] devel/libghthash: update to 0.6.2 Message-ID: <20070717145133.4EDCF7EF67@freebsd.csie.nctu.edu.tw> Resent-Message-ID: <200707171450.l6HEo4gA093747@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114660 >Category: ports >Synopsis: [PATCH] devel/libghthash: update to 0.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 17 14:50:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 6.2-RELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD freebsd.csie.nctu.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #12: Sat Jan 20 20:29:28 CST 2007 >Description: - Update to 0.6.2 Port maintainer (laszlof@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libghthash-0.6.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/libghthash/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 7 Nov 2006 15:37:00 -0000 1.15 +++ Makefile 17 Jul 2007 14:49:04 -0000 @@ -7,8 +7,8 @@ # PORTNAME= libghthash -PORTVERSION= 0.5.6 -PORTREVISION= 1 +PORTVERSION= 0.6.2 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/ @@ -16,11 +16,21 @@ COMMENT= Generic Hash Table USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --datarootdir=${PREFIX} +USE_LDCONFIG= yes PLIST_FILES= include/ght_hash_table.h \ lib/libghthash.a lib/libghthash.la \ - lib/libghthash.so lib/libghthash.so.5 + lib/libghthash.so lib/libghthash.so.2 + +MAN3= ght_create.3 \ + ght_finalize.3 \ + ght_first.3 \ + ght_first_keysize.3 \ + ght_get.3 \ + ght_insert.3 \ + ght_next.3 \ + ght_next_keysize.3 \ + ght_remove.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/libghthash/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 15 Feb 2006 07:43:16 -0000 1.7 +++ distinfo 17 Jul 2007 14:49:04 -0000 @@ -1,3 +1,3 @@ -MD5 (libghthash-0.5.6.tar.gz) = d7619ad6a50185dae78e018237e8150a -SHA256 (libghthash-0.5.6.tar.gz) = 3bb63a79b3968561d196d6cd7b601a8b4b7f7c90cabfac8bd1166090aa70a94f -SIZE (libghthash-0.5.6.tar.gz) = 302566 +MD5 (libghthash-0.6.2.tar.gz) = 6e3c637edf4f178d0790e5fa32d67184 +SHA256 (libghthash-0.6.2.tar.gz) = d1ccbb81f4c8afd7008f56ecb874f5cf497de480f49ee06929b4303d5852a7dd +SIZE (libghthash-0.6.2.tar.gz) = 340064 --- libghthash-0.6.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070717145133.4EDCF7EF67>