aboutsummaryrefslogtreecommitdiffstats
path: root/databases/ldb
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2015-01-17 01:21:10 +0800
committertimur <timur@FreeBSD.org>2015-01-17 01:21:10 +0800
commitb37e016b9d3c29ce23b3d7c162fc128f0c68618c (patch)
tree53a619f9464e90cd56fce934bea01cc6c4dca715 /databases/ldb
parentfb8d1cd29aca8fb8d9bcac0dfb0573634cae1073 (diff)
downloadfreebsd-ports-gnome-b37e016b9d3c29ce23b3d7c162fc128f0c68618c.tar.gz
freebsd-ports-gnome-b37e016b9d3c29ce23b3d7c162fc128f0c68618c.tar.zst
freebsd-ports-gnome-b37e016b9d3c29ce23b3d7c162fc128f0c68618c.zip
Return back incorrectly resetted PORTEPOCH for databases/tdb. Raised minimal requirements for dependencies for database/ldb to reflect actual ones.
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}