aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-pytsk
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-11-12 10:04:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-11-12 10:04:11 +0000
commit30e562679279d950bc1c6226fd7b66f50d490754 (patch)
treef08b3a8114724a59ee08b5a94374f26524d1458e /sysutils/py-pytsk
parent6721a47473835e528da7c2e3aa59ca9c19681c4a (diff)
downloadports-30e562679279d950bc1c6226fd7b66f50d490754.tar.gz
ports-30e562679279d950bc1c6226fd7b66f50d490754.zip
Notes
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.py2
3 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/py-pytsk/Makefile b/sysutils/py-pytsk/Makefile
index e9b20ae1aeb6..ad36f759bffc 100644
--- a/sysutils/py-pytsk/Makefile
+++ b/sysutils/py-pytsk/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= pytsk
-PORTVERSION= 20160721
+PORTVERSION= 20161109
CATEGORIES= sysutils security devel python
-MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \
- LOCAL/antoine
+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 38ada0c6c268..74ff7c805248 100644
--- a/sysutils/py-pytsk/distinfo
+++ b/sysutils/py-pytsk/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1469129508
-SHA256 (pytsk3-20160721.tar.gz) = de6f49e687a4eb747d052b43ec55e6eaea5bc33394680ee232af0329209ffc85
-SIZE (pytsk3-20160721.tar.gz) = 2958826
+TIMESTAMP = 1478710780
+SHA256 (pytsk3-20161109.tar.gz) = 424d8303dc9e03b62c3cbc26bc0cf9f05b9e061483ed8d823cd64c294390b7f6
+SIZE (pytsk3-20161109.tar.gz) = 2800870
diff --git a/sysutils/py-pytsk/files/patch-setup.py b/sysutils/py-pytsk/files/patch-setup.py
index 91b4f0e4e3d8..f40783f184ba 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 2016-07-21 19:02:40 UTC
+--- setup.py.orig 2016-09-04 05:23:42 UTC
+++ setup.py
@@ -169,9 +169,9 @@ class BuildExtCommand(build_ext):