Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
Re: fonts/nerd-fonts: update to 3.3.0;
To:
manuel@ledu-giraud.fr, ports@openbsd.org
Date:
Tue, 10 Dec 2024 13:46:03 +0100

Download raw body.

Thread
On Tue, 10 Dec 2024 13:32:03 +0100,
Stuart Henderson <stu@spacehopper.org> wrote:
> 
> I'd prefer if the dir was named the same way as the package,
> i.e. "symbolsonly" (unfortunately that didn't happen for
> ubuntu-mono but it did for the others)
> 

Sure, here a diff and updated tgz.

Ok?

Index: fonts/nerd-fonts/Makefile
===================================================================
RCS file: /home/cvs/ports/fonts/nerd-fonts/Makefile,v
diff -u -p -r1.1.1.1 Makefile
--- fonts/nerd-fonts/Makefile	31 Dec 2022 10:02:54 -0000	1.1.1.1
+++ fonts/nerd-fonts/Makefile	10 Dec 2024 12:44:30 -0000
@@ -4,6 +4,7 @@
     SUBDIR += fantasquesansmono
     SUBDIR += noto
     SUBDIR += profont
+    SUBDIR += symbolsonly
     SUBDIR += terminus
     SUBDIR += ubuntu
     SUBDIR += ubuntu-mono
Index: fonts/nerd-fonts/Makefile.inc
===================================================================
RCS file: /home/cvs/ports/fonts/nerd-fonts/Makefile.inc,v
diff -u -p -r1.8 Makefile.inc
--- fonts/nerd-fonts/Makefile.inc	4 Dec 2024 22:04:25 -0000	1.8
+++ fonts/nerd-fonts/Makefile.inc	10 Dec 2024 11:34:17 -0000
@@ -3,7 +3,7 @@ DIST_SUBDIR =	${NF_PROJECT}-${VERSION}
 
 NF_PROJECT =	nerd-fonts
 VERSION =	3.3.0
-PKGNAME =	${NF_FONT:L}-${NF_PROJECT}-${VERSION}
+PKGNAME =	${NF_FONT:L:S/nerdfonts//g}-${NF_PROJECT}-${VERSION}
 CATEGORIES =	fonts
 HOMEPAGE =	https://www.nerdfonts.com/
 

-- 
wbr, Kirill