svn commit: r377194 - in head: databases/ldb devel/tevent
Timur I. Bakeyev
timur at FreeBSD.org
Fri Jan 16 17:21:12 UTC 2015
Author: timur
Date: Fri Jan 16 17:21:10 2015
New Revision: 377194
URL: https://svnweb.freebsd.org/changeset/ports/377194
QAT: https://qat.redports.org/buildarchive/r377194/
Log:
Return back incorrectly resetted PORTEPOCH for databases/tdb. Raised minimal requirements for dependencies for database/ldb to reflect actual ones.
Modified:
head/databases/ldb/Makefile
head/devel/tevent/Makefile
Modified: head/databases/ldb/Makefile
==============================================================================
--- head/databases/ldb/Makefile Fri Jan 16 17:10:41 2015 (r377193)
+++ head/databases/ldb/Makefile Fri Jan 16 17:21:10 2015 (r377194)
@@ -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}
Modified: head/devel/tevent/Makefile
==============================================================================
--- head/devel/tevent/Makefile Fri Jan 16 17:10:41 2015 (r377193)
+++ head/devel/tevent/Makefile Fri Jan 16 17:21:10 2015 (r377194)
@@ -33,7 +33,7 @@ DESTDIRNAME= --destdir
OPTIONS_DEFINE= MANPAGES
MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl)
-BUILD_DEPENDS+= talloc>=2.1.0:${PORTSDIR}/devel/talloc
+BUILD_DEPENDS+= talloc>=2.1.1:${PORTSDIR}/devel/talloc
RUN_DEPENDS:= ${BUILD_DEPENDS}
.include <bsd.port.options.mk>
More information about the svn-ports-all
mailing list