- Update to version 0.6.2
PR: ports/114660 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
This commit is contained in:
parent
82ac450aba
commit
cfe5ae18bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195859
2 changed files with 17 additions and 8 deletions
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libghthash
|
||||
PORTVERSION= 0.5.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/
|
||||
|
||||
|
@ -16,11 +15,21 @@ MAINTAINER= laszlof@FreeBSD.org
|
|||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue