svn commit: r440779 - head/devel/pear-XML_NITF

Martin Wilke miwi at FreeBSD.org
Sat May 13 10:53:13 UTC 2017


Author: miwi
Date: Sat May 13 10:53:11 2017
New Revision: 440779
URL: https://svnweb.freebsd.org/changeset/ports/440779

Log:
  - Broken checksum mismatch
  
  fetch: http://pear.php.net/get/XML_NITF-1.1.1.tgz: size mismatch: expected 7635, actual 7725

Modified:
  head/devel/pear-XML_NITF/Makefile

Modified: head/devel/pear-XML_NITF/Makefile
==============================================================================
--- head/devel/pear-XML_NITF/Makefile	Sat May 13 10:52:13 2017	(r440778)
+++ head/devel/pear-XML_NITF/Makefile	Sat May 13 10:53:11 2017	(r440779)
@@ -12,5 +12,6 @@ BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php
 RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
 
 USES=	pear
+BROKEN=	checksum mismatch
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list