diff options
author | antoine <antoine@FreeBSD.org> | 2019-02-03 17:41:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-02-03 17:41:44 +0800 |
commit | c4dd8c9b3bcab360b902760128d349c77c403d34 (patch) | |
tree | 5d2ea2f18adcd0bf982e9c68d748816301ab9a39 /security | |
parent | eee0a658b539c7e64e50a3bd992593f7429114fe (diff) | |
download | freebsd-ports-gnome-c4dd8c9b3bcab360b902760128d349c77c403d34.tar.gz freebsd-ports-gnome-c4dd8c9b3bcab360b902760128d349c77c403d34.tar.zst freebsd-ports-gnome-c4dd8c9b3bcab360b902760128d349c77c403d34.zip |
Update to 20190113
Diffstat (limited to 'security')
-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 90cdbaf99157..6fa4193f2253 100644 --- a/security/py-artifacts/Makefile +++ b/security/py-artifacts/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= artifacts -PORTVERSION= 20181213 +PORTVERSION= 20190113 CATEGORIES= security python MASTER_SITES= CHEESESHOP \ https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/ @@ -26,6 +26,7 @@ DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} TEST_TARGET= run_tests.py post-patch: - ${REINPLACE_CMD} "s,share/artifacts,${DATADIR_REL}," ${WRKSRC}/setup.py + ${REINPLACE_CMD} "s,share/artifacts,${DATADIR_REL}, ; \ + s,share/doc/artifacts,${DOCSDIR_REL}," ${WRKSRC}/setup.py .include <bsd.port.mk> diff --git a/security/py-artifacts/distinfo b/security/py-artifacts/distinfo index 40b0205dccdd..7886bdb9ce19 100644 --- a/security/py-artifacts/distinfo +++ b/security/py-artifacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1544978708 -SHA256 (artifacts-20181213.tar.gz) = cd196d59bd6d27a789b2ba764ac1d8f49a7c95fbc309030055fbb35b71bb2597 -SIZE (artifacts-20181213.tar.gz) = 78821 +TIMESTAMP = 1547447741 +SHA256 (artifacts-20190113.tar.gz) = 9502c5d85a0f80856d0fba00c6e6fbd339b71d85a3ff446dd5806b61f966ee4f +SIZE (artifacts-20190113.tar.gz) = 80313 |