Date: Wed, 5 Apr 2023 17:34:41 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cb3d148a5aa9 - main - x11-fonts/noto-sans-sc: Update MASTER_SITES and WWW Message-ID: <202304051734.335HYfpd084832@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb3d148a5aa910aad0eca13c82dad0a055665148 commit cb3d148a5aa910aad0eca13c82dad0a055665148 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:14:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:29:57 +0000 x11-fonts/noto-sans-sc: Update MASTER_SITES and WWW --- x11-fonts/noto-sans-sc/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-fonts/noto-sans-sc/Makefile b/x11-fonts/noto-sans-sc/Makefile index bb959a1b8803..847b1971f911 100644 --- a/x11-fonts/noto-sans-sc/Makefile +++ b/x11-fonts/noto-sans-sc/Makefile @@ -1,10 +1,10 @@ PORTNAME= noto PORTVERSION= 2.004 CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/googlefonts/noto-cjk/raw/Sans${PORTVERSION}/ \ - https://github.com/googlefonts/noto-cjk/raw/Sans${PORTVERSION}/Sans/OTF/SimplifiedChinese/:cjk \ - https://github.com/googlefonts/noto-cjk/raw/Sans${PORTVERSION}/Sans/Mono/:mono \ - https://github.com/googlefonts/noto-cjk/raw/Sans${PORTVERSION}/Sans/SubsetOTF/SC/:subset +MASTER_SITES= https://github.com/notofonts/noto-cjk/raw/Sans${PORTVERSION}/ \ + https://github.com/notofonts/noto-cjk/raw/Sans${PORTVERSION}/Sans/OTF/SimplifiedChinese/:cjk \ + https://github.com/notofonts/noto-cjk/raw/Sans${PORTVERSION}/Sans/Mono/:mono \ + https://github.com/notofonts/noto-cjk/raw/Sans${PORTVERSION}/Sans/SubsetOTF/SC/:subset PKGNAMESUFFIX= -sans-sc DISTFILES= LICENSE \ ${CJK_FONTS:S|$|:cjk|} \ @@ -15,8 +15,8 @@ EXTRACT_ONLY= # empty MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Noto Sans (Simplified Chinese) -WWW= https://www.google.com/get/noto/ \ - https://github.com/googlefonts/noto-cjk +WWW= https://fonts.google.com/noto \ + https://github.com/notofonts/noto-cjk LICENSE= OFL11 LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051734.335HYfpd084832>