From owner-svn-ports-all@FreeBSD.ORG Thu Apr 2 17:19:43 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B54A4B47; Thu, 2 Apr 2015 17:19:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 85F1B5E5; Thu, 2 Apr 2015 17:19:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t32HJhec081115; Thu, 2 Apr 2015 17:19:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t32HJhEb081113; Thu, 2 Apr 2015 17:19:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504021719.t32HJhEb081113@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Apr 2015 17:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383030 - head/security/py-rekall X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 17:19:43 -0000 Author: antoine Date: Thu Apr 2 17:19:42 2015 New Revision: 383030 URL: https://svnweb.freebsd.org/changeset/ports/383030 Log: Update to 1.3.1 Announce: http://rekall-forensic.blogspot.ch/2015/04/announcing-rekall-release-131-dammastock.html Modified: head/security/py-rekall/Makefile head/security/py-rekall/distinfo Modified: head/security/py-rekall/Makefile ============================================================================== --- head/security/py-rekall/Makefile Thu Apr 2 17:18:46 2015 (r383029) +++ head/security/py-rekall/Makefile Thu Apr 2 17:19:42 2015 (r383030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rekall -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= cabextract:${PORTSDIR}/archivers/cabextract \ ${PYTHON_PKGNAMEPREFIX}acora>=1.8:${PORTSDIR}/textproc/py-acora \ + ${PYTHON_PKGNAMEPREFIX}PyAFF4>=0.12:${PORTSDIR}/security/py-pyaff4 \ ${PYTHON_PKGNAMEPREFIX}capstone>=0:${PORTSDIR}/devel/py-capstone \ ${PYTHON_PKGNAMEPREFIX}codegen>=1.0:${PORTSDIR}/devel/py-codegen \ ${PYTHON_PKGNAMEPREFIX}distorm>=0:${PORTSDIR}/devel/py-distorm \ @@ -38,9 +39,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${CHMOD} -R a+rX ${WRKSRC} - @${REINPLACE_CMD} '/argparse/d' ${WRKSRC}/setup.py - @${REINPLACE_CMD} 's,styles.NumberFormat(,, ; s,format_code=\(.*\)),\1,' \ - ${WRKSRC}/rekall/plugins/renderers/xls.py + @${REINPLACE_CMD} '/argparse/d ; /ipython/s/3.0.0/2.0.0/ ; /DateTime/d' ${WRKSRC}/setup.py post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/security/py-rekall/distinfo ============================================================================== --- head/security/py-rekall/distinfo Thu Apr 2 17:18:46 2015 (r383029) +++ head/security/py-rekall/distinfo Thu Apr 2 17:19:42 2015 (r383030) @@ -1,2 +1,2 @@ -SHA256 (rekall-1.2.0.tar.gz) = f0e1262d4475b5a7e2b5875748b6a8438dee7f19b521d0bf2834e491966ee186 -SIZE (rekall-1.2.0.tar.gz) = 3405699 +SHA256 (rekall-1.3.1.tar.gz) = e126a105659f1eccb2d98fe7d0a9828f979df803218a3cdcda2ee50afb0693da +SIZE (rekall-1.3.1.tar.gz) = 4208204