Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Apr 2026 17:23:46 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 054ef67ef5d0 - main - devel/py-babi-grammars: Move devel/py-babi_grammars to devel/py-babi-grammars
Message-ID:  <69d29aa2.1d9b2.70017045@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=054ef67ef5d0d2faa5a9bcfa37a3cde20bbbdfa1

commit 054ef67ef5d0d2faa5a9bcfa37a3cde20bbbdfa1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-05 16:51:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-05 17:18:01 +0000

    devel/py-babi-grammars: Move devel/py-babi_grammars to devel/py-babi-grammars
    
    - Bump PORTREVISION of dependent ports for dependency change
    - Take maintainership
---
 MOVED                                                  | 1 +
 devel/Makefile                                         | 2 +-
 devel/{py-babi_grammars => py-babi-grammars}/Makefile  | 5 +++--
 devel/{py-babi_grammars => py-babi-grammars}/distinfo  | 0
 devel/{py-babi_grammars => py-babi-grammars}/pkg-descr | 0
 editors/py-babi/Makefile                               | 5 +++--
 6 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/MOVED b/MOVED
index b4822daec8d6..bd9ef6d4ac78 100644
--- a/MOVED
+++ b/MOVED
@@ -5227,3 +5227,4 @@ x11-toolkits/scintilla||2026-04-01|Has expired: No consumers left in the tree, t
 security/py-shodan|net/py-shodan|2026-04-03|Remove duplicate port. Use net/py-shodan instead
 devel/py-jsonschema-spec|devel/py-jsonschema-path|2026-04-05|Remove obsoleted port. Use devel/py-jsonschema-path instead
 devel/py-libcst03|devel/py-libcst|2026-04-05|Remove obsoleted port. Use devel/py-libcst instead
+devel/py-babi_grammars|devel/py-babi-grammars|2026-04-05|Rename to match upstream naming
diff --git a/devel/Makefile b/devel/Makefile
index 1b05727f7718..64553382e33d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4595,7 +4595,7 @@
     SUBDIR += py-b2sdk
     SUBDIR += py-babel
     SUBDIR += py-babelfish
-    SUBDIR += py-babi_grammars
+    SUBDIR += py-babi-grammars
     SUBDIR += py-backcall
     SUBDIR += py-backoff
     SUBDIR += py-backports
diff --git a/devel/py-babi_grammars/Makefile b/devel/py-babi-grammars/Makefile
similarity index 77%
rename from devel/py-babi_grammars/Makefile
rename to devel/py-babi-grammars/Makefile
index 2e0270103d7b..ae0fcf315dda 100644
--- a/devel/py-babi_grammars/Makefile
+++ b/devel/py-babi-grammars/Makefile
@@ -1,10 +1,11 @@
-PORTNAME=	babi_grammars
+PORTNAME=	babi-grammars
 DISTVERSION=	0.0.66
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	babi_grammars-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Grammars for the babi text editor
 WWW=		https://github.com/asottile/babi-grammars
 
diff --git a/devel/py-babi_grammars/distinfo b/devel/py-babi-grammars/distinfo
similarity index 100%
rename from devel/py-babi_grammars/distinfo
rename to devel/py-babi-grammars/distinfo
diff --git a/devel/py-babi_grammars/pkg-descr b/devel/py-babi-grammars/pkg-descr
similarity index 100%
rename from devel/py-babi_grammars/pkg-descr
rename to devel/py-babi-grammars/pkg-descr
diff --git a/editors/py-babi/Makefile b/editors/py-babi/Makefile
index 70d21a710eb9..32aec2d92693 100644
--- a/editors/py-babi/Makefile
+++ b/editors/py-babi/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	babi
 DISTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	editors python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,10 @@ WWW=		https://github.com/asottile/babi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}babi_grammars>=0:devel/py-babi_grammars@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}babi-grammars>=0:devel/py-babi-grammars@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}identify>=0:devel/py-identify@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}onigurumacffi>=0.0.18:devel/py-onigurumacffi@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}babi_grammars>=0:devel/py-babi_grammars@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}babi-grammars>=0:devel/py-babi-grammars@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}identify>=0:devel/py-identify@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}onigurumacffi>=0.0.18:devel/py-onigurumacffi@${PY_FLAVOR}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d29aa2.1d9b2.70017045>