svn commit: r457675 - head/devel/pear-SebastianBergmann_PHPLOC
Jochen Neumeister
joneum at FreeBSD.org
Sun Dec 31 09:22:21 UTC 2017
Author: joneum
Date: Sun Dec 31 09:22:19 2017
New Revision: 457675
URL: https://svnweb.freebsd.org/changeset/ports/457675
Log:
devel/pear-SebastianBergmann_PHPLOC: Update to 4.0.1
Unbreak this port
Switch to GitHub
Add LICENSE_FILE
Update *_DEPENDS
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13687
Modified:
head/devel/pear-SebastianBergmann_PHPLOC/Makefile
head/devel/pear-SebastianBergmann_PHPLOC/distinfo
Modified: head/devel/pear-SebastianBergmann_PHPLOC/Makefile
==============================================================================
--- head/devel/pear-SebastianBergmann_PHPLOC/Makefile Sun Dec 31 09:17:53 2017 (r457674)
+++ head/devel/pear-SebastianBergmann_PHPLOC/Makefile Sun Dec 31 09:22:19 2017 (r457675)
@@ -2,30 +2,35 @@
# $FreeBSD$
PORTNAME= PHPLOC
-PORTVERSION= 2.0.3
+DISTVERSION= 4.0.1
CATEGORIES= devel pear
-MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-SebastianBergmann_
-DISTNAME= phploc-${PORTVERSION}
MAINTAINER= joneum at FreeBSD.org
COMMENT= Tool for quickly measuring the size of a PHP project
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= pear-Symfony_Component_Console>=1.1.0:devel/pear-Symfony_Component_Console \
- pear-SebastianBergmann_FinderFacade>=1.1.0:devel/pear-SebastianBergmann_FinderFacade \
- pear-SebastianBergmann_Git>=1.0.0:devel/pear-SebastianBergmann_Git \
- pear-SebastianBergmann_Version>=1.0.0:devel/pear-SebastianBergmann_Version \
- ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= pear-Symfony_Component_Console>=2.4.4:devel/pear-Symfony_Component_Console \
+ pear-SebastianBergmann_FinderFacade>=1.2.2:devel/pear-SebastianBergmann_FinderFacade \
+ pear-SebastianBergmann_Git>=1.2.0:devel/pear-SebastianBergmann_Git \
+ pear-SebastianBergmann_Version>=2.0.1:devel/pear-SebastianBergmann_Version \
+ pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
-BROKEN= unfetchable, redirects to https://phpunit.de/
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-01-27
+USES= php
+USE_GITHUB= yes
+GH_ACCOUNT= sebastianbergmann
+GH_PROJECT= ${PORTNAME:tl}
-USE_PHP= tokenizer
-PEAR_CHANNEL= phpunit
-USES= pear
+NO_ARCH= yes
+
+NO_BUILD= yes
+
+PLIST_FILES= ${DATADIR}/Publisher.php
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/src/Publisher.php ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>
Modified: head/devel/pear-SebastianBergmann_PHPLOC/distinfo
==============================================================================
--- head/devel/pear-SebastianBergmann_PHPLOC/distinfo Sun Dec 31 09:17:53 2017 (r457674)
+++ head/devel/pear-SebastianBergmann_PHPLOC/distinfo Sun Dec 31 09:22:19 2017 (r457675)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/phploc-2.0.3.tgz) = 2d90c9023160b75199b647cfd874cf1e07025d5823be34ed27838528072b7af7
-SIZE (PEAR/phploc-2.0.3.tgz) = 12588
+TIMESTAMP = 1514590935
+SHA256 (sebastianbergmann-phploc-4.0.1_GH0.tar.gz) = 2ec4ae45fa0c703537a97e2ccfb6822552b6ef4658588d1e4a289803dba1da3a
+SIZE (sebastianbergmann-phploc-4.0.1_GH0.tar.gz) = 18798
More information about the svn-ports-all
mailing list