git: d482477fe8aa - main - net-p2p/arbitrum-avm: Use FreeBSD distfiles as a mirror
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 19:25:14 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=d482477fe8aaf47394c3dacec3fb35b0b29268cc commit d482477fe8aaf47394c3dacec3fb35b0b29268cc Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-01-18 19:25:26 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-01-18 19:25:26 +0000 net-p2p/arbitrum-avm: Use FreeBSD distfiles as a mirror --- net-p2p/arbitrum-avm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/arbitrum-avm/Makefile b/net-p2p/arbitrum-avm/Makefile index f773d46d06a1..f79798e3fa7a 100644 --- a/net-p2p/arbitrum-avm/Makefile +++ b/net-p2p/arbitrum-avm/Makefile @@ -2,7 +2,8 @@ PORTNAME= arbitrum-avm PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= net-p2p -MASTER_SITES= https://neel.my.to/mirror/arbitrum/ +MASTER_SITES= LOCAL/nc/mirror/ \ + https://neel.my.to/mirror/arbitrum/ DISTNAME= arbitrum-${PORTVERSION} MAINTAINER= nc@FreeBSD.org