pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

brush-shellL cosmetic fix



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Wed Jun 10 11:49:50 2026 +0200
Changeset:	1304b8d7356230bf05068741f99e6cc37bda9861

Modified Files:
	brush-shell/DESCR
	brush-shell/Makefile

Log Message:
brush-shellL cosmetic fix

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1304b8d7356230bf05068741f99e6cc37bda9861

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 brush-shell/DESCR    | 7 +++++--
 brush-shell/Makefile | 4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs:
diff --git a/brush-shell/DESCR b/brush-shell/DESCR
index bdb61825db..ca665d7cbd 100644
--- a/brush-shell/DESCR
+++ b/brush-shell/DESCR
@@ -1,2 +1,5 @@
-brush (Bo(u)rn(e) RUsty SHell) is a modern bash- and POSIX- compatible shell written in Rust. 
-Run your existing scripts and .bashrc unchanged -- with syntax highlighting and auto-suggestions built in.
+brush (Bo(u)rn(e) RUsty SHell) is a modern bash-
+and POSIX- compatible shell written in Rust.
+Run your existing scripts and .bashrc
+unchanged -- with syntax highlighting
+and auto-suggestions built in.
diff --git a/brush-shell/Makefile b/brush-shell/Makefile
index f1abea392a..b7e63aa82c 100644
--- a/brush-shell/Makefile
+++ b/brush-shell/Makefile
@@ -2,14 +2,14 @@
 
 DISTNAME=	brush-shell-v0.4.0
 PKGNAME=	${DISTNAME:S,-v,-,}
-CATEGORIES=	shell
+CATEGORIES=	shells
 MASTER_SITES=	${MASTER_SITE_GITHUB:=reubeno/}
 GITHUB_PROJECT=	brush
 GITHUB_TAG=	refs/tags/brush-shell-v0.4.0
 
 MAINTAINER=	drixter%e-utp.net@localhost
 HOMEPAGE=	https://github.com/reubeno/brush/
-COMMENT=	brush (Bo(u)rn(e) RUsty SHell) is a modern bash- and POSIX- compatible shell written in Rust
+COMMENT=	brush (Bo(u)rn(e) RUsty SHell) written in Rust
 LICENSE=	mit
 
 WRKSRC=		${WRKDIR}/brush-brush-shell-v0.4.0


Home | Main Index | Thread Index | Old Index