From 8163f9b510e856f016c02a20c510aedf2571ce52 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 10 May 2017 20:10:07 +0200 Subject: [PATCH] htmldoc: fix source URI mrsweet.org is not serving the file anymore. --- app-text/htmldoc/htmldoc-1.8.29.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/htmldoc/htmldoc-1.8.29.recipe b/app-text/htmldoc/htmldoc-1.8.29.recipe index 9e68de949..bf53d74c1 100644 --- a/app-text/htmldoc/htmldoc-1.8.29.recipe +++ b/app-text/htmldoc/htmldoc-1.8.29.recipe @@ -5,7 +5,7 @@ HOMEPAGE="http://www.msweet.org/projects.php?Z1" COPYRIGHT="1997-2006 Easy Software Products" LICENSE="GNU GPL v2" REVISION="1" -SOURCE_URI="http://www.msweet.org/files/project1/htmldoc-$portVersion-source.tar.bz2" +SOURCE_URI="https://github.com/michaelrsweet/htmldoc/releases/download/release$portVersion/htmldoc-$portVersion-source.tar.bz2" CHECKSUM_SHA256="e8c96ad740d19169eab8305c8e2ee1c795c4afa59ba99d18786ad191a2853f31" PATCHES="htmldoc-$portVersion.patchset"