From: Sebastien Marie Subject: Re: [update] fonts/juliamono version 0.060 To: Laurent Cheylus , ports Cc: Justin Berthault Date: Thu, 17 Jul 2025 08:58:21 +0200 Hi, Just one comment: do-install target could be simplified as Latin variants aren't provided anymore. else the diff is OK semarie@ (waiting for maintainer) -- Sebastien Marie diff --git a/fonts/juliamono/Makefile b/fonts/juliamono/Makefile index a951d0f7eb..5e7cf735aa 100644 --- a/fonts/juliamono/Makefile +++ b/fonts/juliamono/Makefile @@ -1,6 +1,6 @@ COMMENT = typeface carefully crafted & designed for computer screens -V = 0.053 +V = 0.060 DISTNAME = JuliaMono PKGNAME = juliamono-$V @@ -23,8 +23,7 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/juliamono - ls ${WRKSRC}/*.ttf | grep -v Latin | \ - xargs -I{} ${INSTALL_DATA} {} ${PREFIX}/share/fonts/juliamono + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/share/fonts/juliamono ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/juliamono ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/juliamono diff --git a/fonts/juliamono/distinfo b/fonts/juliamono/distinfo index 7796875472..06c46b4bfa 100644 --- a/fonts/juliamono/distinfo +++ b/fonts/juliamono/distinfo @@ -1,2 +1,2 @@ -SHA256 (JuliaMono-0.053.tar.gz) = 4/lvgEbzWwWDM+IErhp8hdUKnl0m1mlrTrJaoCcUcHU= -SIZE (JuliaMono-0.053.tar.gz) = 34308185 +SHA256 (JuliaMono-0.060.tar.gz) = 3eSyUJfW7szPhfp7kiQCwC9/JGzFa4O4WLb3g/rIubg= +SIZE (JuliaMono-0.060.tar.gz) = 36194061 Laurent Cheylus writes: > Hi ports@ > > [cc Justin Berthault as maintainer] > > a simple update for fonts/juliamono to the latest version 0.060. > Releases list with Changelog: https://github.com/cormullion/juliamono/releases > > Tests welcome and please commit if OK. > > Laurent > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/fonts/juliamono/Makefile,v > diff -u -p -r1.9 Makefile > --- Makefile 6 Jan 2024 20:08:05 -0000 1.9 > +++ Makefile 16 Jul 2025 15:38:57 -0000 > @@ -1,6 +1,6 @@ > COMMENT = typeface carefully crafted & designed for computer screens > > -V = 0.053 > +V = 0.060 > DISTNAME = JuliaMono > PKGNAME = juliamono-$V > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/fonts/juliamono/distinfo,v > diff -u -p -r1.7 distinfo > --- distinfo 6 Jan 2024 20:08:05 -0000 1.7 > +++ distinfo 16 Jul 2025 15:38:57 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (JuliaMono-0.053.tar.gz) = 4/lvgEbzWwWDM+IErhp8hdUKnl0m1mlrTrJaoCcUcHU= > -SIZE (JuliaMono-0.053.tar.gz) = 34308185 > +SHA256 (JuliaMono-0.060.tar.gz) = 3eSyUJfW7szPhfp7kiQCwC9/JGzFa4O4WLb3g/rIubg= > +SIZE (JuliaMono-0.060.tar.gz) = 36194061