svn commit: r307746 - head/devel/pear-PEAR_PackageFileManager2
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Nov 26 06:09:53 UTC 2012
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
More information about the svn-ports-head
mailing list