git: bc3405859437 - main - www/squid-langpack: Add more MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Mar 2023 13:08:41 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc34058594371ed4a9f63db4e4d5673e91a9d78b commit bc34058594371ed4a9f63db4e4d5673e91a9d78b Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-03-11 13:07:44 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-03-11 13:08:32 +0000 www/squid-langpack: Add more MASTER_SITES Add MASTER_SITES similar to www/squid --- www/squid-langpack/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/www/squid-langpack/Makefile b/www/squid-langpack/Makefile index 88b7fd6fafbe..0e3587780a2d 100644 --- a/www/squid-langpack/Makefile +++ b/www/squid-langpack/Makefile @@ -1,7 +1,12 @@ PORTNAME= squid-langpack DISTVERSION= 7.0.0-${SLP_DATE} CATEGORIES= www -MASTER_SITES= http://www.squid-cache.org/Versions/langpack/ +MASTER_SITES= http://www2.pl.squid-cache.org/Versions/langpack/ \ + http://www1.il.squid-cache.org/Versions/langpack/ \ + http://www1.jp.squid-cache.org/Versions/langpack/ \ + http://www2.gr.squid-cache.org/Versions/langpack/ \ + http://ca2.squid-cache.org/Versions/langpack/ \ + http://www.squid-cache.org/Versions/langpack/ DISTNAME= ${PORTNAME}-${SLP_DATE} MAINTAINER= otis@FreeBSD.org