Bug 174923 - [MAINTAINER] devel/pear-SebastianBergmann_PHPLOC: [SUMMARIZE CHANGES]
Summary: [MAINTAINER] devel/pear-SebastianBergmann_PHPLOC: [SUMMARIZE CHANGES]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 03:50 UTC by Gasol Wu
Modified: 2013-01-03 10:50 UTC (History)
0 users

See Also:


Attachments
pear-SebastianBergmann_PHPLOC-1.7.1_1.patch (1.18 KB, patch)
2013-01-03 03:50 UTC, Gasol Wu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2013-01-03 03:50:01 UTC
Fix dependency

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-03 10:39:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-03 10:41:51 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-03 10:42:25 UTC
State Changed
From-To: open->closed

Committed, thank you!