diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-12 19:04:24 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-12 19:04:24 +0000 |
commit | de21212bba606cfc5fceaffd8f94d398db2dd2e7 (patch) | |
tree | 2216f907e5a9d6c9b278f4e7f321f16a80904ff8 /devel/libghthash | |
parent | dd218dd343e6a81ea4fb01996c1e87d3be9cb4dc (diff) |
Update to version 0.5.5
PR: ports/76159
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=126254
Diffstat (limited to 'devel/libghthash')
-rw-r--r-- | devel/libghthash/Makefile | 6 | ||||
-rw-r--r-- | devel/libghthash/distinfo | 4 | ||||
-rw-r--r-- | devel/libghthash/pkg-plist | 3 |
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/libghthash/Makefile b/devel/libghthash/Makefile index 384710f34436..49aebf8a8945 100644 --- a/devel/libghthash/Makefile +++ b/devel/libghthash/Makefile @@ -7,15 +7,15 @@ # PORTNAME= libghthash -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.5 CATEGORIES= devel MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic Hash Table -USE_LIBTOOL_VER= 13 -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/libghthash/distinfo b/devel/libghthash/distinfo index 73f698e97c23..2fb67878168b 100644 --- a/devel/libghthash/distinfo +++ b/devel/libghthash/distinfo @@ -1,2 +1,2 @@ -MD5 (libghthash-0.5.4.tar.gz) = d284fc992cd2ce2277b9054a9eddd264 -SIZE (libghthash-0.5.4.tar.gz) = 217776 +MD5 (libghthash-0.5.5.tar.gz) = 149fd7cb45292a21340844c384c092ab +SIZE (libghthash-0.5.5.tar.gz) = 326238 diff --git a/devel/libghthash/pkg-plist b/devel/libghthash/pkg-plist index b910dd773896..67c4e588d6cc 100644 --- a/devel/libghthash/pkg-plist +++ b/devel/libghthash/pkg-plist @@ -1,5 +1,4 @@ include/ght_hash_table.h lib/libghthash.a lib/libghthash.so -lib/libghthash.so.4 -lib/libghthash.la +lib/libghthash.so.5 |