- 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>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user