diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2024-01-17 07:56:48 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2024-01-17 07:56:48 +0000 |
commit | 000aa91f5a62b82e62dc3de25af7458519edf888 (patch) | |
tree | 5763e7eff23a3a25d98d3b04a355ef41c2747c25 /security | |
parent | ffd93c4ef3fb825738d01c3c35f247ab41931234 (diff) | |
download | ports-000aa91f5a62b82e62dc3de25af7458519edf888.tar.gz ports-000aa91f5a62b82e62dc3de25af7458519edf888.zip |
devel/py-scantree: update to 0.0.2
This update allows us to eliminate some obsoleted dependencies and to build with
decent python versions.
Changes:
https://github.com/andhus/scantree/releases/tag/v0.0.2
Bump PORTREVISION for dependant port.
PR: 276386
Approved by: acm (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-dirhash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/py-dirhash/Makefile b/security/py-dirhash/Makefile index f3facc86bfbe..05b4b64e07c0 100644 --- a/security/py-dirhash/Makefile +++ b/security/py-dirhash/Makefile @@ -1,5 +1,6 @@ PORTNAME= dirhash DISTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |