From owner-svn-ports-all@freebsd.org Fri Feb 3 09:24:07 2017 Return-Path: Delivered-To: svn-ports-all@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 D7A01CCC224; Fri, 3 Feb 2017 09:24:07 +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 A44271165; Fri, 3 Feb 2017 09:24:07 +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 v139O6B3092962; Fri, 3 Feb 2017 09:24:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v139O6ZO092959; Fri, 3 Feb 2017 09:24:06 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702030924.v139O6ZO092959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 3 Feb 2017 09:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433212 - in head/sysutils/py-pytsk: . 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-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 03 Feb 2017 09:24:07 -0000 Author: antoine Date: Fri Feb 3 09:24:06 2017 New Revision: 433212 URL: https://svnweb.freebsd.org/changeset/ports/433212 Log: Update to 20170128 Modified: head/sysutils/py-pytsk/Makefile head/sysutils/py-pytsk/distinfo head/sysutils/py-pytsk/files/patch-setup.py Modified: head/sysutils/py-pytsk/Makefile ============================================================================== --- head/sysutils/py-pytsk/Makefile Fri Feb 3 09:23:28 2017 (r433211) +++ head/sysutils/py-pytsk/Makefile Fri Feb 3 09:24:06 2017 (r433212) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytsk -PORTVERSION= 20161109 +PORTVERSION= 20170128 CATEGORIES= sysutils security devel python MASTER_SITES= CHEESESHOP \ https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ Modified: head/sysutils/py-pytsk/distinfo ============================================================================== --- head/sysutils/py-pytsk/distinfo Fri Feb 3 09:23:28 2017 (r433211) +++ head/sysutils/py-pytsk/distinfo Fri Feb 3 09:24:06 2017 (r433212) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478710780 -SHA256 (pytsk3-20161109.tar.gz) = 424d8303dc9e03b62c3cbc26bc0cf9f05b9e061483ed8d823cd64c294390b7f6 -SIZE (pytsk3-20161109.tar.gz) = 2800870 +TIMESTAMP = 1485627915 +SHA256 (pytsk3-20170128.tar.gz) = 71df82052f209583b2c042fed2abc5110ff83d950cdf748d6cbad244d709ce46 +SIZE (pytsk3-20170128.tar.gz) = 2803782 Modified: head/sysutils/py-pytsk/files/patch-setup.py ============================================================================== --- head/sysutils/py-pytsk/files/patch-setup.py Fri Feb 3 09:23:28 2017 (r433211) +++ head/sysutils/py-pytsk/files/patch-setup.py Fri Feb 3 09:24:06 2017 (r433212) @@ -1,6 +1,6 @@ # Unbundle sleuthkit and talloc ---- setup.py.orig 2016-09-04 05:23:42 UTC +--- setup.py.orig 2017-01-28 14:19:35 UTC +++ setup.py @@ -169,9 +169,9 @@ class BuildExtCommand(build_ext):