svn commit: r456044 - head/devel/pear-SebastianBergmann_Version
Jochen Neumeister
joneum at FreeBSD.org
Mon Dec 11 14:53:47 UTC 2017
Author: joneum
Date: Mon Dec 11 14:53:44 2017
New Revision: 456044
URL: https://svnweb.freebsd.org/changeset/ports/456044
Log:
devel/pear-SebastianBergmann_Version: Update to 2.0.1
Unbreak this port
Switch to GitHub
Add LICENSE_FILE
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13413
Modified:
head/devel/pear-SebastianBergmann_Version/Makefile
head/devel/pear-SebastianBergmann_Version/distinfo
Modified: head/devel/pear-SebastianBergmann_Version/Makefile
==============================================================================
--- head/devel/pear-SebastianBergmann_Version/Makefile Mon Dec 11 14:53:31 2017 (r456043)
+++ head/devel/pear-SebastianBergmann_Version/Makefile Mon Dec 11 14:53:44 2017 (r456044)
@@ -2,22 +2,32 @@
# $FreeBSD$
PORTNAME= Version
-PORTVERSION= 1.0.1
+DISTVERSION= 2.0.1
CATEGORIES= devel pear
-MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-SebastianBergmann_
MAINTAINER= joneum at FreeBSD.org
COMMENT= Managing the version number of Git-hosted PHP projects
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
-RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
+BUILD_DEPENDS= pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
+RUN_DEPENDS= pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
-BROKEN= unfetchable, redirects to https://phpunit.de/
+USES= php
+USE_GITHUB= yes
+GH_ACCOUNT= sebastianbergmann
+GH_PROJECT= ${PORTNAME:tl}
-PEAR_CHANNEL= phpunit
-USES= pear
+NO_ARCH= yes
+
+NO_BUILD= yes
+
+PLIST_FILES= ${DATADIR}/Version.php
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/src/Version.php ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>
Modified: head/devel/pear-SebastianBergmann_Version/distinfo
==============================================================================
--- head/devel/pear-SebastianBergmann_Version/distinfo Mon Dec 11 14:53:31 2017 (r456043)
+++ head/devel/pear-SebastianBergmann_Version/distinfo Mon Dec 11 14:53:44 2017 (r456044)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Version-1.0.1.tgz) = 7e9082b5fda7d2e302a4abb76a28cf476384bfa4774fdb747028445406b8c173
-SIZE (PEAR/Version-1.0.1.tgz) = 3939
+TIMESTAMP = 1512673059
+SHA256 (sebastianbergmann-version-2.0.1_GH0.tar.gz) = 95528613681183eb8eca91b5e786da28cdd62effa35652792578b1ca6b730212
+SIZE (sebastianbergmann-version-2.0.1_GH0.tar.gz) = 3581
More information about the svn-ports-all
mailing list