Date: Sun, 15 Mar 2026 07:19:38 +0000 From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Olivier Duchateau <duchateau.olivier@gmail.com> Subject: git: 6a131e504f93 - main - x11-fonts/roboto-fonts-ttf: update to 3.015 Message-ID: <69b65d8a.3208e.5b53f2c6@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a131e504f9369ddc3490bf97e3f28f5dd66acf8 commit 6a131e504f9369ddc3490bf97e3f28f5dd66acf8 Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2026-03-15 07:13:32 +0000 Commit: Don Lewis <truckman@FreeBSD.org> CommitDate: 2026-03-15 07:13:32 +0000 x11-fonts/roboto-fonts-ttf: update to 3.015 Update to 3.015 Adjust MASTER_SITES (previous repo is now archived) Fix LICENSE Reduce I/O, no need to handle a bunch of files we won't use Adjust Makefile layout to be more consistent with tree Fix WRKSRC PR: 292072 --- x11-fonts/roboto-fonts-ttf/Makefile | 24 ++++++++++++++---------- x11-fonts/roboto-fonts-ttf/distinfo | 6 +++--- x11-fonts/roboto-fonts-ttf/files/pkg-message.in | 12 ------------ x11-fonts/roboto-fonts-ttf/pkg-plist | 2 ++ 4 files changed, 19 insertions(+), 25 deletions(-) diff --git a/x11-fonts/roboto-fonts-ttf/Makefile b/x11-fonts/roboto-fonts-ttf/Makefile index b1893d10d762..dbaeaf347e65 100644 --- a/x11-fonts/roboto-fonts-ttf/Makefile +++ b/x11-fonts/roboto-fonts-ttf/Makefile @@ -1,24 +1,28 @@ PORTNAME= roboto-fonts-ttf DISTVERSIONPREFIX= v -DISTVERSION= 2.138 +DISTVERSION= 3.015 PORTEPOCH= 1 CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/googlefonts/roboto-3-classic/releases/download/${DISTVERSIONFULL}/ +EXTRACT_SUFX= .zip +DISTFILES= Roboto_${DISTVERSIONFULL}.zip MAINTAINER= wulf@cicgroup.ru -COMMENT= Roboto family of fonts -WWW= https://github.com/googlefonts/roboto-2 +COMMENT= TrueType Roboto family fonts +WWW= https://github.com/googlefonts/roboto-3-classic -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= OFL11 USES= fonts -USE_GITHUB= yes -GH_ACCOUNT= googlefonts -GH_PROJECT= roboto-2 +FONTNAME= Roboto +EXTRACT_AFTER_ARGS= --strip-components 2 \ + --include hinted/static/*.ttf \ + --no-same-owner --no-same-permissions NO_ARCH= yes NO_BUILD= yes -SUB_FILES= pkg-message + +NO_WRKSUBDIR= yes PLIST_SUB= FCDIR=${FCDIR} \ FCDIR_LINKS=${FCDIR_LINKS} @@ -28,7 +32,7 @@ FCDIR_LINKS= ${FCDIR:S|conf.avail|conf.d|} do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/src/hinted/*.ttf ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} ${MKDIR} ${STAGEDIR}${PREFIX}/${FCDIR}/ ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/ ${INSTALL_DATA} ${FILESDIR}/*.conf ${STAGEDIR}${PREFIX}/${FCDIR}/ cd ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/ && ${LN} -fs ../conf.avail/*.conf . diff --git a/x11-fonts/roboto-fonts-ttf/distinfo b/x11-fonts/roboto-fonts-ttf/distinfo index a74712f951e2..f23c3c93b865 100644 --- a/x11-fonts/roboto-fonts-ttf/distinfo +++ b/x11-fonts/roboto-fonts-ttf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734788424 -SHA256 (googlefonts-roboto-2-v2.138_GH0.tar.gz) = 299dbc4ea5d57e56c87742c099b944f4274b94815f34a734918630a75eb85d55 -SIZE (googlefonts-roboto-2-v2.138_GH0.tar.gz) = 6290146 +TIMESTAMP = 1769955234 +SHA256 (Roboto_v3.015.zip) = bee3e9334ea86dd63e184598f31fb16750881c2da1a6f097a66e0f66a95b3d54 +SIZE (Roboto_v3.015.zip) = 28917974 diff --git a/x11-fonts/roboto-fonts-ttf/files/pkg-message.in b/x11-fonts/roboto-fonts-ttf/files/pkg-message.in deleted file mode 100644 index 28dbcbe7daf6..000000000000 --- a/x11-fonts/roboto-fonts-ttf/files/pkg-message.in +++ /dev/null @@ -1,12 +0,0 @@ -[ -{ type: install - message: <<EOM -You can start using the fonts by following these instructions: - -Add the following line to the "Files" section of your X.org configuration -file: - - FontPath "%%FONTSDIR%%/" -EOM -} -] diff --git a/x11-fonts/roboto-fonts-ttf/pkg-plist b/x11-fonts/roboto-fonts-ttf/pkg-plist index 83e88b5c1439..691598c96e56 100644 --- a/x11-fonts/roboto-fonts-ttf/pkg-plist +++ b/x11-fonts/roboto-fonts-ttf/pkg-plist @@ -19,4 +19,6 @@ %%FONTSDIR%%/RobotoCondensed-Italic.ttf %%FONTSDIR%%/RobotoCondensed-Light.ttf %%FONTSDIR%%/RobotoCondensed-LightItalic.ttf +%%FONTSDIR%%/RobotoCondensed-Medium.ttf +%%FONTSDIR%%/RobotoCondensed-MediumItalic.ttf %%FONTSDIR%%/RobotoCondensed-Regular.ttfhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b65d8a.3208e.5b53f2c6>
