From owner-svn-ports-all@freebsd.org Mon Aug 10 08:18:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7EED9984DE; Mon, 10 Aug 2015 08:18:33 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C07F5E1C; Mon, 10 Aug 2015 08:18:33 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7A8IXWL016739; Mon, 10 Aug 2015 08:18:33 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7A8IX2R016738; Mon, 10 Aug 2015 08:18:33 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201508100818.t7A8IX2R016738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Mon, 10 Aug 2015 08:18:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393849 - head/net/samba42 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 08:18:33 -0000 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