From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 06:09:53 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 465CE53C; Mon, 26 Nov 2012 06:09:53 +0000 (UTC) Date: Mon, 26 Nov 2012 06:09:53 +0000 From: Alexey Dokuchaev To: Sylvio Cesar Teixeira Subject: Re: svn commit: r307746 - head/devel/pear-PEAR_PackageFileManager2 Message-ID: <20121126060953.GA24378@FreeBSD.org> References: <201211251440.qAPEe3Hi076867@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211251440.qAPEe3Hi076867@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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, 26 Nov 2012 06:09:53 -0000 On Sun, Nov 25, 2012 at 02:40:03PM +0000, Sylvio Cesar Teixeira wrote: > New Revision: 307746 > URL: http://svnweb.freebsd.org/changeset/ports/307746 > > -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear > -RUN_DEPENDS:= ${BUILD_DEPENDS} > - > LICENSE= BSD > > +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ > + ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins > +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ > + ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins > + It seems you could have simeple changed one one line instead of three and retain previous readability. Unless my eyes miss some differences, do you mind putting back RUN_DEPENDS:=${BUILD_DEPENDS} line? ./danfe ./danfe