svn commit: r440788 - head/net/pear-Net_UserAgent_Mobile

Martin Wilke miwi at FreeBSD.org
Sat May 13 11:06:07 UTC 2017


Author: miwi
Date: Sat May 13 11:06:05 2017
New Revision: 440788
URL: https://svnweb.freebsd.org/changeset/ports/440788

Log:
  - Broken checksum mismatch
  
  fetch: http://pear.php.net/get/Net_UserAgent_Mobile-1.0.0RC1.tgz: size mismatch: expected 37639, actual 39375

Modified:
  head/net/pear-Net_UserAgent_Mobile/Makefile

Modified: head/net/pear-Net_UserAgent_Mobile/Makefile
==============================================================================
--- head/net/pear-Net_UserAgent_Mobile/Makefile	Sat May 13 11:03:43 2017	(r440787)
+++ head/net/pear-Net_UserAgent_Mobile/Makefile	Sat May 13 11:06:05 2017	(r440788)
@@ -12,4 +12,6 @@ COMMENT=	PEAR class that parses HTTP mob
 USE_PHP=	pcre
 USES=	pear
 
+BROKEN=	checksum mismatch
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list