git: 38b884ce3bab - main - devel/p5-Mojo-Base-XS: Use MASTER_SITES= CPAN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Sep 2022 13:15:39 UTC
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=38b884ce3bab911817375c60a8c781af1911acd8 commit 38b884ce3bab911817375c60a8c781af1911acd8 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2022-09-01 13:14:42 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2022-09-01 13:14:42 +0000 devel/p5-Mojo-Base-XS: Use MASTER_SITES= CPAN Whatever problem CPAN was giving me fetching the tarball, it's working now. --- devel/p5-Mojo-Base-XS/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/p5-Mojo-Base-XS/Makefile b/devel/p5-Mojo-Base-XS/Makefile index 063a92d43074..de47a7e0240f 100644 --- a/devel/p5-Mojo-Base-XS/Makefile +++ b/devel/p5-Mojo-Base-XS/Makefile @@ -1,8 +1,8 @@ PORTNAME= Mojo-Base-XS PORTVERSION= 0.07 CATEGORIES= devel perl5 -# Won't fetch with MASTER_SITES=CPAN for some reason -MASTER_SITES= https://cpan.metacpan.org/authors/id/Y/YK/YKO/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:YKO MAINTAINER= adamw@FreeBSD.org COMMENT= Very fast Mojo-style accessors