git: ef817476bd7a - main - www/jmeter: Update MASTER_SITES

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 12 Oct 2021 08:39:35 UTC
The branch main has been updated by diizzy:

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

commit ef817476bd7ac93f33e3cc75aa30e407f335afe3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-12 08:21:17 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-12 08:39:20 +0000

    www/jmeter: 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/D32421
---
 www/jmeter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/jmeter/Makefile b/www/jmeter/Makefile
index b3b6aef32096..3db50cfcc989 100644
--- a/www/jmeter/Makefile
+++ b/www/jmeter/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	apache-jmeter
 PORTVERSION=	2.11
 PORTREVISION=	3
 CATEGORIES=	www benchmarks java
-MASTER_SITES=	APACHE/jmeter/binaries
+MASTER_SITES=	https://archive.apache.org/dist/jmeter/binaries/
 
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Functional behaviour load and performance test application