From owner-svn-ports-all@freebsd.org Tue Nov 3 13:59:40 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 A8F76A24B6A; Tue, 3 Nov 2015 13:59:40 +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 934A81880; Tue, 3 Nov 2015 13:59:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 917051412; Tue, 3 Nov 2015 13:59:40 +0000 (UTC) Date: Tue, 3 Nov 2015 13:59:40 +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: <20151103135940.GA16036@FreeBSD.org> References: <201511031307.tA3D7vYm038599@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201511031307.tA3D7vYm038599@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) 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: Tue, 03 Nov 2015 13:59:40 -0000 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 =. Also, some of the style bugs I've mentioned earlier are still unfixed? ./danfe