svn commit: r440774 - head/devel/py-protocols-devel

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


Author: miwi
Date: Sat May 13 10:41:55 2017
New Revision: 440774
URL: https://svnweb.freebsd.org/changeset/ports/440774

Log:
  - Broken checksum mismatch
  
  fetch: http://files.turbogears.org/eggs/PyProtocols-1.0a0dev-r2302.zip: size mismatch: expected 124071, actual 12304

Modified:
  head/devel/py-protocols-devel/Makefile

Modified: head/devel/py-protocols-devel/Makefile
==============================================================================
--- head/devel/py-protocols-devel/Makefile	Sat May 13 10:40:54 2017	(r440773)
+++ head/devel/py-protocols-devel/Makefile	Sat May 13 10:41:55 2017	(r440774)
@@ -17,4 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Deco
 USES=		python zip
 USE_PYTHON=	distutils autoplist
 
+BROKEN=	checksum mismatch
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list