svn commit: r440773 - head/security/py-pyptlib

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


Author: miwi
Date: Sat May 13 10:40:54 2017
New Revision: 440773
URL: https://svnweb.freebsd.org/changeset/ports/440773

Log:
  - Broken checksum mismatch
  
  fetch: http://www.c-s.li/ports/pyptlib-0.0.6.tar.gz: size of remote file is not known
  pyptlib-0.0.6.tar.gz                                     0  B    0  Bps
  => Fetched file size mismatch (expected 25740, actual 14258)

Modified:
  head/security/py-pyptlib/Makefile

Modified: head/security/py-pyptlib/Makefile
==============================================================================
--- head/security/py-pyptlib/Makefile	Sat May 13 10:39:53 2017	(r440772)
+++ head/security/py-pyptlib/Makefile	Sat May 13 10:40:54 2017	(r440773)
@@ -14,5 +14,6 @@ LICENSE=	BSD3CLAUSE
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+BROKEN=		checksum mismatch
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list