From owner-svn-ports-head@freebsd.org Sat Nov 12 10:04:13 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 AE473C3B9C1; Sat, 12 Nov 2016 10:04:13 +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 229B6166A; Sat, 12 Nov 2016 10:04:12 +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 uACA4Cdf051788; Sat, 12 Nov 2016 10:04:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACA4Blw051785; Sat, 12 Nov 2016 10:04:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611121004.uACA4Blw051785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 10:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425934 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 12 Nov 2016 10:04:13 -0000 Author: antoine Date: Sat Nov 12 10:04:11 2016 New Revision: 425934 URL: https://svnweb.freebsd.org/changeset/ports/425934 Log: Update to 20161109 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 Sat Nov 12 09:45:22 2016 (r425933) +++ head/sysutils/py-pytsk/Makefile Sat Nov 12 10:04:11 2016 (r425934) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= pytsk -PORTVERSION= 20160721 +PORTVERSION= 20161109 CATEGORIES= sysutils security devel python -MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \ - LOCAL/antoine +MASTER_SITES= CHEESESHOP \ + https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}3-${PORTVERSION} Modified: head/sysutils/py-pytsk/distinfo ============================================================================== --- head/sysutils/py-pytsk/distinfo Sat Nov 12 09:45:22 2016 (r425933) +++ head/sysutils/py-pytsk/distinfo Sat Nov 12 10:04:11 2016 (r425934) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469129508 -SHA256 (pytsk3-20160721.tar.gz) = de6f49e687a4eb747d052b43ec55e6eaea5bc33394680ee232af0329209ffc85 -SIZE (pytsk3-20160721.tar.gz) = 2958826 +TIMESTAMP = 1478710780 +SHA256 (pytsk3-20161109.tar.gz) = 424d8303dc9e03b62c3cbc26bc0cf9f05b9e061483ed8d823cd64c294390b7f6 +SIZE (pytsk3-20161109.tar.gz) = 2800870 Modified: head/sysutils/py-pytsk/files/patch-setup.py ============================================================================== --- head/sysutils/py-pytsk/files/patch-setup.py Sat Nov 12 09:45:22 2016 (r425933) +++ head/sysutils/py-pytsk/files/patch-setup.py Sat Nov 12 10:04:11 2016 (r425934) @@ -1,6 +1,6 @@ # Unbundle sleuthkit and talloc ---- setup.py.orig 2016-07-21 19:02:40 UTC +--- setup.py.orig 2016-09-04 05:23:42 UTC +++ setup.py @@ -169,9 +169,9 @@ class BuildExtCommand(build_ext):