Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2026 17:13:54 +0000
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 20eabb3ff3c3 - main - shells/xonsh: Fix short description
Message-ID:  <69f0ead2.1bfb6.1841c6a9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=20eabb3ff3c31cb1ab1e66c8035cab69ed1b4183

commit 20eabb3ff3c31cb1ab1e66c8035cab69ed1b4183
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-04-28 17:07:39 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-04-28 17:10:15 +0000

    shells/xonsh: Fix short description
    
    - Remove pkg name from COMMENT
    
    Reported by:    makc
    Fixes:          171de8a6 ("shells/xonsh: Update short and long description")
---
 shells/xonsh/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shells/xonsh/Makefile b/shells/xonsh/Makefile
index e28d0978797f..661735063b7a 100644
--- a/shells/xonsh/Makefile
+++ b/shells/xonsh/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	xonsh
 DISTVERSION=	0.23.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	shells python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	eduardo@FreeBSD.org
-COMMENT=	Xonsh is a Python-powered shell
+COMMENT=	Python-powered shell
 WWW=		https://xon.sh
 
 LICENSE=	BSD2CLAUSE


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f0ead2.1bfb6.1841c6a9>