Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 09:41:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492035 - head/security/py-artifacts
Message-ID:  <201902030941.x139fj0a053004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb  3 09:41:44 2019
New Revision: 492035
URL: https://svnweb.freebsd.org/changeset/ports/492035

Log:
  Update to 20190113

Modified:
  head/security/py-artifacts/Makefile
  head/security/py-artifacts/distinfo

Modified: head/security/py-artifacts/Makefile
==============================================================================
--- head/security/py-artifacts/Makefile	Sun Feb  3 09:39:41 2019	(r492034)
+++ head/security/py-artifacts/Makefile	Sun Feb  3 09:41:44 2019	(r492035)
@@ -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>

Modified: head/security/py-artifacts/distinfo
==============================================================================
--- head/security/py-artifacts/distinfo	Sun Feb  3 09:39:41 2019	(r492034)
+++ head/security/py-artifacts/distinfo	Sun Feb  3 09:41:44 2019	(r492035)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902030941.x139fj0a053004>