svn commit: r455364 - in head/sysutils/py-pytsk: . files

Antoine Brodin antoine at FreeBSD.org
Sat Dec 2 13:19:18 UTC 2017


Author: antoine
Date: Sat Dec  2 13:19:16 2017
New Revision: 455364
URL: https://svnweb.freebsd.org/changeset/ports/455364

Log:
  Update to 20171108

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 Dec  2 13:18:35 2017	(r455363)
+++ head/sysutils/py-pytsk/Makefile	Sat Dec  2 13:19:16 2017	(r455364)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytsk
-PORTVERSION=	20170802
-PORTREVISION=	1
+PORTVERSION=	20171108
 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	Sat Dec  2 13:18:35 2017	(r455363)
+++ head/sysutils/py-pytsk/distinfo	Sat Dec  2 13:19:16 2017	(r455364)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501704664
-SHA256 (pytsk3-20170802.tar.gz) = 32259447c997104865ee5e09fb106fc1451019d57a6d4ffa82cbbce45a7b5495
-SIZE (pytsk3-20170802.tar.gz) = 2934331
+TIMESTAMP = 1510130409
+SHA256 (pytsk3-20171108.tar.gz) = 0aa4c5eb2677a21fa0a2bb86bfcf4927526f226b99e045d2db4e30119e80696a
+SIZE (pytsk3-20171108.tar.gz) = 2953931

Modified: head/sysutils/py-pytsk/files/patch-setup.py
==============================================================================
--- head/sysutils/py-pytsk/files/patch-setup.py	Sat Dec  2 13:18:35 2017	(r455363)
+++ head/sysutils/py-pytsk/files/patch-setup.py	Sat Dec  2 13:19:16 2017	(r455364)
@@ -1,6 +1,6 @@
 # Unbundle sleuthkit and talloc
 
---- setup.py.orig	2017-08-01 06:49:05 UTC
+--- setup.py.orig	2017-11-06 20:59:12 UTC
 +++ setup.py
 @@ -178,9 +178,9 @@ class BuildExtCommand(build_ext):
    def run(self):
@@ -14,7 +14,7 @@
  
      if not os.access("pytsk3.c", os.R_OK):
        # Generate the Python binding code (pytsk3.c).
-@@ -390,7 +390,7 @@ class ProjectBuilder(object):
+@@ -330,7 +330,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.
-@@ -400,13 +400,13 @@ class ProjectBuilder(object):
+@@ -340,13 +340,13 @@ class ProjectBuilder(object):
      # The args for the extension builder.
      self.extension_args = {
          "define_macros": [],


More information about the svn-ports-head mailing list