Date: Mon, 26 Nov 2012 06:09:53 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Sylvio Cesar Teixeira <sylvio@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r307746 - head/devel/pear-PEAR_PackageFileManager2 Message-ID: <20121126060953.GA24378@FreeBSD.org> In-Reply-To: <201211251440.qAPEe3Hi076867@svn.freebsd.org> References: <201211251440.qAPEe3Hi076867@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121126060953.GA24378>