diff options
Diffstat (limited to 'security/py-dfvfs/Makefile')
-rw-r--r-- | security/py-dfvfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-dfvfs/Makefile b/security/py-dfvfs/Makefile index 8b37bc7cf8cc..448defd41cc9 100644 --- a/security/py-dfvfs/Makefile +++ b/security/py-dfvfs/Makefile @@ -1,5 +1,6 @@ PORTNAME= dfvfs PORTVERSION= 20231208 +PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -40,7 +41,7 @@ RUN_DEPENDS= libbde>=a:devel/libbde \ ${PYTHON_PKGNAMEPREFIX}pytsk>=0:sysutils/py-pytsk@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xattr>=0:devel/py-xattr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.10:devel/py-pyyaml@${PY_FLAVOR} USES= python USE_LOCALE= en_US.UTF-8 |