Date: Sun, 24 Jan 2016 07:35:34 +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: r407090 - in head/security/py-plaso: . files Message-ID: <201601240735.u0O7ZYbl043717@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jan 24 07:35:34 2016 New Revision: 407090 URL: https://svnweb.freebsd.org/changeset/ports/407090 Log: Update to 1.4.0 Announce: http://blog.kiddaland.net/2016/01/sprinkling-morning-dew-and-summer.html Deleted: head/security/py-plaso/files/patch-setup.py Modified: head/security/py-plaso/Makefile head/security/py-plaso/distinfo head/security/py-plaso/files/patch-plaso_output_elastic.py Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Sun Jan 24 07:29:11 2016 (r407089) +++ head/security/py-plaso/Makefile Sun Jan 24 07:35:34 2016 (r407090) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= plaso -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -40,11 +39,15 @@ RUN_DEPENDS= hachoir-core>=0:${PORTSDIR} ${PYTHON_PKGNAMEPREFIX}pyelasticsearch>=0:${PORTSDIR}/textproc/py-pyelasticsearch \ ${PYTHON_PKGNAMEPREFIX}pytsk>=0:${PORTSDIR}/sysutils/py-pytsk \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}pyzmq>=0:${PORTSDIR}/net/py-pyzmq \ ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}XlsxWriter>=0:${PORTSDIR}/textproc/py-xlsxwriter \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:${PORTSDIR}/devel/py-mock -USES= python:2 +NO_ARCH= yes +USES= python:2.7 USE_PYTHON= distutils autoplist # Note: for regression tests set LANG to en_US.UTF-8 Modified: head/security/py-plaso/distinfo ============================================================================== --- head/security/py-plaso/distinfo Sun Jan 24 07:29:11 2016 (r407089) +++ head/security/py-plaso/distinfo Sun Jan 24 07:35:34 2016 (r407090) @@ -1,2 +1,2 @@ -SHA256 (plaso-1.3.0.tar.gz) = 2f73876ee716464a0593ffc92651ac6445413f15ae096f8e68193597a98db9fa -SIZE (plaso-1.3.0.tar.gz) = 110383339 +SHA256 (plaso-1.4.0.tar.gz) = 195e116c345d86a7c7a94458cb81c4ee5ac4c818316829d42850c0e65f39ffbf +SIZE (plaso-1.4.0.tar.gz) = 111623594 Modified: head/security/py-plaso/files/patch-plaso_output_elastic.py ============================================================================== --- head/security/py-plaso/files/patch-plaso_output_elastic.py Sun Jan 24 07:29:11 2016 (r407089) +++ head/security/py-plaso/files/patch-plaso_output_elastic.py Sun Jan 24 07:35:34 2016 (r407090) @@ -1,4 +1,4 @@ ---- plaso/output/elastic.py.orig 2015-06-09 20:25:30 UTC +--- plaso/output/elastic.py.orig 2015-12-31 17:37:07 UTC +++ plaso/output/elastic.py @@ -135,6 +135,8 @@ class ElasticSearchOutputModule(interfac """
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601240735.u0O7ZYbl043717>