aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-pytsk
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-02 13:19:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-02 13:19:16 +0000
commit4d7e97da4e924996833a787fd321693c00ac1243 (patch)
treeee537471231e04e572695bf870a59723de6c05ff /sysutils/py-pytsk
parent02ca5ad8c2496cd1b7b7ce511fffdfaf22b8a958 (diff)
downloadports-4d7e97da4e924996833a787fd321693c00ac1243.tar.gz
ports-4d7e97da4e924996833a787fd321693c00ac1243.zip
Update to 20171108
Notes
Notes: svn path=/head/; revision=455364
Diffstat (limited to 'sysutils/py-pytsk')
-rw-r--r--sysutils/py-pytsk/Makefile3
-rw-r--r--sysutils/py-pytsk/distinfo6
-rw-r--r--sysutils/py-pytsk/files/patch-setup.py6
3 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/py-pytsk/Makefile b/sysutils/py-pytsk/Makefile
index 8c5b3993e666..4f039ff7c5a4 100644
--- a/sysutils/py-pytsk/Makefile
+++ b/sysutils/py-pytsk/Makefile
@@ -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}/
diff --git a/sysutils/py-pytsk/distinfo b/sysutils/py-pytsk/distinfo
index dacb13da7a22..dc0251476060 100644
--- a/sysutils/py-pytsk/distinfo
+++ b/sysutils/py-pytsk/distinfo
@@ -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
diff --git a/sysutils/py-pytsk/files/patch-setup.py b/sysutils/py-pytsk/files/patch-setup.py
index 9a80891a8621..19c9b5c92246 100644
--- a/sysutils/py-pytsk/files/patch-setup.py
+++ b/sysutils/py-pytsk/files/patch-setup.py
@@ -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": [],