svn commit: r440767 - head/textproc/htmldoc

Martin Wilke miwi at FreeBSD.org
Sat May 13 09:34:56 UTC 2017


Author: miwi
Date: Sat May 13 09:34:55 2017
New Revision: 440767
URL: https://svnweb.freebsd.org/changeset/ports/440767

Log:
  - Broken checksum mismatch
  
  fetch: http://www.msweet.org/files/project1/htmldoc-1.8.28-source.tar.bz2: size mismatch: expected 4026568, actual 5545

Modified:
  head/textproc/htmldoc/Makefile

Modified: head/textproc/htmldoc/Makefile
==============================================================================
--- head/textproc/htmldoc/Makefile	Sat May 13 09:33:51 2017	(r440766)
+++ head/textproc/htmldoc/Makefile	Sat May 13 09:34:55 2017	(r440767)
@@ -20,6 +20,7 @@ OPTIONS_DEFINE=	HTMLDOCGUI
 HTMLDOCGUI_DESC=	Build GUI front-end
 
 USES=		jpeg tar:bzip2 ssl
+BROKEN=     checksum mismatch
 
 GNU_CONFIGURE=	yes
 # Configure seems broken and ignores these ATM:


More information about the svn-ports-all mailing list