From owner-svn-ports-head@freebsd.org Sun Feb 3 09:50:39 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 6F70B14C0A9A; Sun, 3 Feb 2019 09:50:39 +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 127BD8CE57; Sun, 3 Feb 2019 09:50:39 +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 DD0EA1CE0B; Sun, 3 Feb 2019 09:50:38 +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 x139ocYi054760; Sun, 3 Feb 2019 09:50:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x139oc4f054757; Sun, 3 Feb 2019 09:50:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201902030950.x139oc4f054757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 Feb 2019 09:50:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492040 - in head/sysutils/py-pytsk: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/sysutils/py-pytsk: . files X-SVN-Commit-Revision: 492040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 127BD8CE57 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] 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: Sun, 03 Feb 2019 09:50:39 -0000 Author: antoine Date: Sun Feb 3 09:50:38 2019 New Revision: 492040 URL: https://svnweb.freebsd.org/changeset/ports/492040 Log: Update to 20190121 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 Sun Feb 3 09:49:26 2019 (r492039) +++ head/sysutils/py-pytsk/Makefile Sun Feb 3 09:50:38 2019 (r492040) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= pytsk -PORTVERSION= 20190103 +PORTVERSION= 20190121 CATEGORIES= sysutils security devel python -MASTER_SITES= CHEESESHOP -# https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ +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 Sun Feb 3 09:49:26 2019 (r492039) +++ head/sysutils/py-pytsk/distinfo Sun Feb 3 09:50:38 2019 (r492040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546525493 -SHA256 (pytsk3-20190103.tar.gz) = c306d441d693da6cd26ce0f0cd96cec8094392a92d61cd474db28b9c19f46d8f -SIZE (pytsk3-20190103.tar.gz) = 2993563 +TIMESTAMP = 1548138834 +SHA256 (pytsk3-20190121.tar.gz) = ca7bb133d34f504d09b67c34be1e8d0965e1141a7fc8a2763cb4d046a870a629 +SIZE (pytsk3-20190121.tar.gz) = 3180752 Modified: head/sysutils/py-pytsk/files/patch-setup.py ============================================================================== --- head/sysutils/py-pytsk/files/patch-setup.py Sun Feb 3 09:49:26 2019 (r492039) +++ head/sysutils/py-pytsk/files/patch-setup.py Sun Feb 3 09:50:38 2019 (r492040) @@ -1,8 +1,8 @@ # Unbundle sleuthkit and talloc ---- setup.py.orig 2019-01-03 11:50:09 UTC +--- setup.py.orig 2019-01-21 19:31:43 UTC +++ setup.py -@@ -179,9 +179,9 @@ class BuildExtCommand(build_ext): +@@ -230,9 +230,9 @@ class BuildExtCommand(build_ext): def run(self): compiler = new_compiler(compiler=self.compiler) # pylint: disable=attribute-defined-outside-init @@ -14,7 +14,7 @@ if not os.access("pytsk3.c", os.R_OK): # Generate the Python binding code (pytsk3.c). -@@ -351,7 +351,7 @@ class ProjectBuilder(object): +@@ -402,7 +402,7 @@ class ProjectBuilder(object): self._argv = argv # The path to the sleuthkit/tsk directory. @@ -23,7 +23,7 @@ # Paths under the sleuthkit/tsk directory which contain files we need # to compile. -@@ -361,13 +361,13 @@ class ProjectBuilder(object): +@@ -412,13 +412,13 @@ class ProjectBuilder(object): # The args for the extension builder. self.extension_args = { "define_macros": [],