aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-04-05 16:51:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-04-05 17:18:01 +0000
commit054ef67ef5d0d2faa5a9bcfa37a3cde20bbbdfa1 (patch)
tree65682980d6d51803facca608ae7381dd84d6f8b2
parent0c6cd1ed1e3c8c84d273c75fdb475e92dbf93a32 (diff)
devel/py-babi-grammars: Move devel/py-babi_grammars to devel/py-babi-grammars
- Bump PORTREVISION of dependent ports for dependency change - Take maintainership
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile2
-rw-r--r--devel/py-babi-grammars/Makefile (renamed from devel/py-babi_grammars/Makefile)5
-rw-r--r--devel/py-babi-grammars/distinfo (renamed from devel/py-babi_grammars/distinfo)0
-rw-r--r--devel/py-babi-grammars/pkg-descr (renamed from devel/py-babi_grammars/pkg-descr)0
-rw-r--r--editors/py-babi/Makefile5
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
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
index 22d9abe79aa0..22d9abe79aa0 100644
--- a/devel/py-babi_grammars/distinfo
+++ b/devel/py-babi-grammars/distinfo
diff --git a/devel/py-babi_grammars/pkg-descr b/devel/py-babi-grammars/pkg-descr
index 748054804b7a..748054804b7a 100644
--- a/devel/py-babi_grammars/pkg-descr
+++ b/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}