svn commit: r443139 - head/devel/pear-SebastianBergmann_Git

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 11 02:28:27 UTC 2017


Author: sunpoet
Date: Sun Jun 11 02:28:25 2017
New Revision: 443139
URL: https://svnweb.freebsd.org/changeset/ports/443139

Log:
  Mark BROKEN: unfetchable, redirects to https://phpunit.de/
  
  => Git-1.2.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
  => Attempting to fetch http://pear.php.net/get/Git-1.2.0.tgz
  fetch: http://pear.phpunit.de/get/Git-1.2.0.tgz: size mismatch: expected 3418, actual 6296
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/pear-SebastianBergmann_Git/Makefile

Modified: head/devel/pear-SebastianBergmann_Git/Makefile
==============================================================================
--- head/devel/pear-SebastianBergmann_Git/Makefile	Sun Jun 11 02:28:20 2017	(r443138)
+++ head/devel/pear-SebastianBergmann_Git/Makefile	Sun Jun 11 02:28:25 2017	(r443139)
@@ -17,6 +17,8 @@ BUILD_DEPENDS=	pear>=1.9.4:devel/pear \
 RUN_DEPENDS=	pear>=1.9.4:devel/pear \
 		${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
 
+BROKEN=		unfetchable, redirects to https://phpunit.de/
+
 USES=	pear
 PEAR_CHANNEL=	phpunit
 


More information about the svn-ports-all mailing list