Date: Tue, 12 Oct 2021 08:39:27 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: 6b54f2f231b9 - main - databases/arrow: Use MASTER_SITES alias Message-ID: <202110120839.19C8dRpm076454@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=6b54f2f231b9a7be25867070920d459cf96c564f commit 6b54f2f231b9a7be25867070920d459cf96c564f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-12 07:55:20 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-12 08:39:18 +0000 databases/arrow: Use MASTER_SITES alias Use MASTER_SITES alias Approved by: rene (portmgr blanket), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32401 --- databases/arrow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile index 28725fb916a3..69bc1368cc40 100644 --- a/databases/arrow/Makefile +++ b/databases/arrow/Makefile @@ -2,7 +2,7 @@ PORTNAME= arrow DISTVERSION= 4.0.1 PORTREVISION= 3 CATEGORIES= databases -MASTER_SITES= https://mirrors.advancedhosters.com/apache/${PORTNAME}/${PORTNAME}-${DISTVERSION}/ \ +MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \ https://github.com/apache/orc/archive/rel/:orc DISTNAME= apache-${PORTNAME}-${DISTVERSION} DISTFILES= apache-${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} release-1.6.6${EXTRACT_SUFX}:orc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110120839.19C8dRpm076454>