git: 6b54f2f231b9 - main - databases/arrow: Use MASTER_SITES alias
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 08:39:27 UTC
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