svn commit: r501294 - head/security/py-plaso

Antoine Brodin antoine at FreeBSD.org
Sat May 11 19:14:16 UTC 2019


Author: antoine
Date: Sat May 11 19:14:15 2019
New Revision: 501294
URL: https://svnweb.freebsd.org/changeset/ports/501294

Log:
  - Update to 20190429
  - Allow concurrent installation

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

Modified: head/security/py-plaso/Makefile
==============================================================================
--- head/security/py-plaso/Makefile	Sat May 11 19:11:50 2019	(r501293)
+++ head/security/py-plaso/Makefile	Sat May 11 19:14:15 2019	(r501294)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	plaso
-PORTVERSION=	20190331
+PORTVERSION=	20190429
 CATEGORIES=	security python
 MASTER_SITES=	https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \
 		LOCAL/antoine
@@ -47,7 +47,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-
 NO_ARCH=	yes
 USES=		python
 USE_LOCALE=	en_US.UTF-8
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist concurrent
 
 .include <bsd.port.pre.mk>
 
@@ -61,6 +61,10 @@ TEST_DEPENDS+=	ca_root_nss>=0:security/ca_root_nss
 post-patch:
 	${REINPLACE_CMD} "s|'share', 'artifacts'|'share', '${PYTHON_PKGNAMEPREFIX}artifacts'|" \
 		${WRKSRC}/plaso/cli/helpers/artifact_definitions.py
+	${REINPLACE_CMD} "s|'share', 'plaso'|'share', '${PYTHON_PKGNAMEPREFIX}plaso'|" \
+		${WRKSRC}/plaso/cli/helpers/data_location.py
+	${REINPLACE_CMD} "s|share/doc/plaso|${DOCSDIR_REL}| ; s|share/plaso|${DATADIR_REL}|" \
+		${WRKSRC}/setup.py
 
 do-test:
 	@${TOUCH} ${TEST_WRKSRC}/utils/__init__.py

Modified: head/security/py-plaso/distinfo
==============================================================================
--- head/security/py-plaso/distinfo	Sat May 11 19:11:50 2019	(r501293)
+++ head/security/py-plaso/distinfo	Sat May 11 19:14:15 2019	(r501294)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554126298
-SHA256 (plaso-20190331.tar.gz) = caeee3c296308489575613cc933a40a25f176f1ca2669f0c6090b59ed04a5082
-SIZE (plaso-20190331.tar.gz) = 110184239
+TIMESTAMP = 1556602483
+SHA256 (plaso-20190429.tar.gz) = 301bed54483441ac965a0d9da2ff8c674d5f1df33f225735033debbbbd94b7dc
+SIZE (plaso-20190429.tar.gz) = 110152073


More information about the svn-ports-all mailing list