From owner-svn-ports-head@freebsd.org Tue Nov 3 14:01:26 2015 Return-Path: Delivered-To: svn-ports-head@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 517FEA24CD1; Tue, 3 Nov 2015 14:01:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 45F8A1A25; Tue, 3 Nov 2015 14:01:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 433ED1538; Tue, 3 Nov 2015 14:01:26 +0000 (UTC) Date: Tue, 3 Nov 2015 14:01:26 +0000 From: Alexey Dokuchaev To: Dag-Erling Sm??rgrav Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r400699 - in head/net: p5-ldap2pf p5-ldap2pw p5-srv2pf Message-ID: <20151103140126.GB16036@FreeBSD.org> References: <201511031307.tA3D7vYm038599@repo.freebsd.org> <20151103135940.GA16036@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151103135940.GA16036@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 14:01:26 -0000 On Tue, Nov 03, 2015 at 01:59:40PM +0000, Alexey Dokuchaev wrote: > On Tue, Nov 03, 2015 at 01:07:57PM +0000, Dag-Erling Sm??rgrav wrote: > > New Revision: 400699 > > URL: https://svnweb.freebsd.org/changeset/ports/400699 > > > > Log: > > Fix BUILD_DEPENDS. No bump since the current version doesn't build. > > > > [...] > > @@ -14,6 +14,7 @@ RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDI > > p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ > > p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ > > p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap > > +BUILD_DEPENDS= ${RUN_DEPENDS} > > I think here and below you wanted to say := instead of =. Ah sorry, it's rdeps-to-bdeps, not the "natural" way, nevermind... ./danfe