Bug 184265 - [MAINTAINER] devel/pear-SebastianBergmann_PHPLOC: update to 2.0.3
Summary: [MAINTAINER] devel/pear-SebastianBergmann_PHPLOC: update to 2.0.3
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-25 04:50 UTC by Gasol Wu
Modified: 2013-11-27 19:50 UTC (History)
0 users

See Also:


Attachments
pear-SebastianBergmann_PHPLOC-2.0.3.patch (2.67 KB, patch)
2013-11-25 04: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-11-25 04:50:00 UTC
- Update to 2.0.3
- Fix dependency
- ports/181673 is obsolete

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-25 04:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-27 19:40:38 UTC
Author: sunpoet
Date: Wed Nov 27 19:40:30 2013
New Revision: 335049
URL: http://svnweb.freebsd.org/changeset/ports/335049

Log:
  - Update to 2.0.3
  - Fix *_DEPENDS
  
  PR:		ports/184265
  Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)

Modified:
  head/devel/pear-SebastianBergmann_PHPLOC/Makefile
  head/devel/pear-SebastianBergmann_PHPLOC/distinfo   (contents, props changed)

Modified: head/devel/pear-SebastianBergmann_PHPLOC/Makefile
==============================================================================
--- head/devel/pear-SebastianBergmann_PHPLOC/Makefile	Wed Nov 27 19:39:45 2013	(r335048)
+++ head/devel/pear-SebastianBergmann_PHPLOC/Makefile	Wed Nov 27 19:40:30 2013	(r335049)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	PHPLOC
-PORTVERSION=	1.7.1
-PORTREVISION=	1
+PORTVERSION=	2.0.3
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pear.phpunit.de/get/
 PKGNAMEPREFIX=	pear-SebastianBergmann_
@@ -15,15 +14,12 @@ COMMENT=	Tool for quickly measuring the 
 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 \
+		pear-Symfony_Component_Console>=1.1.0:${PORTSDIR}/devel/pear-Symfony_Component_Console \
+		pear-SebastianBergmann_FinderFacade>=1.1.0:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \
+		pear-SebastianBergmann_Git>=1.0.0:${PORTSDIR}/devel/pear-SebastianBergmann_Git \
+		pear-SebastianBergmann_Version>=1.0.0:${PORTSDIR}/devel/pear-SebastianBergmann_Version \
 		${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PHP=	tokenizer
 PEAR_CHANNEL=	phpunit

Modified: head/devel/pear-SebastianBergmann_PHPLOC/distinfo
==============================================================================
--- head/devel/pear-SebastianBergmann_PHPLOC/distinfo	Wed Nov 27 19:39:45 2013	(r335048)
+++ head/devel/pear-SebastianBergmann_PHPLOC/distinfo	Wed Nov 27 19:40:30 2013	(r335049)
@@ -1,2 +1,2 @@
-SHA256 (PEAR/phploc-1.7.1.tgz) = 0c1c3af9d0de1259a57ffc8037b9d11e1e95c4ae43ba73495073ae19104e20ca
-SIZE (PEAR/phploc-1.7.1.tgz) = 9944
+SHA256 (PEAR/phploc-2.0.3.tgz) = 2d90c9023160b75199b647cfd874cf1e07025d5823be34ed27838528072b7af7
+SIZE (PEAR/phploc-2.0.3.tgz) = 12588
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-27 19:40:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!