Is this acceptable?

Deprecation Notice:
 * In fastfetch v2, the JSONC configuration format has been introduced,
while command line configuration flags are kept for compatibility.
Although they have the same effects, they use two different code paths,
and as the number of flags grows, the codebase is becoming increasingly
difficult to maintain.
        + Removal of module config flags is planned for v2.50.0, which will
also fix a long-standing issue #1477.
        + Removal of most other config flags is also planned for later
versions.
 * Keys of JSON configuration files will be all case-sensitive.
Currently they are inconsistent. Planned for v2.50.0.

Changelog:
https://github.com/fastfetch-cli/fastfetch/tree/2.49.0

Happy porting and well wishes.

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/fastfetch/Makefile,v
diff -u -p -u -p -r1.4 Makefile
--- Makefile    21 Jul 2025 01:25:16 -0000      1.4
+++ Makefile    1 Aug 2025 05:59:42 -0000
@@ -2,7 +2,7 @@ COMMENT =       neofetch-like tool for fetchin
 
 GH_ACCOUNT =   fastfetch-cli
 GH_PROJECT =   fastfetch
-GH_TAGNAME=    2.48.1
+GH_TAGNAME=    2.49.0
 
 CATEGORIES =   sysutils
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/fastfetch/distinfo,v
diff -u -p -u -p -r1.4 distinfo
--- distinfo    21 Jul 2025 01:25:16 -0000      1.4
+++ distinfo    1 Aug 2025 05:59:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (fastfetch-2.48.1.tar.gz) = kSaS+0/6NLEICZCeOndOgZN1FVT3dVDWrhJokrApwCE=
-SIZE (fastfetch-2.48.1.tar.gz) = 1336646
+SHA256 (fastfetch-2.49.0.tar.gz) = XGVlgcbLMGHPhkjizQzfB6vPX2gP3Ivak13uzpCwhqA=
+SIZE (fastfetch-2.49.0.tar.gz) = 1346493

Reply via email to