- Update to 20190429
- Allow concurrent installation
This commit is contained in:
parent
c3bd81a2e9
commit
ca50f8e5a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501294
2 changed files with 9 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= plaso
|
PORTNAME= plaso
|
||||||
PORTVERSION= 20190331
|
PORTVERSION= 20190429
|
||||||
CATEGORIES= security python
|
CATEGORIES= security python
|
||||||
MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \
|
MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \
|
||||||
LOCAL/antoine
|
LOCAL/antoine
|
||||||
|
@ -47,7 +47,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USES= python
|
USES= python
|
||||||
USE_LOCALE= en_US.UTF-8
|
USE_LOCALE= en_US.UTF-8
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist concurrent
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
@ -61,6 +61,10 @@ TEST_DEPENDS+= ca_root_nss>=0:security/ca_root_nss
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} "s|'share', 'artifacts'|'share', '${PYTHON_PKGNAMEPREFIX}artifacts'|" \
|
${REINPLACE_CMD} "s|'share', 'artifacts'|'share', '${PYTHON_PKGNAMEPREFIX}artifacts'|" \
|
||||||
${WRKSRC}/plaso/cli/helpers/artifact_definitions.py
|
${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:
|
do-test:
|
||||||
@${TOUCH} ${TEST_WRKSRC}/utils/__init__.py
|
@${TOUCH} ${TEST_WRKSRC}/utils/__init__.py
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1554126298
|
TIMESTAMP = 1556602483
|
||||||
SHA256 (plaso-20190331.tar.gz) = caeee3c296308489575613cc933a40a25f176f1ca2669f0c6090b59ed04a5082
|
SHA256 (plaso-20190429.tar.gz) = 301bed54483441ac965a0d9da2ff8c674d5f1df33f225735033debbbbd94b7dc
|
||||||
SIZE (plaso-20190331.tar.gz) = 110184239
|
SIZE (plaso-20190429.tar.gz) = 110152073
|
||||||
|
|
Loading…
Reference in a new issue