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

(-)devel/libghthash/Makefile (-3 / +3 lines)
Lines 7-21 Link Here
7
#
7
#
8
8
9
PORTNAME=	libghthash
9
PORTNAME=	libghthash
10
PORTVERSION=	0.5.4
10
PORTVERSION=	0.5.5
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	http://www.ipd.bth.se/ska/sim_home/filer/
12
MASTER_SITES=	http://www.ipd.bth.se/ska/sim_home/filer/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Generic Hash Table
15
COMMENT=	Generic Hash Table
16
16
17
USE_LIBTOOL_VER=	13
17
USE_LIBTOOL_VER=	15
18
GNU_CONFIGURE=	yes
18
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
INSTALLS_SHLIB=	yes
19
INSTALLS_SHLIB=	yes
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)devel/libghthash/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libghthash-0.5.4.tar.gz) = d284fc992cd2ce2277b9054a9eddd264
1
MD5 (libghthash-0.5.5.tar.gz) = 149fd7cb45292a21340844c384c092ab
2
SIZE (libghthash-0.5.4.tar.gz) = 217776
2
SIZE (libghthash-0.5.5.tar.gz) = 326238
(-)devel/libghthash/pkg-plist (-2 / +1 lines)
Lines 1-5 Link Here
1
include/ght_hash_table.h
1
include/ght_hash_table.h
2
lib/libghthash.a
2
lib/libghthash.a
3
lib/libghthash.so
3
lib/libghthash.so
4
lib/libghthash.so.4
4
lib/libghthash.so.5
5
lib/libghthash.la

Return to bug 76159