svn commit: r440866 - head/textproc/htmldoc

Antoine Brodin antoine at FreeBSD.org
Sun May 14 06:58:49 UTC 2017


Author: antoine
Date: Sun May 14 06:58:48 2017
New Revision: 440866
URL: https://svnweb.freebsd.org/changeset/ports/440866

Log:
  Unbreak by providing a working MASTER_SITES

Modified:
  head/textproc/htmldoc/Makefile

Modified: head/textproc/htmldoc/Makefile
==============================================================================
--- head/textproc/htmldoc/Makefile	Sun May 14 06:52:09 2017	(r440865)
+++ head/textproc/htmldoc/Makefile	Sun May 14 06:58:48 2017	(r440866)
@@ -5,8 +5,7 @@ PORTNAME=	htmldoc
 PORTVERSION=	1.8.28
 PORTREVISION=	3
 CATEGORIES=	textproc
-MASTER_SITES=	http://www.msweet.org/files/project1/ \
-		EASYSW/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	https://github.com/michaelrsweet/htmldoc/releases/download/release-${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-source
 
 MAINTAINER=	jose at diasfernandes.pt
@@ -20,7 +19,6 @@ 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