Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Apr 2026 17:25:17 +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: f29e9be146dd - main - databases/py-sqlite-anyio: Fix typo
Message-ID:  <69d29afd.1cc29.28ceeb27@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=f29e9be146dd874f19759b558649ad049e09ada7

commit f29e9be146dd874f19759b558649ad049e09ada7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-05 17:09:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-05 17:18:32 +0000

    databases/py-sqlite-anyio: Fix typo
    
    - Bump PORTREVISION for dependency change
---
 databases/py-sqlite-anyio/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/databases/py-sqlite-anyio/Makefile b/databases/py-sqlite-anyio/Makefile
index ca74a4f37029..c681636fef90 100644
--- a/databases/py-sqlite-anyio/Makefile
+++ b/databases/py-sqlite-anyio/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sqlite-anyio
 PORTVERSION=	0.2.5
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
-xRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=4.0<5.0:devel/py-anyio@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=4.0<5.0:devel/py-anyio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
 
 USES=		python


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d29afd.1cc29.28ceeb27>