aboutsummaryrefslogtreecommitdiff
path: root/databases/ldb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ldb/Makefile')
-rw-r--r--databases/ldb/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/ldb/Makefile b/databases/ldb/Makefile
index 166f0e48ec76..69c5ae960057 100644
--- a/databases/ldb/Makefile
+++ b/databases/ldb/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= ldb
-PORTVERSION= 1.1.21
-PORTREVISION= 1
+PORTVERSION= 1.1.23
+PORTREVISION= 0
PORTEPOCH= 0
CATEGORIES= databases
MASTER_SITES= SAMBA
@@ -32,9 +32,9 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
OPTIONS_DEFINE= MANPAGES
MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl)
-BUILD_DEPENDS+= talloc>=2.1.1:${PORTSDIR}/devel/talloc \
- tevent>=0.9.22:${PORTSDIR}/devel/tevent \
- tdb>=1.3.4,1:${PORTSDIR}/databases/tdb \
+BUILD_DEPENDS+= talloc>=2.1.5:${PORTSDIR}/devel/talloc \
+ tevent>=0.9.26:${PORTSDIR}/devel/tevent \
+ tdb>=1.3.8,1:${PORTSDIR}/databases/tdb \
popt>=0:${PORTSDIR}/devel/popt
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -87,6 +87,7 @@ PLIST_FILES+= include/pyldb.h \
lib/libpyldb-util.so \
lib/libpyldb-util.so.1 \
%%PYTHON_SITELIBDIR%%/ldb.so \
+ %%PYTHON_SITELIBDIR%%/_ldb_text.py \
%%PKGCONFIGDIR%%/pyldb-util.pc
LDB_MAN1= man/man1/ldbadd.1.gz \