diff options
author | Craig Leres <leres@FreeBSD.org> | 2021-11-08 22:12:09 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2021-11-08 22:12:09 +0000 |
commit | c8f33f89093ad098a343b07fd6fc8fe774b986a0 (patch) | |
tree | 3d3c0c614615f2f767dc22dd39d9d303d2d1df92 | |
parent | c1af7256dd5d288ef05cf3045f1e93ee8cdd97f6 (diff) | |
download | ports-c8f33f89093ad098a343b07fd6fc8fe774b986a0.tar.gz ports-c8f33f89093ad098a343b07fd6fc8fe774b986a0.zip |
security/py-zkg: Update to 2.12.0
- Changes since 2.10.0:
- Support testing package dependencies in Manager.test()
- Interpolate test_command
- Strengthen the installation-staging concept
- Update baseline of test affected by new package install order
- Consistently modify the environment during staging and testing
- Install/upgrade packages in reverse dependency order
- Ensure breadth-first reporting of new nodes in
Manager.validate_dependencies()
- Install executables during staging
- Accept `uninstall` as an alias for `remove`
- Incorporate sphinx-argparse upstream fix for aliased commands
PR: 259724
Reported by: mshirk@daemon-security.com
Approved by: mshirk@daemon-security.com (maintainer)
-rw-r--r-- | security/py-zkg/Makefile | 4 | ||||
-rw-r--r-- | security/py-zkg/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-zkg/Makefile b/security/py-zkg/Makefile index 85aeef76f631..5459212407e4 100644 --- a/security/py-zkg/Makefile +++ b/security/py-zkg/Makefile @@ -1,6 +1,6 @@ PORTNAME= zkg DISTVERSIONPREFIX= v -DISTVERSION= 2.10.0 +DISTVERSION= 2.12.0 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitpython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}btest>=0.62:devel/py-btest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}btest>=0.63:devel/py-btest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semantic-version>=0:devel/py-semantic-version@${PY_FLAVOR} \ git:devel/git diff --git a/security/py-zkg/distinfo b/security/py-zkg/distinfo index 99fd62afd049..f02d4c16d48b 100644 --- a/security/py-zkg/distinfo +++ b/security/py-zkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624541541 -SHA256 (zeek-package-manager-v2.10.0_GH0.tar.gz) = a0f236dac5b29dc9c5c660100c2249c3a4b7d4efdc079493bd0c5593c200132b -SIZE (zeek-package-manager-v2.10.0_GH0.tar.gz) = 135310 +TIMESTAMP = 1636400281 +SHA256 (zeek-package-manager-v2.12.0_GH0.tar.gz) = cc56f0af93484c3ae419ecfcf32d847804d8dc1f6a0479b27683d7365e94a103 +SIZE (zeek-package-manager-v2.12.0_GH0.tar.gz) = 140701 |