svn commit: r443134 - head/devel/pear-File_Iterator

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


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

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

Modified:
  head/devel/pear-File_Iterator/Makefile

Modified: head/devel/pear-File_Iterator/Makefile
==============================================================================
--- head/devel/pear-File_Iterator/Makefile	Sun Jun 11 01:56:56 2017	(r443133)
+++ head/devel/pear-File_Iterator/Makefile	Sun Jun 11 02:28:01 2017	(r443134)
@@ -13,6 +13,8 @@ COMMENT=	PEAR FileIterator implementation
 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/
+
 USES=	pear
 PEAR_CHANNEL=	phpunit
 


More information about the svn-ports-all mailing list