mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Update to 20190121
This commit is contained in:
parent
0a579f63ca
commit
69dc41f55f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492040
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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": [],
|
||||
|
Loading…
Reference in New Issue
Block a user