aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2024-02-19 17:35:38 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2024-02-19 19:10:49 +0000
commit2a7e2e69a5299879c83e302431822ee7a72bc77a (patch)
tree03d21bc71048245e35c8ab095788a4e32692feb7
parentab060a910e251cfbc4a7f709e26e8852a8bd4bde (diff)
downloadports-2a7e2e69a5299879c83e302431822ee7a72bc77a.tar.gz
ports-2a7e2e69a5299879c83e302431822ee7a72bc77a.zip
devel/py-inotifyrecursive: Bump revision
-rw-r--r--devel/py-inotifyrecursive/Makefile3
1 files changed, 2 insertions, 1 deletions
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