git: df5b1d616c20 - main - www/htdigest: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 08:39:39 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=df5b1d616c2011e9152e4b439c654bb4e2bdf6dd commit df5b1d616c2011e9152e4b439c654bb4e2bdf6dd Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-12 08:36:00 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-12 08:39:21 +0000 www/htdigest: Update MASTER_SITES Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: rene (portmgr blanket), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32433 --- www/htdigest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/htdigest/Makefile b/www/htdigest/Makefile index 1108037a98eb..18798649ddea 100644 --- a/www/htdigest/Makefile +++ b/www/htdigest/Makefile @@ -2,7 +2,7 @@ PORTNAME= htdigest PORTVERSION= 2.4.6 PORTREVISION= 4 CATEGORIES= www -MASTER_SITES= APACHE_HTTPD +MASTER_SITES= https://archive.apache.org/dist/httpd/ DISTNAME= httpd-${PORTVERSION} DIST_SUBDIR= apache24