Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2020 13:03:55 +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: r524034 - in head/security: py-artifacts py-rekall py-rekall-core
Message-ID:  <202001251303.00PD3tXw075697@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 25 13:03:54 2020
New Revision: 524034
URL: https://svnweb.freebsd.org/changeset/ports/524034

Log:
  Update security/py-artifacts to 20200118

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

Modified: head/security/py-artifacts/Makefile
==============================================================================
--- head/security/py-artifacts/Makefile	Sat Jan 25 12:42:50 2020	(r524033)
+++ head/security/py-artifacts/Makefile	Sat Jan 25 13:03:54 2020	(r524034)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	artifacts
-PORTVERSION=	20190320
-PORTREVISION=	1
+PORTVERSION=	20200118
 CATEGORIES=	security python
-MASTER_SITES=	CHEESESHOP \
-		https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/
+MASTER_SITES=	CHEESESHOP
+#		https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	antoine@FreeBSD.org
@@ -19,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/p
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
 
 NO_ARCH=	yes
-USES=		python
+USES=		python:3.5+
 USE_LOCALE=	en_US.UTF-8
 USE_PYTHON=	distutils autoplist concurrent
 DO_MAKE_TEST=	${SETENV} ${TEST_ENV} ${PYTHON_CMD}

Modified: head/security/py-artifacts/distinfo
==============================================================================
--- head/security/py-artifacts/distinfo	Sat Jan 25 12:42:50 2020	(r524033)
+++ head/security/py-artifacts/distinfo	Sat Jan 25 13:03:54 2020	(r524034)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553077299
-SHA256 (artifacts-20190320.tar.gz) = cc1307d6de5522821024f03500af15da82c593ea5988f2b103635df6d5d8c71a
-SIZE (artifacts-20190320.tar.gz) = 83405
+TIMESTAMP = 1579428769
+SHA256 (artifacts-20200118.tar.gz) = 633b027d0c4ad9975b12fc40d7fbc0c4f9e5ef833b73dbf53f3f526ea051b296
+SIZE (artifacts-20200118.tar.gz) = 93246

Modified: head/security/py-rekall-core/Makefile
==============================================================================
--- head/security/py-rekall-core/Makefile	Sat Jan 25 12:42:50 2020	(r524033)
+++ head/security/py-rekall-core/Makefile	Sat Jan 25 13:03:54 2020	(r524034)
@@ -39,7 +39,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	google
 GH_PROJECT=	rekall
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes

Modified: head/security/py-rekall/Makefile
==============================================================================
--- head/security/py-rekall/Makefile	Sat Jan 25 12:42:50 2020	(r524033)
+++ head/security/py-rekall/Makefile	Sat Jan 25 13:03:54 2020	(r524034)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}rekall_lib>=1.7.1:
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
 
-USES=		python shebangfix
+USES=		python:3.5+ shebangfix
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes



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