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

Antoine Brodin antoine at FreeBSD.org
Sun Feb 3 09:50:39 UTC 2019


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": [],


More information about the svn-ports-all mailing list