Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2021 08:39:36 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: 3e9a0a5f7184 - main - www/tomee: Update MASTER_SITES
Message-ID:  <202110120839.19C8dadX076653@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=3e9a0a5f7184091966553b2fe0f8b4928ded9af5

commit 3e9a0a5f7184091966553b2fe0f8b4928ded9af5
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-12 08:23:15 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-12 08:39:20 +0000

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

diff --git a/www/tomee/Makefile b/www/tomee/Makefile
index 3670896fe238..ab5ee668875f 100644
--- a/www/tomee/Makefile
+++ b/www/tomee/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	tomee
 PORTVERSION=	1.7.4
 CATEGORIES=	www java
-MASTER_SITES=	APACHE/tomee/tomee-${PORTVERSION}
+MASTER_SITES=	https://archive.apache.org/dist/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
 DISTNAME=	apache-${PORTNAME}-${PORTVERSION}-webprofile
 
 MAINTAINER=	neu@mycontrol.de



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