Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2017 06:58:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440866 - head/textproc/htmldoc
Message-ID:  <201705140658.v4E6wmMO084263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705140658.v4E6wmMO084263>