aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2011-03-22 04:42:44 +0800
committerglarkin <glarkin@FreeBSD.org>2011-03-22 04:42:44 +0800
commit832c528698ec1d8ae1b2d7c31c00aa559f8eb90d (patch)
tree2d58c2e015fb7bf87d33d213d19c32dbcbf007b9 /databases
parent63c56523ab1c05ae9fc2f7ba278059e9224c2694 (diff)
downloadfreebsd-ports-gnome-832c528698ec1d8ae1b2d7c31c00aa559f8eb90d.tar.gz
freebsd-ports-gnome-832c528698ec1d8ae1b2d7c31c00aa559f8eb90d.tar.zst
freebsd-ports-gnome-832c528698ec1d8ae1b2d7c31c00aa559f8eb90d.zip
- Updated to 2.8.1
Changes: Fixes a transaction related memory leak in the Oracle driver - Fixed configure option name in Makefile for PostgreSQL support PR: ports/155021 Submitted by: C-S <c-s@c-s.li>
Diffstat (limited to 'databases')
-rw-r--r--databases/libzdb/Makefile7
-rw-r--r--databases/libzdb/distinfo4
2 files changed, 5 insertions, 6 deletions
diff --git a/databases/libzdb/Makefile b/databases/libzdb/Makefile
index 93755ae85524..b3a4b37a6b86 100644
--- a/databases/libzdb/Makefile
+++ b/databases/libzdb/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libzdb
-PORTVERSION= 2.8
-PORTREVISION= 1
+PORTVERSION= 2.8.1
CATEGORIES= databases
MASTER_SITES= http://www.tildeslash.com/libzdb/dist/ \
http://www.c-s.li/ports/
@@ -49,9 +48,9 @@ CONFIGURE_ARGS+= --without-sqlite
.if defined(WITH_PGSQL)
USE_PGSQL= yes
-CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE}/bin/pg_config
+CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}/bin/pg_config
.else
-CONFIGURE_ARGS+= --without-pgsql
+CONFIGURE_ARGS+= --without-postgresql
.endif
.include <bsd.port.post.mk>
diff --git a/databases/libzdb/distinfo b/databases/libzdb/distinfo
index aaf053d13310..578a589ad86e 100644
--- a/databases/libzdb/distinfo
+++ b/databases/libzdb/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libzdb-2.8.tar.gz) = a716af1168f473da25cb8a2f6708702568aeb77b648587926ed88d2e276486b3
-SIZE (libzdb-2.8.tar.gz) = 562688
+SHA256 (libzdb-2.8.1.tar.gz) = 24edf7a3d73165a2030d54cda17b94569269fd8189dae4a536ac0a8a4b593352
+SIZE (libzdb-2.8.1.tar.gz) = 575712