mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 20171108
This commit is contained in:
parent
02ca5ad8c2
commit
4d7e97da4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455364
3 changed files with 7 additions and 8 deletions
|
@ -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}/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": [],
|
||||
|
|
Loading…
Add table
Reference in a new issue