Hello,

A new release of Nerd-Fonts was recently published. Since the current ports version, 3 releases with patches and new fonts were published.
- https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0
- https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.1
- https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.2.0

Find attached the update to the latest version (v3.2.0) and a few new fonts (AnonymicePro, CaskaydiaCove, ComicshannsMono, Inconsolata, IntoneMono, RobotoMono).

I only use CodeNewRoman myself so I just tested that other packages build and ran:
#  /usr/ports/infrastructure/bin/portcheck
1 line(s) longer than 80 chars in Makefile.inc
fonts/nerd-fonts

I was not sure what was the best method to send both the diff and the new fonts. The tar.gz file contains the directories for the new fonts ; to be extracted in fonts/nerd-fonts. The diff contains changes to v3.2.0 including the new fonts definition (in fonts/nerd-fonts/Makefile). I hope that's clear.

Regards,
Joel C.
? anonymicepro
? caskaydiacove
? comicshannsmono
? inconsolata
? intonemono
? robotomono
Index: Makefile
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- Makefile	31 Dec 2022 10:02:54 -0000	1.1.1.1
+++ Makefile	9 Apr 2024 21:58:28 -0000
@@ -1,9 +1,15 @@
     SUBDIR =
+    SUBDIR += anonymicepro
+    SUBDIR += caskaydiacove
     SUBDIR += codenewroman
+    SUBDIR += comicshannsmono
     SUBDIR += dejavusansmono
     SUBDIR += fantasquesansmono
+    SUBDIR += inconsolata
+    SUBDIR += intonemono
     SUBDIR += noto
     SUBDIR += profont
+    SUBDIR += robotomono
     SUBDIR += terminus
     SUBDIR += ubuntu
     SUBDIR += ubuntu-mono
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/Makefile.inc,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile.inc
--- Makefile.inc	21 Sep 2023 15:28:10 -0000	1.5
+++ Makefile.inc	9 Apr 2024 21:58:28 -0000
@@ -2,7 +2,7 @@ COMMENT =	${NF_FONT} Nerd Font
 DIST_SUBDIR =	${NF_PROJECT}-${VERSION}
 
 NF_PROJECT =	nerd-fonts
-VERSION =	3.0.2
+VERSION =	3.2.0
 PKGNAME =	${NF_FONT:L}-${NF_PROJECT}-${VERSION}
 CATEGORIES =	fonts
 HOMEPAGE =	https://www.nerdfonts.com/
Index: codenewroman/distinfo
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/codenewroman/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- codenewroman/distinfo	29 Aug 2023 07:11:08 -0000	1.3
+++ codenewroman/distinfo	9 Apr 2024 21:58:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (nerd-fonts-3.0.2/CodeNewRoman.zip) = pdyRgIfHdnIIYOyPv4e6akOXXJEBOsCXE2bwAySIhlE=
-SIZE (nerd-fonts-3.0.2/CodeNewRoman.zip) = 24027055
+SHA256 (nerd-fonts-3.2.0/CodeNewRoman.zip) = EAmvlsd0d61aDixJ2xv3zuXffTAp/ryT3CFtGggXBnw=
+SIZE (nerd-fonts-3.2.0/CodeNewRoman.zip) = 27260685
Index: dejavusansmono/Makefile
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/dejavusansmono/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- dejavusansmono/Makefile	31 Dec 2022 10:02:54 -0000	1.1.1.1
+++ dejavusansmono/Makefile	9 Apr 2024 21:58:28 -0000
@@ -1,4 +1,5 @@
 NF_FONT =	DejaVuSansMono
+FONTTYPES =	ttf
 
 post-install:
 	${INSTALL_DATA_DIR} ${DOCDIR}
Index: dejavusansmono/distinfo
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/dejavusansmono/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- dejavusansmono/distinfo	29 Aug 2023 07:11:08 -0000	1.3
+++ dejavusansmono/distinfo	9 Apr 2024 21:58:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (nerd-fonts-3.0.2/DejaVuSansMono.zip) = 6ptXDurNCmjqUtaaVplnjo96ryhQK37ZREk3h62+uPA=
-SIZE (nerd-fonts-3.0.2/DejaVuSansMono.zip) = 14320668
+SHA256 (nerd-fonts-3.2.0/DejaVuSansMono.zip) = ftyVfh9XwZHTwUktTFLlfPHDss5jH4z47Y8jwMxopHI=
+SIZE (nerd-fonts-3.2.0/DejaVuSansMono.zip) = 16233937
Index: fantasquesansmono/Makefile
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/fantasquesansmono/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- fantasquesansmono/Makefile	31 Dec 2022 10:02:54 -0000	1.1.1.1
+++ fantasquesansmono/Makefile	9 Apr 2024 21:58:28 -0000
@@ -1,3 +1,8 @@
 NF_FONT =	FantasqueSansMono
+FONTTYPES =	ttf
+
+post-install:
+	${INSTALL_DATA_DIR} ${DOCDIR}
+	${INSTALL_DATA} ${WRKDIR}/OFL.txt ${DOCDIR}
 
 .include <bsd.port.mk>
Index: fantasquesansmono/distinfo
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/fantasquesansmono/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- fantasquesansmono/distinfo	29 Aug 2023 07:11:08 -0000	1.3
+++ fantasquesansmono/distinfo	9 Apr 2024 21:58:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (nerd-fonts-3.0.2/FantasqueSansMono.zip) = qqKnbfgFvupkfpkF5EZOctESGT5h/cflLH2gLSgONsE=
-SIZE (nerd-fonts-3.0.2/FantasqueSansMono.zip) = 13177355
+SHA256 (nerd-fonts-3.2.0/FantasqueSansMono.zip) = 89PGJwIdH6lrljDTC4l++58qmETeEjMkcHQ7ZoUg5xk=
+SIZE (nerd-fonts-3.2.0/FantasqueSansMono.zip) = 15095540
Index: fantasquesansmono/pkg/PLIST
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/fantasquesansmono/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -r1.2 PLIST
--- fantasquesansmono/pkg/PLIST	28 Aug 2023 17:33:13 -0000	1.2
+++ fantasquesansmono/pkg/PLIST	9 Apr 2024 21:58:28 -0000
@@ -1,3 +1,6 @@
+share/doc/nerd-fonts/
+share/doc/nerd-fonts/fantasquesansmono/
+share/doc/nerd-fonts/fantasquesansmono/OFL.txt
 share/fonts/
 share/fonts/nerd-fonts/
 @fontdir share/fonts/nerd-fonts/fantasquesansmono/
Index: noto/Makefile
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/noto/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- noto/Makefile	31 Dec 2022 10:02:54 -0000	1.1.1.1
+++ noto/Makefile	9 Apr 2024 21:58:28 -0000
@@ -1,4 +1,5 @@
 NF_FONT =	Noto
+FONTTYPES =	ttf
 
 post-install:
 	${INSTALL_DATA_DIR} ${DOCDIR}
Index: noto/distinfo
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/noto/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- noto/distinfo	29 Aug 2023 07:11:08 -0000	1.3
+++ noto/distinfo	9 Apr 2024 21:58:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (nerd-fonts-3.0.2/Noto.zip) = B1kn4XJck+/ZuiMEmdmCkVWfRTVrC1ax5UXsPtqUam8=
-SIZE (nerd-fonts-3.0.2/Noto.zip) = 481271009
+SHA256 (nerd-fonts-3.2.0/Noto.zip) = 87EnVlUhKm1JVv12/+vULUJWKLeKOe46Lg+FF1NcwYA=
+SIZE (nerd-fonts-3.2.0/Noto.zip) = 553703795
Index: noto/pkg/PLIST
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/noto/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -r1.2 PLIST
--- noto/pkg/PLIST	28 Aug 2023 17:33:13 -0000	1.2
+++ noto/pkg/PLIST	9 Apr 2024 21:58:28 -0000
@@ -9,23 +9,23 @@ share/fonts/nerd-fonts/noto/NotoMonoNerd
 share/fonts/nerd-fonts/noto/NotoMonoNerdFontPropo-Regular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-Black.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-Bold.ttf
-share/fonts/nerd-fonts/noto/NotoSansMNerdFont-Condensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-CondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-CondensedBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-CondensedExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-CondensedExtraLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-CondensedLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-CondensedMedium.ttf
+share/fonts/nerd-fonts/noto/NotoSansMNerdFont-CondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-CondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-CondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraBold.ttf
-share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraCondensedBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraCondensedExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraCondensedExtraLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraCondensedLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraCondensedMedium.ttf
+share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraCondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-ExtraLight.ttf
@@ -33,35 +33,35 @@ share/fonts/nerd-fonts/noto/NotoSansMNer
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-Medium.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-Regular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-SemiBold.ttf
-share/fonts/nerd-fonts/noto/NotoSansMNerdFont-SemiCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-SemiCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-SemiCondensedBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-SemiCondensedExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-SemiCondensedExtraLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-SemiCondensedLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-SemiCondensedMedium.ttf
+share/fonts/nerd-fonts/noto/NotoSansMNerdFont-SemiCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-SemiCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-SemiCondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFont-Thin.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-Black.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-Bold.ttf
-share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-Condensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-CondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-CondensedBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-CondensedExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-CondensedExtraLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-CondensedLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-CondensedMedium.ttf
+share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-CondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-CondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-CondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraBold.ttf
-share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraCondensedBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraCondensedExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraCondensedExtraLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraCondensedLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraCondensedMedium.ttf
+share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraCondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-ExtraLight.ttf
@@ -69,35 +69,35 @@ share/fonts/nerd-fonts/noto/NotoSansMNer
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-Medium.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-Regular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-SemiBold.ttf
-share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-SemiCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-SemiCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-SemiCondensedBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-SemiCondensedExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-SemiCondensedExtraLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-SemiCondensedLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-SemiCondensedMedium.ttf
+share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-SemiCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-SemiCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-SemiCondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontMono-Thin.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-Black.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-Bold.ttf
-share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-Condensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-CondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-CondensedBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-CondensedExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-CondensedExtraLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-CondensedLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-CondensedMedium.ttf
+share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-CondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-CondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-CondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraBold.ttf
-share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraCondensedBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraCondensedExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraCondensedExtraLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraCondensedLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraCondensedMedium.ttf
+share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraCondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-ExtraLight.ttf
@@ -105,17 +105,20 @@ share/fonts/nerd-fonts/noto/NotoSansMNer
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-Medium.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-Regular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-SemiBold.ttf
-share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-SemiCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-SemiCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-SemiCondensedBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-SemiCondensedExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-SemiCondensedExtraLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-SemiCondensedLight.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-SemiCondensedMedium.ttf
+share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-SemiCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-SemiCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-SemiCondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansMNerdFontPropo-Thin.ttf
-share/fonts/nerd-fonts/noto/NotoSansNerdFont-Condensed.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFont-Black.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFont-BlackItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFont-Bold.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFont-BoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-CondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-CondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-CondensedBold.ttf
@@ -129,13 +132,13 @@ share/fonts/nerd-fonts/noto/NotoSansNerd
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-CondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-CondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-CondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFont-CondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-CondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-CondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-CondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-CondensedThinItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraBoldItalic.ttf
-share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraCondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraCondensedBold.ttf
@@ -149,6 +152,7 @@ share/fonts/nerd-fonts/noto/NotoSansNerd
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraCondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraCondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraCondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraCondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ExtraCondensedThin.ttf
@@ -163,7 +167,6 @@ share/fonts/nerd-fonts/noto/NotoSansNerd
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-Regular.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiBoldItalic.ttf
-share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensedBold.ttf
@@ -177,13 +180,17 @@ share/fonts/nerd-fonts/noto/NotoSansNerd
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-SemiCondensedThinItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-Thin.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFont-ThinItalic.ttf
-share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-Condensed.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-Black.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-BlackItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-Bold.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-BoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-CondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-CondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-CondensedBold.ttf
@@ -197,13 +204,13 @@ share/fonts/nerd-fonts/noto/NotoSansNerd
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-CondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-CondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-CondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-CondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-CondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-CondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-CondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-CondensedThinItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraBoldItalic.ttf
-share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraCondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraCondensedBold.ttf
@@ -217,6 +224,7 @@ share/fonts/nerd-fonts/noto/NotoSansNerd
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraCondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraCondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraCondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraCondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-ExtraCondensedThin.ttf
@@ -231,7 +239,6 @@ share/fonts/nerd-fonts/noto/NotoSansNerd
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-Regular.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiBoldItalic.ttf
-share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiCondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiCondensedBold.ttf
@@ -245,6 +252,7 @@ share/fonts/nerd-fonts/noto/NotoSansNerd
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiCondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiCondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiCondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiCondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSansNerdFontPropo-SemiCondensedThin.ttf
@@ -255,7 +263,6 @@ share/fonts/nerd-fonts/noto/NotoSerifNer
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-BlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-Bold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-BoldItalic.ttf
-share/fonts/nerd-fonts/noto/NotoSerifNerdFont-Condensed.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-CondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-CondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-CondensedBold.ttf
@@ -269,13 +276,13 @@ share/fonts/nerd-fonts/noto/NotoSerifNer
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-CondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-CondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-CondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSerifNerdFont-CondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-CondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-CondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-CondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-CondensedThinItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraBoldItalic.ttf
-share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraCondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraCondensedBold.ttf
@@ -289,6 +296,7 @@ share/fonts/nerd-fonts/noto/NotoSerifNer
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraCondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraCondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraCondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraCondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-ExtraCondensedThin.ttf
@@ -303,7 +311,6 @@ share/fonts/nerd-fonts/noto/NotoSerifNer
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-Regular.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiBoldItalic.ttf
-share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiCondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiCondensedBold.ttf
@@ -317,6 +324,7 @@ share/fonts/nerd-fonts/noto/NotoSerifNer
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiCondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiCondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiCondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiCondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFont-SemiCondensedThin.ttf
@@ -327,7 +335,6 @@ share/fonts/nerd-fonts/noto/NotoSerifNer
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-BlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-Bold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-BoldItalic.ttf
-share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-Condensed.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-CondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-CondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-CondensedBold.ttf
@@ -341,13 +348,13 @@ share/fonts/nerd-fonts/noto/NotoSerifNer
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-CondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-CondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-CondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-CondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-CondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-CondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-CondensedThin.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-CondensedThinItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraBold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraBoldItalic.ttf
-share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraCondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraCondensedBold.ttf
@@ -361,6 +368,7 @@ share/fonts/nerd-fonts/noto/NotoSerifNer
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraCondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraCondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraCondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraCondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-ExtraCondensedThin.ttf
@@ -375,7 +383,6 @@ share/fonts/nerd-fonts/noto/NotoSerifNer
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-Regular.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiBoldItalic.ttf
-share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiCondensed.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiCondensedBlack.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiCondensedBlackItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiCondensedBold.ttf
@@ -389,6 +396,7 @@ share/fonts/nerd-fonts/noto/NotoSerifNer
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiCondensedLightItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiCondensedMedium.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiCondensedMediumItalic.ttf
+share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiCondensedRegular.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiCondensedSemiBold.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiCondensedSemiBoldItalic.ttf
 share/fonts/nerd-fonts/noto/NotoSerifNerdFontPropo-SemiCondensedThin.ttf
Index: profont/Makefile
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/profont/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- profont/Makefile	31 Dec 2022 10:02:54 -0000	1.1.1.1
+++ profont/Makefile	9 Apr 2024 21:58:28 -0000
@@ -1,4 +1,5 @@
 NF_FONT =	ProFont
+FONTTYPES =	ttf
 
 post-install:
 	${INSTALL_DATA_DIR} ${DOCDIR}
Index: profont/distinfo
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/profont/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- profont/distinfo	29 Aug 2023 07:11:08 -0000	1.3
+++ profont/distinfo	9 Apr 2024 21:58:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (nerd-fonts-3.0.2/ProFont.zip) = PaM55I5tFS4p94udx6CLCgM4OXvNTwE35n/orQ5hjZw=
-SIZE (nerd-fonts-3.0.2/ProFont.zip) = 6075996
+SHA256 (nerd-fonts-3.2.0/ProFont.zip) = TuVT7IUwoB8jpaUF+5acg9RTJKuU4+UNVNSvii+Jpxs=
+SIZE (nerd-fonts-3.2.0/ProFont.zip) = 6907874
Index: terminus/Makefile
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/terminus/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- terminus/Makefile	31 Dec 2022 10:02:54 -0000	1.1.1.1
+++ terminus/Makefile	9 Apr 2024 21:58:28 -0000
@@ -1,4 +1,5 @@
 NF_FONT =	Terminus
+FONTTYPES =	ttf
 
 post-install:
 	${INSTALL_DATA_DIR} ${DOCDIR}
Index: terminus/distinfo
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/terminus/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- terminus/distinfo	29 Aug 2023 07:11:08 -0000	1.3
+++ terminus/distinfo	9 Apr 2024 21:58:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (nerd-fonts-3.0.2/Terminus.zip) = XZj6YdouxQECG2Idz8nYeoHuX0sjO+W2MFMstNdtN/I=
-SIZE (nerd-fonts-3.0.2/Terminus.zip) = 13126176
+SHA256 (nerd-fonts-3.2.0/Terminus.zip) = CSdNsL2iJdcca+hQIi7hD+z5bHeSEZHbT2kNZkuz7w4=
+SIZE (nerd-fonts-3.2.0/Terminus.zip) = 14800034
Index: ubuntu/Makefile
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/ubuntu/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- ubuntu/Makefile	31 Dec 2022 10:02:54 -0000	1.1.1.1
+++ ubuntu/Makefile	9 Apr 2024 21:58:28 -0000
@@ -1,3 +1,8 @@
 NF_FONT =	Ubuntu
+FONTTYPES =	ttf
+
+post-install:
+	${INSTALL_DATA_DIR} ${DOCDIR}
+	${INSTALL_DATA} ${WRKDIR}/LICENCE.txt ${DOCDIR}
 
 .include <bsd.port.mk>
Index: ubuntu/distinfo
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/ubuntu/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- ubuntu/distinfo	29 Aug 2023 07:11:08 -0000	1.3
+++ ubuntu/distinfo	9 Apr 2024 21:58:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (nerd-fonts-3.0.2/Ubuntu.zip) = yxsTT/1nxIShLZY6qofdDD2CNM5ih3xJcWdnq+8Nklw=
-SIZE (nerd-fonts-3.0.2/Ubuntu.zip) = 20036870
+SHA256 (nerd-fonts-3.2.0/Ubuntu.zip) = +tCYrK6VkZf7wJLwoOGAJOUXDk8PeRDlRjJd1RCJIiE=
+SIZE (nerd-fonts-3.2.0/Ubuntu.zip) = 22568861
Index: ubuntu/pkg/PLIST
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/ubuntu/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -r1.2 PLIST
--- ubuntu/pkg/PLIST	28 Aug 2023 17:33:13 -0000	1.2
+++ ubuntu/pkg/PLIST	9 Apr 2024 21:58:28 -0000
@@ -1,3 +1,6 @@
+share/doc/nerd-fonts/
+share/doc/nerd-fonts/ubuntu/
+share/doc/nerd-fonts/ubuntu/LICENCE.txt
 share/fonts/
 share/fonts/nerd-fonts/
 @fontdir share/fonts/nerd-fonts/ubuntu/
Index: ubuntu-mono/Makefile
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/ubuntu-mono/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- ubuntu-mono/Makefile	31 Dec 2022 10:02:54 -0000	1.1.1.1
+++ ubuntu-mono/Makefile	9 Apr 2024 21:58:28 -0000
@@ -1,3 +1,8 @@
 NF_FONT =	UbuntuMono
+FONTTYPES =	ttf
+
+post-install:
+	${INSTALL_DATA_DIR} ${DOCDIR}
+	${INSTALL_DATA} ${WRKDIR}/LICENCE.txt ${DOCDIR}
 
 .include <bsd.port.mk>
Index: ubuntu-mono/distinfo
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/ubuntu-mono/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- ubuntu-mono/distinfo	29 Aug 2023 07:11:08 -0000	1.3
+++ ubuntu-mono/distinfo	9 Apr 2024 21:58:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (nerd-fonts-3.0.2/UbuntuMono.zip) = KWbfW2nM82QhA8UEEpfPHGSLICMtVgGSSZeKdr4BioE=
-SIZE (nerd-fonts-3.0.2/UbuntuMono.zip) = 12801832
+SHA256 (nerd-fonts-3.2.0/UbuntuMono.zip) = jAw/8jC76uRHiNei2DSrGpJEOjmnctJC/wIUVNWQTr0=
+SIZE (nerd-fonts-3.2.0/UbuntuMono.zip) = 14485921
Index: ubuntu-mono/pkg/PLIST
===================================================================
RCS file: /cvs/ports/fonts/nerd-fonts/ubuntu-mono/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -r1.2 PLIST
--- ubuntu-mono/pkg/PLIST	28 Aug 2023 17:33:13 -0000	1.2
+++ ubuntu-mono/pkg/PLIST	9 Apr 2024 21:58:28 -0000
@@ -1,3 +1,6 @@
+share/doc/nerd-fonts/
+share/doc/nerd-fonts/ubuntumono/
+share/doc/nerd-fonts/ubuntumono/LICENCE.txt
 share/fonts/
 share/fonts/nerd-fonts/
 @fontdir share/fonts/nerd-fonts/ubuntumono/

Attachment: fonts_nerd-fonts.tar.gz
Description: application/gzip

Reply via email to