svn commit: r440785 - head/net/pear-URI_Template

Martin Wilke miwi at FreeBSD.org
Sat May 13 11:01:21 UTC 2017


Author: miwi
Date: Sat May 13 11:01:19 2017
New Revision: 440785
URL: https://svnweb.freebsd.org/changeset/ports/440785

Log:
  - Broken checksum mismatch
  
  fetch: http://pear.php.net/get/URI_Template-0.3.3.tgz: size mismatch: expected 6784, actual 6887

Modified:
  head/net/pear-URI_Template/Makefile

Modified: head/net/pear-URI_Template/Makefile
==============================================================================
--- head/net/pear-URI_Template/Makefile	Sat May 13 11:00:30 2017	(r440784)
+++ head/net/pear-URI_Template/Makefile	Sat May 13 11:01:19 2017	(r440785)
@@ -9,5 +9,6 @@ MAINTAINER=	joneum at bsdproject.de
 COMMENT=	Parser for URI Templates
 
 USES=	pear
+BROKEN=	checksum mismatch
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list