git: 2a7e2e69a529 - main - devel/py-inotifyrecursive: Bump revision

From: Michael Gmelin <grembo_at_FreeBSD.org>
Date: Mon, 19 Feb 2024 19:11:53 UTC
The branch main has been updated by grembo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2a7e2e69a5299879c83e302431822ee7a72bc77a

commit 2a7e2e69a5299879c83e302431822ee7a72bc77a
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2024-02-19 17:35:38 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2024-02-19 19:10:49 +0000

    devel/py-inotifyrecursive: Bump revision
---
 devel/py-inotifyrecursive/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-inotifyrecursive/Makefile b/devel/py-inotifyrecursive/Makefile
index 16e7766c3146..9b19eb7dcf95 100644
--- a/devel/py-inotifyrecursive/Makefile
+++ b/devel/py-inotifyrecursive/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	inotifyrecursive
 PORTVERSION=	0.3.5
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,7 @@ WWW=		https://github.com/letorbi/inotifyrecursive
 
 LICENSE=	LGPL3
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}inotify-simple>=1.3.5:devel/py-inotify-simple@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}inotify-simple>=1.3.5_1:devel/py-inotify-simple@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist distutils