svn commit: r440782 - head/net/pear-Net_Ident

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


Author: miwi
Date: Sat May 13 10:58:00 2017
New Revision: 440782
URL: https://svnweb.freebsd.org/changeset/ports/440782

Log:
  - Broken checksum mismatch
  
  fetch: http://pear.php.net/get/Net_Ident-1.1.0.tgz: size mismatch: expected 3248, actual 3262

Modified:
  head/net/pear-Net_Ident/Makefile

Modified: head/net/pear-Net_Ident/Makefile
==============================================================================
--- head/net/pear-Net_Ident/Makefile	Sat May 13 10:55:07 2017	(r440781)
+++ head/net/pear-Net_Ident/Makefile	Sat May 13 10:58:00 2017	(r440782)
@@ -9,5 +9,6 @@ MAINTAINER=	joneum at bsdproject.de
 COMMENT=	PEAR identification protocol implementation
 
 USES=	pear
+BROKEN=	checksum mismatch
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list