summaryrefslogtreecommitdiff
path: root/sysutils/py-pytsk
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-01-06 12:27:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-01-06 12:27:38 +0000
commitbccc30dea619dd977a9cae157b0040771fa281cf (patch)
treeca1d7fe2aae2f1509ae46907778ce7d3e0f5d1bd /sysutils/py-pytsk
parentDo not set OPTIONS_DEFINE twice (diff)
Update to 20190103
Notes
Notes: svn path=/head/; revision=489482
Diffstat (limited to 'sysutils/py-pytsk')
-rw-r--r--sysutils/py-pytsk/Makefile6
-rw-r--r--sysutils/py-pytsk/distinfo6
-rw-r--r--sysutils/py-pytsk/files/patch-setup.py6
3 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/py-pytsk/Makefile b/sysutils/py-pytsk/Makefile
index 6bbef315d38f..b0768a54c52b 100644
--- a/sysutils/py-pytsk/Makefile
+++ b/sysutils/py-pytsk/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= pytsk
-PORTVERSION= 20180225
+PORTVERSION= 20190103
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}
diff --git a/sysutils/py-pytsk/distinfo b/sysutils/py-pytsk/distinfo
index 18818640c0dd..6f99df5bfba3 100644
--- a/sysutils/py-pytsk/distinfo
+++ b/sysutils/py-pytsk/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519627863
-SHA256 (pytsk3-20180225.tar.gz) = d818e4e722f4eabf9a09b8a9f80ce10fab663415dc0e867873bbb1f8c060ecf7
-SIZE (pytsk3-20180225.tar.gz) = 3149373
+TIMESTAMP = 1546525493
+SHA256 (pytsk3-20190103.tar.gz) = c306d441d693da6cd26ce0f0cd96cec8094392a92d61cd474db28b9c19f46d8f
+SIZE (pytsk3-20190103.tar.gz) = 2993563
diff --git a/sysutils/py-pytsk/files/patch-setup.py b/sysutils/py-pytsk/files/patch-setup.py
index 2f1ca0b467ca..db3bf2c4c0ad 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 2018-02-25 21:28:07 UTC
+--- setup.py.orig 2019-01-03 11:50:09 UTC
+++ setup.py
@@ -179,9 +179,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).
-@@ -341,7 +341,7 @@ class ProjectBuilder(object):
+@@ -351,7 +351,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.
-@@ -351,13 +351,13 @@ class ProjectBuilder(object):
+@@ -361,13 +361,13 @@ class ProjectBuilder(object):
# The args for the extension builder.
self.extension_args = {
"define_macros": [],