diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-15 07:43:16 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-15 07:43:16 +0000 |
commit | 09e8d7aa138ce241a52782991ded9b88fa33dcdd (patch) | |
tree | c5140acc11cb9c3c6ff530595f932fc85c9f5510 /devel/libghthash | |
parent | d270e5ec990e828532013e0e986ca5fa25291ac2 (diff) |
Notes
Diffstat (limited to 'devel/libghthash')
-rw-r--r-- | devel/libghthash/Makefile | 7 | ||||
-rw-r--r-- | devel/libghthash/distinfo | 6 | ||||
-rw-r--r-- | devel/libghthash/pkg-plist | 4 |
3 files changed, 8 insertions, 9 deletions
diff --git a/devel/libghthash/Makefile b/devel/libghthash/Makefile index 3390b770cf23..4800ca00b7af 100644 --- a/devel/libghthash/Makefile +++ b/devel/libghthash/Makefile @@ -7,15 +7,18 @@ # PORTNAME= libghthash -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 CATEGORIES= devel MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= Generic Hash Table USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes +PLIST_FILES= include/ght_hash_table.h lib/libghthash.a \ + lib/libghthash.so lib/libghthash.so.5 + .include <bsd.port.mk> diff --git a/devel/libghthash/distinfo b/devel/libghthash/distinfo index b99418310157..3014d6cfccec 100644 --- a/devel/libghthash/distinfo +++ b/devel/libghthash/distinfo @@ -1,3 +1,3 @@ -MD5 (libghthash-0.5.5.tar.gz) = 149fd7cb45292a21340844c384c092ab -SHA256 (libghthash-0.5.5.tar.gz) = 1b82e0e821b7f0e83bfa6787fb741495a91493de7be6808062e88b99ad486147 -SIZE (libghthash-0.5.5.tar.gz) = 326238 +MD5 (libghthash-0.5.6.tar.gz) = d7619ad6a50185dae78e018237e8150a +SHA256 (libghthash-0.5.6.tar.gz) = 3bb63a79b3968561d196d6cd7b601a8b4b7f7c90cabfac8bd1166090aa70a94f +SIZE (libghthash-0.5.6.tar.gz) = 302566 diff --git a/devel/libghthash/pkg-plist b/devel/libghthash/pkg-plist deleted file mode 100644 index 67c4e588d6cc..000000000000 --- a/devel/libghthash/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -include/ght_hash_table.h -lib/libghthash.a -lib/libghthash.so -lib/libghthash.so.5 |