Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2024 12:36:27 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 77d61ade3f99 - main - Mk/Scripts/desktop-categories.sh: fix whitespace issue, alphabetize
Message-ID:  <202411081236.4A8CaRmY002051@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=77d61ade3f99bb10f17f2c7c41e36b045117e6bb

commit 77d61ade3f99bb10f17f2c7c41e36b045117e6bb
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-11-08 12:31:13 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-11-08 12:36:00 +0000

    Mk/Scripts/desktop-categories.sh: fix whitespace issue, alphabetize
    
    A copy paste error from when the patch set was reworked to name the
    category "filesystems" instead of "fs."
    
    Reported by:    danfe
    Fixes:          6e2da9672f79f44048d597f0f61e4646cdeade9d
    Pull Request:   https://github.com/freebsd/freebsd-ports/pull/302
    PR:             281988
---
 Mk/Scripts/desktop-categories.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mk/Scripts/desktop-categories.sh b/Mk/Scripts/desktop-categories.sh
index 64478234e70a..8f7bfed8bede 100644
--- a/Mk/Scripts/desktop-categories.sh
+++ b/Mk/Scripts/desktop-categories.sh
@@ -31,12 +31,12 @@ for native_category in ${dp_CATEGORIES}; do
 		deskutils)	c="Utility"				;;
 		devel)		c="Development"				;;
 		dns)		c="Network"				;;
-		elisp)		c="Development"				;;
 		editors)	c="Utility"				;;
 		education)	c="Education"				;;
+		elisp)		c="Development"				;;
 		emulators)	c="System Emulator"			;;
+		filesystems)	c="System Filesystem"			;;
 		finance)	c="Office Finance"			;;
-                filesystems)    c="System Filesystem"                   ;;
 		ftp)		c="Network FileTransfer"		;;
 		games)		c="Game"				;;
 		geography)	c="Education Science Geography"		;;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411081236.4A8CaRmY002051>