svn commit: r453998 - head/devel/pear-SebastianBergmann_FinderFacade

Jochen Neumeister joneum at FreeBSD.org
Sat Nov 11 20:16:14 UTC 2017


Author: joneum
Date: Sat Nov 11 20:16:12 2017
New Revision: 453998
URL: https://svnweb.freebsd.org/changeset/ports/453998

Log:
  devel/pear-SebastianBergmann_FinderFacade: Update from 1.1.0 to 1.2.1
  
  Unbreak this port
  
  switch to GitHub
  
  Add LICENSE_FILE
  
  Update *_DEPENDS
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12892

Modified:
  head/devel/pear-SebastianBergmann_FinderFacade/Makefile
  head/devel/pear-SebastianBergmann_FinderFacade/distinfo

Modified: head/devel/pear-SebastianBergmann_FinderFacade/Makefile
==============================================================================
--- head/devel/pear-SebastianBergmann_FinderFacade/Makefile	Sat Nov 11 20:12:59 2017	(r453997)
+++ head/devel/pear-SebastianBergmann_FinderFacade/Makefile	Sat Nov 11 20:16:12 2017	(r453998)
@@ -2,26 +2,39 @@
 # $FreeBSD$
 
 PORTNAME=	FinderFacade
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.1
 CATEGORIES=	devel pear
-MASTER_SITES=	http://pear.phpunit.de/get/
 PKGNAMEPREFIX=	pear-SebastianBergmann_
 
 MAINTAINER=	joneum at FreeBSD.org
-COMMENT=	Convenience wrapper for Symfony's Finder component
+COMMENT=	Convenience wrapper for Symfony Finder component
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	pear-TheSeer_fDOMDocument>=1.3.1:devel/pear-TheSeer_fDOMDocument \
-		pear-Symfony_Component_Finder>=2.2.0:devel/pear-Symfony_Component_Finder \
-		${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
-RUN_DEPENDS=	pear-TheSeer_fDOMDocument>=1.3.1:devel/pear-TheSeer_fDOMDocument \
-		pear-Symfony_Component_Finder>=2.2.0:devel/pear-Symfony_Component_Finder \
-		${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
+BUILD_DEPENDS=	pear-TheSeer_fDOMDocument>=1.6.6:devel/pear-TheSeer_fDOMDocument \
+		pear-Symfony_Component_Finder>=2.3.4:devel/pear-Symfony_Component_Finder \
+		pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
 
-BROKEN=		unfetchable, redirects to https://phpunit.de/
+RUN_DEPENDS=	pear-TheSeer_fDOMDocument>=1.6.6:devel/pear-TheSeer_fDOMDocument \
+		pear-Symfony_Component_Finder>=2.3.4:devel/pear-Symfony_Component_Finder \
+		pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
 
-PEAR_CHANNEL=	phpunit
-USES=	pear
+NO_ARCH=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	sebastianbergmann
+GH_PROJECT=	finder-facade
+
+NO_BUILD=	yes
+
+PHP_DIR=	share/PHP
+
+PLIST_FILES=	${PHP_DIR}/${PORTNAME}/FinderFacade.php
+
+do-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKSRC}/src/FinderFacade.php \
+		${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
 
 .include <bsd.port.mk>

Modified: head/devel/pear-SebastianBergmann_FinderFacade/distinfo
==============================================================================
--- head/devel/pear-SebastianBergmann_FinderFacade/distinfo	Sat Nov 11 20:12:59 2017	(r453997)
+++ head/devel/pear-SebastianBergmann_FinderFacade/distinfo	Sat Nov 11 20:16:12 2017	(r453998)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/FinderFacade-1.1.0.tgz) = 5d776ddc4c5c83d2d779d9a3dd447b26e1fffe4970536a255eee3c8204f5f09e
-SIZE (PEAR/FinderFacade-1.1.0.tgz) = 4309
+TIMESTAMP = 1509523544
+SHA256 (sebastianbergmann-finder-facade-1.2.1_GH0.tar.gz) = 4ceab861483c7d8ddfe41fb8152b95bffd1cfc14c6c8df1a36887178eabef714
+SIZE (sebastianbergmann-finder-facade-1.2.1_GH0.tar.gz) = 4153


More information about the svn-ports-head mailing list