svn commit: r443142 - head/devel/pear-SebastianBergmann_Version

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


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

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

Modified:
  head/devel/pear-SebastianBergmann_Version/Makefile

Modified: head/devel/pear-SebastianBergmann_Version/Makefile
==============================================================================
--- head/devel/pear-SebastianBergmann_Version/Makefile	Sun Jun 11 02:28:34 2017	(r443141)
+++ head/devel/pear-SebastianBergmann_Version/Makefile	Sun Jun 11 02:28:39 2017	(r443142)
@@ -15,6 +15,8 @@ LICENSE=	BSD3CLAUSE
 BUILD_DEPENDS=	${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
 RUN_DEPENDS=	${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
 
+BROKEN=		unfetchable, redirects to https://phpunit.de/
+
 PEAR_CHANNEL=	phpunit
 USES=	pear
 


More information about the svn-ports-all mailing list