aboutsummaryrefslogtreecommitdiff
path: root/databases/dbh10
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-14 09:27:26 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-14 09:27:26 +0000
commite9aac7f06881985186095d6971cc82fc7de2b914 (patch)
treeda1b480a29e19a7b453056b85033c3accfd6671b /databases/dbh10
parentec11665cbc1439550bdb79abcdb521b7a16d9d8e (diff)
downloadports-e9aac7f06881985186095d6971cc82fc7de2b914.tar.gz
ports-e9aac7f06881985186095d6971cc82fc7de2b914.zip
Notes
Diffstat (limited to 'databases/dbh10')
-rw-r--r--databases/dbh10/Makefile6
-rw-r--r--databases/dbh10/distinfo4
-rw-r--r--databases/dbh10/files/patch-ltmain.sh15
3 files changed, 4 insertions, 21 deletions
diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile
index 156ea451c0e0..51b26a777557 100644
--- a/databases/dbh10/Makefile
+++ b/databases/dbh10/Makefile
@@ -7,18 +7,16 @@
#
PORTNAME= dbh
-PORTVERSION= 1.0.18
+PORTVERSION= 1.0.20
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Disk Based Hashtables
-USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget pkgconfig
-GNU_CONFIGURE= yes
+USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
diff --git a/databases/dbh10/distinfo b/databases/dbh10/distinfo
index db96d042cd5e..a126c2610ab8 100644
--- a/databases/dbh10/distinfo
+++ b/databases/dbh10/distinfo
@@ -1,2 +1,2 @@
-MD5 (dbh_1.0-18.tar.bz2) = dca09e2949616471669320e3429a49ef
-SIZE (dbh_1.0-18.tar.bz2) = 344473
+MD5 (dbh-1.0.20.tar.gz) = 7e05431d0ca8aad100b08718fa61a825
+SIZE (dbh-1.0.20.tar.gz) = 365743
diff --git a/databases/dbh10/files/patch-ltmain.sh b/databases/dbh10/files/patch-ltmain.sh
deleted file mode 100644
index cba2f407b979..000000000000
--- a/databases/dbh10/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Tue Apr 6 15:43:05 2004
-+++ ltmain.sh Tue Apr 6 15:43:18 2004
-@@ -5436,10 +5436,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"