From owner-svn-ports-head@freebsd.org Mon Feb 25 17:02:27 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DB40150FB44; Mon, 25 Feb 2019 17:02:27 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1CFE6EEAE; Mon, 25 Feb 2019 17:02:26 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D310B1FEC8; Mon, 25 Feb 2019 17:02:26 +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 x1PH2Qil076503; Mon, 25 Feb 2019 17:02:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1PH2QcA076500; Mon, 25 Feb 2019 17:02:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201902251702.x1PH2QcA076500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 25 Feb 2019 17:02:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493884 - head/security/py-volatility X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/py-volatility X-SVN-Commit-Revision: 493884 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E1CFE6EEAE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.984,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 25 Feb 2019 17:02:27 -0000 Author: antoine Date: Mon Feb 25 17:02:26 2019 New Revision: 493884 URL: https://svnweb.freebsd.org/changeset/ports/493884 Log: Update to 2.6.1-34 Modified: head/security/py-volatility/Makefile head/security/py-volatility/distinfo Modified: head/security/py-volatility/Makefile ============================================================================== --- head/security/py-volatility/Makefile Mon Feb 25 16:58:48 2019 (r493883) +++ head/security/py-volatility/Makefile Mon Feb 25 17:02:26 2019 (r493884) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= volatility -PORTVERSION= 2.6 -PORTREVISION= 2 +DISTVERSION= 2.6.1-34 +DISTVERSIONSUFFIX= -g753bfa87 CATEGORIES= security python -MASTER_SITES= http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org @@ -21,23 +20,27 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databas ${PYTHON_PKGNAMEPREFIX}yara>=0:security/py-yara@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=0:textproc/py-openpyxl@${PY_FLAVOR} -NO_ARCH= yes -USES= python:2.7 shebangfix zip +USE_GITHUB= yes +GH_ACCOUNT= volatilityfoundation + +USES= python:2.7 shebangfix USE_PYTHON= distutils autoplist SHEBANG_FILES= tools/*.py tools/mac/*.py OPTIONS_DEFINE= DOCS -WRKSRC= ${WRKDIR}/volatility-master -DATADIR= ${PREFIX}/share/py-${PORTNAME} +NO_ARCH= yes PORTDOCS= AUTHORS.txt CHANGELOG.txt CREDITS.txt LEGAL.txt README.txt -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} .include PYDISTUTILS_INSTALLARGS+=--install-data ${DATADIR} -post-install-DOCS-on: +post-patch: + ${TOUCH} ${WRKSRC}/contrib/plugins/aspaces/__init__.py \ + ${WRKSRC}/contrib/plugins/malware/__init__.py + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/security/py-volatility/distinfo ============================================================================== --- head/security/py-volatility/distinfo Mon Feb 25 16:58:48 2019 (r493883) +++ head/security/py-volatility/distinfo Mon Feb 25 17:02:26 2019 (r493884) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483110602 -SHA256 (volatility-2.6.zip) = 5b73050d72bf94870ffce22843f03d4b0b7764011dec29ef1a0a5b1b46cf9295 -SIZE (volatility-2.6.zip) = 4179806 +TIMESTAMP = 1551046207 +SHA256 (volatilityfoundation-volatility-2.6.1-34-g753bfa87_GH0.tar.gz) = b4ae3ae17a9494ae4ade1956c265ef259b03679d0f32fa42a32dedccc37c9fcf +SIZE (volatilityfoundation-volatility-2.6.1-34-g753bfa87_GH0.tar.gz) = 5576611