diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-10-31 05:37:31 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-10-31 05:37:31 +0000 |
| commit | 4d63e125f82ad3e71bff43277df73a9b2ffd7f93 (patch) | |
| tree | e0f219c14ad99c8dec341f6191a1fcbbb2e39c56 /databases/dbh | |
| parent | 8a212b351477bb79d9c71db3f1f5de7e97ecb111 (diff) | |
Notes
Diffstat (limited to 'databases/dbh')
| -rw-r--r-- | databases/dbh/Makefile | 7 | ||||
| -rw-r--r-- | databases/dbh/distinfo | 6 | ||||
| -rw-r--r-- | databases/dbh/files/patch-ltmain.sh | 15 | ||||
| -rw-r--r-- | databases/dbh/pkg-plist | 7 |
4 files changed, 24 insertions, 11 deletions
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index 169a31d5d770..18f0cc0a6ab4 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -7,11 +7,10 @@ # PORTNAME= dbh -PORTVERSION= 1.0.24 -PORTREVISION= 1 +PORTVERSION= 4.5.0 +PORTREVISION= 0 CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Disk Based Hashtables diff --git a/databases/dbh/distinfo b/databases/dbh/distinfo index e7a8284fb87e..2347307e67ae 100644 --- a/databases/dbh/distinfo +++ b/databases/dbh/distinfo @@ -1,3 +1,3 @@ -MD5 (dbh-1.0.24.tar.gz) = 42e122a321089f2429986d0d161ed92a -SHA256 (dbh-1.0.24.tar.gz) = a95844cdea142c1db4f8b75e9854068e9d38ced83aa71783063febb3a1cc0410 -SIZE (dbh-1.0.24.tar.gz) = 371463 +MD5 (dbh-4.5.0.tar.gz) = 52b4b0d5ee0513dc796e989220c11bc6 +SHA256 (dbh-4.5.0.tar.gz) = 85c5a90b83032f7eddaebb445b38c6dfc0ae5cc202be8028bd0b554bd0b567bb +SIZE (dbh-4.5.0.tar.gz) = 365506 diff --git a/databases/dbh/files/patch-ltmain.sh b/databases/dbh/files/patch-ltmain.sh new file mode 100644 index 000000000000..5fa6b3314380 --- /dev/null +++ b/databases/dbh/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Tue Oct 31 11:13:51 2006 ++++ ltmain.sh Tue Oct 31 11:14:02 2006 +@@ -6103,10 +6103,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/databases/dbh/pkg-plist b/databases/dbh/pkg-plist index b2480da06c9d..081deee34e69 100644 --- a/databases/dbh/pkg-plist +++ b/databases/dbh/pkg-plist @@ -2,9 +2,8 @@ include/dbh.h include/dbh_config.h include/dbh_functions.h -lib/libdbh-1.0.so -lib/libdbh-1.0.so.1 +lib/libdbh-4.5.so +lib/libdbh-4.5.so.4 lib/libdbh.a -lib/libdbh.la lib/libdbh.so -libdata/pkgconfig/dbh-1.0.pc +libdata/pkgconfig/dbh.pc |
