git: ec461d144487 - main - devel/py-flufl.lock: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 06:05:17 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ec461d144487630a2e9bb8e3ea05e86ad172f1f2
commit ec461d144487630a2e9bb8e3ea05e86ad172f1f2
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-05-22 06:03:38 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-05-22 06:05:10 +0000
devel/py-flufl.lock: Add missing dependency
PR: 263652
Reported by: saper _at_ saper.info
---
devel/py-flufl.lock/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/py-flufl.lock/Makefile b/devel/py-flufl.lock/Makefile
index 404e968f1d9f..795283d4426a 100644
--- a/devel/py-flufl.lock/Makefile
+++ b/devel/py-flufl.lock/Makefile
@@ -1,5 +1,6 @@
PORTNAME= flufl.lock
PORTVERSION= 6.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -9,7 +10,8 @@ COMMENT= NFS-safe file locking with timeouts for POSIX systems
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR}
USES= python:3.4+
USE_PYTHON= autoplist distutils