Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 08:18:33 +0000 (UTC)
From:      "Timur I. Bakeyev" <timur@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393849 - head/net/samba42
Message-ID:  <201508100818.t7A8IX2R016738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: timur
Date: Mon Aug 10 08:18:32 2015
New Revision: 393849
URL: https://svnweb.freebsd.org/changeset/ports/393849

Log:
  Missed updated version requirements for the the supplimentary libs.

Modified:
  head/net/samba42/Makefile

Modified: head/net/samba42/Makefile
==============================================================================
--- head/net/samba42/Makefile	Mon Aug 10 07:50:05 2015	(r393848)
+++ head/net/samba42/Makefile	Mon Aug 10 08:18:32 2015	(r393849)
@@ -3,7 +3,7 @@
 
 PORTNAME?=		${SAMBA4_BASENAME}42
 PORTVERSION?=		${SAMBA4_VERSION}
-PORTREVISION?=		0
+PORTREVISION?=		1
 CATEGORIES?=		net
 MASTER_SITES=		SAMBA/samba/stable SAMBA/samba/rc
 DISTNAME=		${SAMBA4_DISTNAME}
@@ -95,12 +95,12 @@ BUILD_DEPENDS+=		talloc>=2.1.2:${PORTSDI
 RUN_DEPENDS+=		talloc>=2.1.2:${PORTSDIR}/devel/talloc
 SAMBA4_BUNDLED_LIBS+=	!talloc
 # tevent
-BUILD_DEPENDS+=		tevent>=0.9.24:${PORTSDIR}/devel/tevent
-RUN_DEPENDS+=		tevent>=0.9.24:${PORTSDIR}/devel/tevent
+BUILD_DEPENDS+=		tevent>=0.9.25:${PORTSDIR}/devel/tevent
+RUN_DEPENDS+=		tevent>=0.9.25:${PORTSDIR}/devel/tevent
 SAMBA4_BUNDLED_LIBS+=	!tevent
 # tdb
-BUILD_DEPENDS+=		tdb>=1.3.4:${PORTSDIR}/databases/tdb
-RUN_DEPENDS+=		tdb>=1.3.4:${PORTSDIR}/databases/tdb
+BUILD_DEPENDS+=		tdb>=1.3.6:${PORTSDIR}/databases/tdb
+RUN_DEPENDS+=		tdb>=1.3.6:${PORTSDIR}/databases/tdb
 SAMBA4_BUNDLED_LIBS+=	!tdb
 # ntdb
 BUILD_DEPENDS+=		ntdb>=1.0:${PORTSDIR}/databases/ntdb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508100818.t7A8IX2R016738>