Date: Sat, 30 Sep 2023 00:47:49 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: 178ac4f7c364 - main - x11-fonts/source-serif-ttf: Move x11-fonts/sourceserifpro-ttf to x11-fonts/source-serif-ttf Message-ID: <202309300047.38U0lnA8005009@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=178ac4f7c36422e00caeceb548eead9f5e87cdf8 commit 178ac4f7c36422e00caeceb548eead9f5e87cdf8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-30 00:20:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-30 00:44:19 +0000 x11-fonts/source-serif-ttf: Move x11-fonts/sourceserifpro-ttf to x11-fonts/source-serif-ttf - Update to 4.005 - Update MASTER_SITES - Update WWW - Bump PORTREVISION of dependent ports for dependency change Changes: https://github.com/adobe-fonts/source-serif/releases --- MOVED | 1 + x11-fonts/Makefile | 2 +- x11-fonts/google-fonts/Makefile | 4 +- .../Makefile | 12 ++--- x11-fonts/source-serif-ttf/distinfo | 3 ++ .../files/pkg-message.in | 0 .../pkg-descr | 0 x11-fonts/source-serif-ttf/pkg-plist | 60 ++++++++++++++++++++++ x11-fonts/sourceserifpro-ttf/distinfo | 3 -- x11-fonts/sourceserifpro-ttf/pkg-plist | 12 ----- 10 files changed, 73 insertions(+), 24 deletions(-) diff --git a/MOVED b/MOVED index 7b1032d3bd33..4f56d666d17a 100644 --- a/MOVED +++ b/MOVED @@ -7861,3 +7861,4 @@ sysutils/rsfetch||2023-09-27|Has expired: Upstream unmaintained sysutils/sysrc||2023-09-27|Has expired: Migrated into src deskutils/budgie-trash-applet||2023-09-29|Has expired: Merged into newer x11/budgie-desktop >= 10.8 x11-fonts/sourcecodepro-ttf|x11-fonts/source-code-pro-ttf|2023-09-30|Move x11-fonts/sourcecodepro-ttf to x11-fonts/source-code-pro-ttf +x11-fonts/sourceserifpro-ttf|x11-fonts/source-serif-ttf|2023-09-30|Move x11-fonts/sourceserifpro-ttf to x11-fonts/source-serif-ttf diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index d911354584d2..2e1b8cadad50 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -260,7 +260,7 @@ SUBDIR += showfont SUBDIR += source-code-pro-ttf SUBDIR += source-sans-ttf - SUBDIR += sourceserifpro-ttf + SUBDIR += source-serif-ttf SUBDIR += spleen SUBDIR += steps-mono SUBDIR += stix-fonts diff --git a/x11-fonts/google-fonts/Makefile b/x11-fonts/google-fonts/Makefile index b70d196d7250..276d6e6266b6 100644 --- a/x11-fonts/google-fonts/Makefile +++ b/x11-fonts/google-fonts/Makefile @@ -1,6 +1,6 @@ PORTNAME= google-fonts DISTVERSION= 0.0.0.20210120 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MAINTAINER= dmgk@FreeBSD.org @@ -31,7 +31,7 @@ RUN_DEPENDS= Andika>0:x11-fonts/andika \ roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \ source-code-pro-ttf>0:x11-fonts/source-code-pro-ttf \ source-sans-ttf>0:x11-fonts/source-sans-ttf \ - sourceserifpro-ttf>0:x11-fonts/sourceserifpro-ttf \ + source-serif-ttf>0:x11-fonts/source-serif-ttf \ ubuntu-font>0:x11-fonts/ubuntu-font \ vollkorn-ttf>0:x11-fonts/vollkorn-ttf diff --git a/x11-fonts/sourceserifpro-ttf/Makefile b/x11-fonts/source-serif-ttf/Makefile similarity index 60% rename from x11-fonts/sourceserifpro-ttf/Makefile rename to x11-fonts/source-serif-ttf/Makefile index 4feb74da761c..c1f20e401882 100644 --- a/x11-fonts/sourceserifpro-ttf/Makefile +++ b/x11-fonts/source-serif-ttf/Makefile @@ -1,13 +1,13 @@ -PORTNAME= sourceserifpro -PORTVERSION= 3.001 +PORTNAME= source-serif +PORTVERSION= 4.005 CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/adobe-fonts/source-serif-pro/releases/download/${PORTVERSION}R/ +MASTER_SITES= https://github.com/adobe-fonts/source-serif/releases/download/${PORTVERSION}R/ PKGNAMESUFFIX= -ttf -DISTNAME= source-serif-pro-${PORTVERSION}R +DISTNAME= source-serif-${PORTVERSION}_Desktop MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of fonts by Adobe designed for UI -WWW= https://github.com/adobe-fonts/source-serif-pro +WWW= https://github.com/adobe-fonts/source-serif LICENSE= OFL11 LICENSE_FILE= ${WRKSRC}/LICENSE.md @@ -17,7 +17,7 @@ USES= fonts zip NO_ARCH= yes NO_BUILD= yes -FONTNAME= SourceSerifPro +FONTNAME= SourceSerif SUB_FILES= pkg-message PORTSCOUT= skipv:variable-fonts diff --git a/x11-fonts/source-serif-ttf/distinfo b/x11-fonts/source-serif-ttf/distinfo new file mode 100644 index 000000000000..5aa363c4ec89 --- /dev/null +++ b/x11-fonts/source-serif-ttf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1696001258 +SHA256 (source-serif-4.005_Desktop.zip) = 549fdb8f9a682bd06944298621404969f6de77c2e422ff3b8244a1dcd6a0c425 +SIZE (source-serif-4.005_Desktop.zip) = 17634695 diff --git a/x11-fonts/sourceserifpro-ttf/files/pkg-message.in b/x11-fonts/source-serif-ttf/files/pkg-message.in similarity index 100% rename from x11-fonts/sourceserifpro-ttf/files/pkg-message.in rename to x11-fonts/source-serif-ttf/files/pkg-message.in diff --git a/x11-fonts/sourceserifpro-ttf/pkg-descr b/x11-fonts/source-serif-ttf/pkg-descr similarity index 100% rename from x11-fonts/sourceserifpro-ttf/pkg-descr rename to x11-fonts/source-serif-ttf/pkg-descr diff --git a/x11-fonts/source-serif-ttf/pkg-plist b/x11-fonts/source-serif-ttf/pkg-plist new file mode 100644 index 000000000000..5a1017c285da --- /dev/null +++ b/x11-fonts/source-serif-ttf/pkg-plist @@ -0,0 +1,60 @@ +%%FONTSDIR%%/SourceSerif4-Black.ttf +%%FONTSDIR%%/SourceSerif4-BlackIt.ttf +%%FONTSDIR%%/SourceSerif4-Bold.ttf +%%FONTSDIR%%/SourceSerif4-BoldIt.ttf +%%FONTSDIR%%/SourceSerif4-ExtraLight.ttf +%%FONTSDIR%%/SourceSerif4-ExtraLightIt.ttf +%%FONTSDIR%%/SourceSerif4-It.ttf +%%FONTSDIR%%/SourceSerif4-Light.ttf +%%FONTSDIR%%/SourceSerif4-LightIt.ttf +%%FONTSDIR%%/SourceSerif4-Regular.ttf +%%FONTSDIR%%/SourceSerif4-Semibold.ttf +%%FONTSDIR%%/SourceSerif4-SemiboldIt.ttf +%%FONTSDIR%%/SourceSerif4Caption-Black.ttf +%%FONTSDIR%%/SourceSerif4Caption-BlackIt.ttf +%%FONTSDIR%%/SourceSerif4Caption-Bold.ttf +%%FONTSDIR%%/SourceSerif4Caption-BoldIt.ttf +%%FONTSDIR%%/SourceSerif4Caption-ExtraLight.ttf +%%FONTSDIR%%/SourceSerif4Caption-ExtraLightIt.ttf +%%FONTSDIR%%/SourceSerif4Caption-It.ttf +%%FONTSDIR%%/SourceSerif4Caption-Light.ttf +%%FONTSDIR%%/SourceSerif4Caption-LightIt.ttf +%%FONTSDIR%%/SourceSerif4Caption-Regular.ttf +%%FONTSDIR%%/SourceSerif4Caption-Semibold.ttf +%%FONTSDIR%%/SourceSerif4Caption-SemiboldIt.ttf +%%FONTSDIR%%/SourceSerif4Display-Black.ttf +%%FONTSDIR%%/SourceSerif4Display-BlackIt.ttf +%%FONTSDIR%%/SourceSerif4Display-Bold.ttf +%%FONTSDIR%%/SourceSerif4Display-BoldIt.ttf +%%FONTSDIR%%/SourceSerif4Display-ExtraLight.ttf +%%FONTSDIR%%/SourceSerif4Display-ExtraLightIt.ttf +%%FONTSDIR%%/SourceSerif4Display-It.ttf +%%FONTSDIR%%/SourceSerif4Display-Light.ttf +%%FONTSDIR%%/SourceSerif4Display-LightIt.ttf +%%FONTSDIR%%/SourceSerif4Display-Regular.ttf +%%FONTSDIR%%/SourceSerif4Display-Semibold.ttf +%%FONTSDIR%%/SourceSerif4Display-SemiboldIt.ttf +%%FONTSDIR%%/SourceSerif4SmText-Black.ttf +%%FONTSDIR%%/SourceSerif4SmText-BlackIt.ttf +%%FONTSDIR%%/SourceSerif4SmText-Bold.ttf +%%FONTSDIR%%/SourceSerif4SmText-BoldIt.ttf +%%FONTSDIR%%/SourceSerif4SmText-ExtraLight.ttf +%%FONTSDIR%%/SourceSerif4SmText-ExtraLightIt.ttf +%%FONTSDIR%%/SourceSerif4SmText-It.ttf +%%FONTSDIR%%/SourceSerif4SmText-Light.ttf +%%FONTSDIR%%/SourceSerif4SmText-LightIt.ttf +%%FONTSDIR%%/SourceSerif4SmText-Regular.ttf +%%FONTSDIR%%/SourceSerif4SmText-Semibold.ttf +%%FONTSDIR%%/SourceSerif4SmText-SemiboldIt.ttf +%%FONTSDIR%%/SourceSerif4Subhead-Black.ttf +%%FONTSDIR%%/SourceSerif4Subhead-BlackIt.ttf +%%FONTSDIR%%/SourceSerif4Subhead-Bold.ttf +%%FONTSDIR%%/SourceSerif4Subhead-BoldIt.ttf +%%FONTSDIR%%/SourceSerif4Subhead-ExtraLight.ttf +%%FONTSDIR%%/SourceSerif4Subhead-ExtraLightIt.ttf +%%FONTSDIR%%/SourceSerif4Subhead-It.ttf +%%FONTSDIR%%/SourceSerif4Subhead-Light.ttf +%%FONTSDIR%%/SourceSerif4Subhead-LightIt.ttf +%%FONTSDIR%%/SourceSerif4Subhead-Regular.ttf +%%FONTSDIR%%/SourceSerif4Subhead-Semibold.ttf +%%FONTSDIR%%/SourceSerif4Subhead-SemiboldIt.ttf diff --git a/x11-fonts/sourceserifpro-ttf/distinfo b/x11-fonts/sourceserifpro-ttf/distinfo deleted file mode 100644 index 3266804d8855..000000000000 --- a/x11-fonts/sourceserifpro-ttf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1611856522 -SHA256 (source-serif-pro-3.001R.zip) = e061cf3184c60fb8811ffb429d82083f6dd16810250b71e676e5fa1abb1e5934 -SIZE (source-serif-pro-3.001R.zip) = 8654426 diff --git a/x11-fonts/sourceserifpro-ttf/pkg-plist b/x11-fonts/sourceserifpro-ttf/pkg-plist deleted file mode 100644 index e4b7d175156f..000000000000 --- a/x11-fonts/sourceserifpro-ttf/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%FONTSDIR%%/SourceSerifPro-Black.ttf -%%FONTSDIR%%/SourceSerifPro-BlackIt.ttf -%%FONTSDIR%%/SourceSerifPro-Bold.ttf -%%FONTSDIR%%/SourceSerifPro-BoldIt.ttf -%%FONTSDIR%%/SourceSerifPro-ExtraLight.ttf -%%FONTSDIR%%/SourceSerifPro-ExtraLightIt.ttf -%%FONTSDIR%%/SourceSerifPro-It.ttf -%%FONTSDIR%%/SourceSerifPro-Light.ttf -%%FONTSDIR%%/SourceSerifPro-LightIt.ttf -%%FONTSDIR%%/SourceSerifPro-Regular.ttf -%%FONTSDIR%%/SourceSerifPro-Semibold.ttf -%%FONTSDIR%%/SourceSerifPro-SemiboldIt.ttf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300047.38U0lnA8005009>