From owner-svn-ports-all@freebsd.org Fri Jul 29 17:40:06 2016 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 C1507BA8AF7; Fri, 29 Jul 2016 17:40:06 +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 777DA1ABC; Fri, 29 Jul 2016 17:40:06 +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 u6THe5dd090768; Fri, 29 Jul 2016 17:40:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6THe5R7090765; Fri, 29 Jul 2016 17:40:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201607291740.u6THe5R7090765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 29 Jul 2016 17:40:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419265 - 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.22 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, 29 Jul 2016 17:40:06 -0000 Author: antoine Date: Fri Jul 29 17:40:05 2016 New Revision: 419265 URL: https://svnweb.freebsd.org/changeset/ports/419265 Log: Update to 20160721 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 Jul 29 17:39:22 2016 (r419264) +++ head/sysutils/py-pytsk/Makefile Fri Jul 29 17:40:05 2016 (r419265) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytsk -PORTVERSION= 20160325 +PORTVERSION= 20160721 CATEGORIES= sysutils security devel python MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \ LOCAL/antoine Modified: head/sysutils/py-pytsk/distinfo ============================================================================== --- head/sysutils/py-pytsk/distinfo Fri Jul 29 17:39:22 2016 (r419264) +++ head/sysutils/py-pytsk/distinfo Fri Jul 29 17:40:05 2016 (r419265) @@ -1,2 +1,3 @@ -SHA256 (pytsk3-20160325.tar.gz) = 403b9e364eb65611a5102d808a7916096b2aa3e32d21dea2c706eae2cc29150d -SIZE (pytsk3-20160325.tar.gz) = 2739896 +TIMESTAMP = 1469129508 +SHA256 (pytsk3-20160721.tar.gz) = de6f49e687a4eb747d052b43ec55e6eaea5bc33394680ee232af0329209ffc85 +SIZE (pytsk3-20160721.tar.gz) = 2958826 Modified: head/sysutils/py-pytsk/files/patch-setup.py ============================================================================== --- head/sysutils/py-pytsk/files/patch-setup.py Fri Jul 29 17:39:22 2016 (r419264) +++ head/sysutils/py-pytsk/files/patch-setup.py Fri Jul 29 17:40:05 2016 (r419265) @@ -1,6 +1,6 @@ # Unbundle sleuthkit and talloc ---- setup.py.orig 2016-03-25 08:41:14 UTC +--- setup.py.orig 2016-07-21 19:02:40 UTC +++ setup.py @@ -169,9 +169,9 @@ class BuildExtCommand(build_ext): @@ -14,7 +14,7 @@ if not os.access("pytsk3.c", os.R_OK): # Generate the Python binding code (pytsk3.c). -@@ -322,7 +322,7 @@ class ProjectBuilder(object): +@@ -325,7 +325,7 @@ class ProjectBuilder(object): self._argv = argv # The path to the "tsk" directory. @@ -23,7 +23,7 @@ # paths under the tsk/ directory which contain files we need to compile. self._sub_library_names = "auto base docs fs hashdb img vs".split() -@@ -330,14 +330,14 @@ class ProjectBuilder(object): +@@ -333,14 +333,14 @@ class ProjectBuilder(object): # The args for the extension builder. self.extension_args = dict( define_macros=[],