Date: Tue, 7 May 2024 19:26:27 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5de3a84b43d8 - main - x11-fonts/juliamono: Update to 0.055 Message-ID: <202405071926.447JQRqG087714@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5de3a84b43d815cf5f913f9589e68266293e1768 commit 5de3a84b43d815cf5f913f9589e68266293e1768 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-07 18:15:37 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-07 19:26:01 +0000 x11-fonts/juliamono: Update to 0.055 * Switch from PORTVERSION to DISTVERSION * Use upstream release archive Changelog: https://github.com/cormullion/juliamono/blob/v0.055/CHANGELOG.md PR: 278792 Reviewed by: Trenton Schulz <trueos@norwegianrockcat.com> (maintainer) --- x11-fonts/juliamono/Makefile | 16 +++++++--------- x11-fonts/juliamono/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/x11-fonts/juliamono/Makefile b/x11-fonts/juliamono/Makefile index 299c789b4766..e52208984736 100644 --- a/x11-fonts/juliamono/Makefile +++ b/x11-fonts/juliamono/Makefile @@ -1,6 +1,9 @@ PORTNAME= juliamono -PORTVERSION= 0.054 +DISTVERSION= 0.055 CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/cormullion/${PORTNAME}/releases/download/v${DISTVERSION}/ +DISTNAME= JuliaMono-ttf +DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} MAINTAINER= trueos@norwegianrockcat.com COMMENT= Monospaced typeface with many Unicode characters @@ -8,19 +11,14 @@ WWW= https://juliamono.netlify.app/ LICENSE= OFL11 -USES= fonts xorg +USES= fonts zip -USE_GITHUB= yes -GH_ACCOUNT= cormullion -GH_PROJECT= juliamono -GH_TAGNAME= c3dfdf5 -USE_XORG= x11 NO_ARCH= yes NO_BUILD= yes +NO_WRKSUBDIR= yes do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} - ${FIND} ${WRKSRC} -type f -name \*.ttf | while read f; do \ - ${INSTALL_DATA} $$f ${STAGEDIR}${FONTSDIR} ; done + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} .include <bsd.port.mk> diff --git a/x11-fonts/juliamono/distinfo b/x11-fonts/juliamono/distinfo index 51f96782a58c..d6912a946999 100644 --- a/x11-fonts/juliamono/distinfo +++ b/x11-fonts/juliamono/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712234571 -SHA256 (cormullion-juliamono-0.054-c3dfdf5_GH0.tar.gz) = 9065d4b3166060e8f6eb937d1e7eb22f3c5cff44eaf9a642bcdd731cbbb2685b -SIZE (cormullion-juliamono-0.054-c3dfdf5_GH0.tar.gz) = 51896582 +TIMESTAMP = 1714931352 +SHA256 (juliamono/0.055/JuliaMono-ttf.zip) = 20cc5661af642f2b285eb3c569bd86c5d0917a90aef2cc98de93aac3af1dbacc +SIZE (juliamono/0.055/JuliaMono-ttf.zip) = 20875522
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405071926.447JQRqG087714>