Date: Sat, 30 Sep 2023 00:48:07 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: f6a4ef02c474 - main - x11-fonts/source-sans-ttf: Update to 3.052 Message-ID: <202309300048.38U0m7TU005641@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=f6a4ef02c474d7b7f2e7e5970c0fd8facdd74c1e commit f6a4ef02c474d7b7f2e7e5970c0fd8facdd74c1e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-30 00:21:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-30 00:44:23 +0000 x11-fonts/source-sans-ttf: Update to 3.052 Changes: https://github.com/adobe-fonts/source-sans/releases --- x11-fonts/source-sans-ttf/Makefile | 8 ++++---- x11-fonts/source-sans-ttf/distinfo | 6 +++--- x11-fonts/source-sans-ttf/pkg-plist | 2 ++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/x11-fonts/source-sans-ttf/Makefile b/x11-fonts/source-sans-ttf/Makefile index bf113e37cbd5..11a94aa57bdd 100644 --- a/x11-fonts/source-sans-ttf/Makefile +++ b/x11-fonts/source-sans-ttf/Makefile @@ -1,7 +1,7 @@ PORTNAME= source-sans -PORTVERSION= 3.046 -MASTER_SITES= https://github.com/adobe-fonts/source-sans/releases/download/${PORTVERSION}R/ +PORTVERSION= 3.052 CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/adobe-fonts/source-sans/releases/download/${PORTVERSION}R/ PKGNAMESUFFIX= -ttf DISTNAME= TTF-source-sans-${PORTVERSION}R @@ -23,7 +23,7 @@ SUB_FILES= pkg-message PORTSCOUT= skipv:variable-fonts do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR} + ${MKDIR} ${STAGEDIR}${FONTSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}/ .include <bsd.port.mk> diff --git a/x11-fonts/source-sans-ttf/distinfo b/x11-fonts/source-sans-ttf/distinfo index d1316d850ed4..f7074bb2b7e4 100644 --- a/x11-fonts/source-sans-ttf/distinfo +++ b/x11-fonts/source-sans-ttf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643382490 -SHA256 (TTF-source-sans-3.046R.zip) = dc899c8ba784b33aede8cd46aabb4dc9992bd71a4b19cd9f9401cbb008bbb574 -SIZE (TTF-source-sans-3.046R.zip) = 1648335 +TIMESTAMP = 1696001286 +SHA256 (TTF-source-sans-3.052R.zip) = 1b0dd1ec44b39f1dd98bbd153a1a3815f083639874ddee02c842bd601bad3d21 +SIZE (TTF-source-sans-3.052R.zip) = 2478353 diff --git a/x11-fonts/source-sans-ttf/pkg-plist b/x11-fonts/source-sans-ttf/pkg-plist index ce3870baa599..3178998bd9a1 100644 --- a/x11-fonts/source-sans-ttf/pkg-plist +++ b/x11-fonts/source-sans-ttf/pkg-plist @@ -7,6 +7,8 @@ %%FONTSDIR%%/SourceSans3-It.ttf %%FONTSDIR%%/SourceSans3-Light.ttf %%FONTSDIR%%/SourceSans3-LightIt.ttf +%%FONTSDIR%%/SourceSans3-Medium.ttf +%%FONTSDIR%%/SourceSans3-MediumIt.ttf %%FONTSDIR%%/SourceSans3-Regular.ttf %%FONTSDIR%%/SourceSans3-Semibold.ttf %%FONTSDIR%%/SourceSans3-SemiboldIt.ttf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300048.38U0m7TU005641>