Date: Thu, 3 Jan 2013 10:41:45 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309865 - head/devel/pear-SebastianBergmann_PHPLOC Message-ID: <201301031041.r03AfjSA087176@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Jan 3 10:41:44 2013 New Revision: 309865 URL: http://svnweb.freebsd.org/changeset/ports/309865 Log: - add missing dependency - bump PORTREVISION PR: 174923 Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) Modified: head/devel/pear-SebastianBergmann_PHPLOC/Makefile Modified: head/devel/pear-SebastianBergmann_PHPLOC/Makefile ============================================================================== --- head/devel/pear-SebastianBergmann_PHPLOC/Makefile Thu Jan 3 10:28:18 2013 (r309864) +++ head/devel/pear-SebastianBergmann_PHPLOC/Makefile Thu Jan 3 10:41:44 2013 (r309865) @@ -3,6 +3,7 @@ PORTNAME= PHPLOC PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pear.phpunit.de/get/ PKGNAMEPREFIX= pear-SebastianBergmann_ @@ -16,10 +17,12 @@ LICENSE= BSD BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \ pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ + pear-SebastianBergmann_FinderFacade>=1.0.4:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \ pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ + pear-SebastianBergmann_FinderFacade>=1.0.4:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit USE_PHP= tokenizer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301031041.r03AfjSA087176>