aboutsummaryrefslogtreecommitdiff
path: root/databases/libzdb
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2011-03-21 20:42:44 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2011-03-21 20:42:44 +0000
commit70e7cdd7d649d4f1cd4a3651ca89ec0b658ee87f (patch)
tree70fb6a91a80b10f2267022c43291f2a10384e77c /databases/libzdb
parent27778091d8c45b350f950489a6d210c260ea30d1 (diff)
downloadports-70e7cdd7d649d4f1cd4a3651ca89ec0b658ee87f.tar.gz
ports-70e7cdd7d649d4f1cd4a3651ca89ec0b658ee87f.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>
Notes
Notes: svn path=/head/; revision=271423
Diffstat (limited to 'databases/libzdb')
-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