From owner-svn-ports-head@freebsd.org Sun Jan 24 07:35:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 699CCA8F856; Sun, 24 Jan 2016 07:35:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2933B1355; Sun, 24 Jan 2016 07:35:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0O7ZZvl043720; Sun, 24 Jan 2016 07:35:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0O7ZYbl043717; Sun, 24 Jan 2016 07:35:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601240735.u0O7ZYbl043717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Jan 2016 07:35:34 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 07:35:36 -0000 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 """