View | Details | Raw Unified | Return to bug 114660
Collapse All | Expand All

(-)Makefile (-5 / +15 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	libghthash
9
PORTNAME=	libghthash
10
PORTVERSION=	0.5.6
10
PORTVERSION=	0.6.2
11
PORTREVISION=	1
11
PORTREVISION=	0
12
CATEGORIES=	devel
12
CATEGORIES=	devel
13
MASTER_SITES=	http://www.ipd.bth.se/ska/sim_home/filer/
13
MASTER_SITES=	http://www.ipd.bth.se/ska/sim_home/filer/
14
14
Lines 16-26 Link Here
16
COMMENT=	Generic Hash Table
16
COMMENT=	Generic Hash Table
17
17
18
USE_AUTOTOOLS=	libtool:15
18
USE_AUTOTOOLS=	libtool:15
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
CONFIGURE_ARGS=	--datarootdir=${PREFIX}
20
INSTALLS_SHLIB=	yes
20
USE_LDCONFIG=	yes
21
21
22
PLIST_FILES=	include/ght_hash_table.h \
22
PLIST_FILES=	include/ght_hash_table.h \
23
		lib/libghthash.a  lib/libghthash.la \
23
		lib/libghthash.a  lib/libghthash.la \
24
		lib/libghthash.so lib/libghthash.so.5
24
		lib/libghthash.so lib/libghthash.so.2
25
26
MAN3=	ght_create.3 \
27
	ght_finalize.3 \
28
	ght_first.3 \
29
	ght_first_keysize.3 \
30
	ght_get.3 \
31
	ght_insert.3 \
32
	ght_next.3 \
33
	ght_next_keysize.3 \
34
	ght_remove.3
25
35
26
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libghthash-0.5.6.tar.gz) = d7619ad6a50185dae78e018237e8150a
1
MD5 (libghthash-0.6.2.tar.gz) = 6e3c637edf4f178d0790e5fa32d67184
2
SHA256 (libghthash-0.5.6.tar.gz) = 3bb63a79b3968561d196d6cd7b601a8b4b7f7c90cabfac8bd1166090aa70a94f
2
SHA256 (libghthash-0.6.2.tar.gz) = d1ccbb81f4c8afd7008f56ecb874f5cf497de480f49ee06929b4303d5852a7dd
3
SIZE (libghthash-0.5.6.tar.gz) = 302566
3
SIZE (libghthash-0.6.2.tar.gz) = 340064

Return to bug 114660