svn commit: r440775 - head/devel/py-InlineEgg

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


Author: miwi
Date: Sat May 13 10:44:18 2017
New Revision: 440775
URL: https://svnweb.freebsd.org/changeset/ports/440775

Log:
  - Broken checksum mismatch
  
  fetch: http://corelabs.coresecurity.com/index.php?module=Wiki&action=attachment&type=tool&page=InlineEgg&file=InlineEgg-1.08.tar.gz: size mismatch: expected 46961, actual 53852

Modified:
  head/devel/py-InlineEgg/Makefile

Modified: head/devel/py-InlineEgg/Makefile
==============================================================================
--- head/devel/py-InlineEgg/Makefile	Sat May 13 10:41:55 2017	(r440774)
+++ head/devel/py-InlineEgg/Makefile	Sat May 13 10:44:18 2017	(r440775)
@@ -15,6 +15,7 @@ FETCH_BEFORE_ARGS=-o ${DISTFILES}
 USES=		dos2unix python shebangfix
 SHEBANG_FILES=	examples/*.py
 USE_PYTHON=	distutils autoplist
+BROKEN=		checksum mismatch
 
 PORTDOCS=	InlineEgg.html Changelog README
 PORTEXAMPLES=	*


More information about the svn-ports-all mailing list