Verified Commit 054ef67e authored by sunpoet's avatar sunpoet
Browse files

devel/py-babi-grammars: Move devel/py-babi_grammars to devel/py-babi-grammars

- Bump PORTREVISION of dependent ports for dependency change
- Take maintainership
parent 0c6cd1ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −2
Original line number Diff line number Diff line
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

Loading