aboutsummaryrefslogtreecommitdiff
path: root/databases/ldb
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2015-01-16 17:21:10 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2015-01-16 17:21:10 +0000
commit31fd5fd83a8a08c3ea6c3a5b06b75106795dc69b (patch)
tree53a619f9464e90cd56fce934bea01cc6c4dca715 /databases/ldb
parent7a4b04fe6062b1edf9323b62c0d8ef484735010b (diff)
downloadports-31fd5fd83a8a08c3ea6c3a5b06b75106795dc69b.tar.gz
ports-31fd5fd83a8a08c3ea6c3a5b06b75106795dc69b.zip
Notes
Diffstat (limited to 'databases/ldb')
-rw-r--r--databases/ldb/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ldb/Makefile b/databases/ldb/Makefile
index 5f99f9b20edb..3205c65369d6 100644
--- a/databases/ldb/Makefile
+++ b/databases/ldb/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ldb
PORTVERSION= 1.1.19
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SAMBA}
@@ -34,9 +34,9 @@ DESTDIRNAME= --destdir
OPTIONS_DEFINE= MANPAGES
MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl)
-BUILD_DEPENDS+= talloc>=2.0.8:${PORTSDIR}/devel/talloc \
- tevent>=0.9.17:${PORTSDIR}/devel/tevent \
- tdb>=1.2.11:${PORTSDIR}/databases/tdb \
+BUILD_DEPENDS+= talloc>=2.1.1:${PORTSDIR}/devel/talloc \
+ tevent>=0.9.22:${PORTSDIR}/devel/tevent \
+ tdb>=1.3.4:${PORTSDIR}/databases/tdb \
popt>=0:${PORTSDIR}/devel/popt
RUN_DEPENDS:= ${BUILD_DEPENDS}