svn commit: r309865 - head/devel/pear-SebastianBergmann_PHPLOC

Ruslan Mahmatkhanov rm at FreeBSD.org
Thu Jan 3 10:41:45 UTC 2013


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 at 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


More information about the svn-ports-head mailing list