Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2021 18:58:08 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 001f1d8d6e4e - main - www/tomcat7: Update MASTER_SITES
Message-ID:  <202110111858.19BIw8SC083676@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=001f1d8d6e4e680d6da82a7f13a63efb17963c85

commit 001f1d8d6e4e680d6da82a7f13a63efb17963c85
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-11 18:50:52 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-11 18:50:54 +0000

    www/tomcat7: Update MASTER_SITES
    
    Use a direct URL to Apache's release archive site as it's not mirrored
    by upstream mirror sites
    
    Approved by:    ale (port maintainer), arrowd (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32422
---
 www/tomcat7/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile
index cb94b186229a..dd6ddaf63aa4 100644
--- a/www/tomcat7/Makefile
+++ b/www/tomcat7/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	tomcat
 PORTVERSION=	7.0.109
 PORTREVISION=	0
 CATEGORIES=	www java
-MASTER_SITES=	APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin
+MASTER_SITES=	https://archive.apache.org/dist/${PORTNAME}/${PORTNAME}-7/v${PORTVERSION}/bin/
 PKGNAMESUFFIX=	7
 DISTNAME=	apache-${PORTNAME}-${PORTVERSION}
 



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