Date: Thu, 9 Jun 2022 23:19:35 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: fb3fa8f525c3 - main - x11-fonts/gnu-unifont-ttf: Update to 14.0.04 Message-ID: <202206092319.259NJZQO042720@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=fb3fa8f525c3b70e8ef405e63bc553f1b4182097 commit fb3fa8f525c3b70e8ef405e63bc553f1b4182097 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-09 23:10:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-09 23:16:01 +0000 x11-fonts/gnu-unifont-ttf: Update to 14.0.04 Changes: https://unifoundry.com/unifont/ https://savannah.gnu.org/forum/forum.php?forum_id=10194 - This is a minor release, primarily to fix an issue with parallel "make" font builds. - David Corbett made adjustments to U+16A0..U+16FF (Runic), U+A99A (Javanese), and U+FC33 (Arabic Presentation Forms-A). - All Ahom glyphs (U+11700..U+1174F) are now displayed. --- x11-fonts/gnu-unifont-ttf/Makefile | 7 +++---- x11-fonts/gnu-unifont-ttf/distinfo | 14 +++++++------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/x11-fonts/gnu-unifont-ttf/Makefile b/x11-fonts/gnu-unifont-ttf/Makefile index f996da3ccce8..99bc89242a45 100644 --- a/x11-fonts/gnu-unifont-ttf/Makefile +++ b/x11-fonts/gnu-unifont-ttf/Makefile @@ -1,5 +1,5 @@ PORTNAME= unifont -PORTVERSION= 14.0.03 +PORTVERSION= 14.0.04 PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= GNU/unifont/unifont-${PORTVERSION} @@ -18,7 +18,7 @@ USES= fonts NO_ARCH= yes NO_BUILD= yes -FONTSDIR= ${PREFIX}/share/fonts/gnu-unifont${PKGNAMESUFFIX} +FONTSDIR= ${PREFIX}/share/fonts/gnu-unifont-ttf PLIST_FILES= ${FONTFILES:S|^|${FONTSDIR}/|:S|$|${FONTSUFFIX}|} FONTFILES= unifont unifont_csur unifont_upper @@ -27,8 +27,7 @@ FONTSUFFIX= .ttf do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} .for i in ${FONTFILES} - ${INSTALL_DATA} ${DISTDIR}/${i}-${PORTVERSION}${FONTSUFFIX} \ - ${STAGEDIR}${FONTSDIR}/${i}${FONTSUFFIX} + ${INSTALL_DATA} ${DISTDIR}/${i}-${PORTVERSION}${FONTSUFFIX} ${STAGEDIR}${FONTSDIR}/${i}${FONTSUFFIX} .endfor .include <bsd.port.mk> diff --git a/x11-fonts/gnu-unifont-ttf/distinfo b/x11-fonts/gnu-unifont-ttf/distinfo index 9796a726a76e..a0efe04c2ccc 100644 --- a/x11-fonts/gnu-unifont-ttf/distinfo +++ b/x11-fonts/gnu-unifont-ttf/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1651140041 -SHA256 (unifont-14.0.03.ttf) = a7f8e2488c16fc23338d048133d5771e6478361605aa791fcfca4ae8b13dcce3 -SIZE (unifont-14.0.03.ttf) = 12274148 -SHA256 (unifont_csur-14.0.03.ttf) = edb58175a35823abdbcd7347967ab22470729753e2d2d4739fd74625be07c0dd -SIZE (unifont_csur-14.0.03.ttf) = 1369508 -SHA256 (unifont_upper-14.0.03.ttf) = 52c8b7d96df043b0bbc3d020057a40f552d2893ec076adf5b8facdfea6ba8c28 -SIZE (unifont_upper-14.0.03.ttf) = 2088784 +TIMESTAMP = 1654774060 +SHA256 (unifont-14.0.04.ttf) = 211d1ddddc566511db254c746d83df77b4a1b9b2549cdffe0a3e901e46eefea8 +SIZE (unifont-14.0.04.ttf) = 12274112 +SHA256 (unifont_csur-14.0.04.ttf) = e82dc6952e7e492fd8ac10e71830b4166711c4772eef4a748d65141196f8e2c7 +SIZE (unifont_csur-14.0.04.ttf) = 1369956 +SHA256 (unifont_upper-14.0.04.ttf) = b7588d2e85a43d9c90add4eef1ee5525bd85a1f4177f5f77bf31bbf5f6a28789 +SIZE (unifont_upper-14.0.04.ttf) = 2088780
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206092319.259NJZQO042720>