diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-04-20 10:46:00 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-04-20 10:46:00 +0000 |
commit | b03d97af60c7ee15801ef2737e71c517b0d446f6 (patch) | |
tree | f7e281b33605338165edf55de91686401c93e8b1 /security/py-artifacts | |
parent | 8a4fca0e7cffda057c5cf5ed21df7849a7671556 (diff) |
Diffstat (limited to 'security/py-artifacts')
-rw-r--r-- | security/py-artifacts/Makefile | 5 | ||||
-rw-r--r-- | security/py-artifacts/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/py-artifacts/Makefile b/security/py-artifacts/Makefile index 7af51f7aea08..585c3c5d0601 100644 --- a/security/py-artifacts/Makefile +++ b/security/py-artifacts/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin <antoine@FreeBSD.org> PORTNAME= artifacts -PORTVERSION= 20201106 +PORTVERSION= 20210404 CATEGORIES= security python MASTER_SITES= CHEESESHOP \ https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/ @@ -14,7 +14,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pbr>=4.2.0:devel/py-pbr@${PY_FLAVOR} NO_ARCH= yes USES= python:3.5+ diff --git a/security/py-artifacts/distinfo b/security/py-artifacts/distinfo index d275b64d3378..822b58859c1b 100644 --- a/security/py-artifacts/distinfo +++ b/security/py-artifacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604738573 -SHA256 (artifacts-20201106.tar.gz) = cc08dce0428ca19b545a3779b47dc684079aeea95bb2d25fd63650987b7f9174 -SIZE (artifacts-20201106.tar.gz) = 97970 +TIMESTAMP = 1617693874 +SHA256 (artifacts-20210404.tar.gz) = ea86b2c398aa89144eabb7b34fc98dfa3651454f50b3cbda02ab8f25e3f85d57 +SIZE (artifacts-20210404.tar.gz) = 100750 |