Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2016 17:40:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419265 - in head/sysutils/py-pytsk: . files
Message-ID:  <201607291740.u6THe5R7090765@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jul 29 17:40:05 2016
New Revision: 419265
URL: https://svnweb.freebsd.org/changeset/ports/419265

Log:
  Update to 20160721

Modified:
  head/sysutils/py-pytsk/Makefile
  head/sysutils/py-pytsk/distinfo
  head/sysutils/py-pytsk/files/patch-setup.py

Modified: head/sysutils/py-pytsk/Makefile
==============================================================================
--- head/sysutils/py-pytsk/Makefile	Fri Jul 29 17:39:22 2016	(r419264)
+++ head/sysutils/py-pytsk/Makefile	Fri Jul 29 17:40:05 2016	(r419265)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytsk
-PORTVERSION=	20160325
+PORTVERSION=	20160721
 CATEGORIES=	sysutils security devel python
 MASTER_SITES=	https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \
 		LOCAL/antoine

Modified: head/sysutils/py-pytsk/distinfo
==============================================================================
--- head/sysutils/py-pytsk/distinfo	Fri Jul 29 17:39:22 2016	(r419264)
+++ head/sysutils/py-pytsk/distinfo	Fri Jul 29 17:40:05 2016	(r419265)
@@ -1,2 +1,3 @@
-SHA256 (pytsk3-20160325.tar.gz) = 403b9e364eb65611a5102d808a7916096b2aa3e32d21dea2c706eae2cc29150d
-SIZE (pytsk3-20160325.tar.gz) = 2739896
+TIMESTAMP = 1469129508
+SHA256 (pytsk3-20160721.tar.gz) = de6f49e687a4eb747d052b43ec55e6eaea5bc33394680ee232af0329209ffc85
+SIZE (pytsk3-20160721.tar.gz) = 2958826

Modified: head/sysutils/py-pytsk/files/patch-setup.py
==============================================================================
--- head/sysutils/py-pytsk/files/patch-setup.py	Fri Jul 29 17:39:22 2016	(r419264)
+++ head/sysutils/py-pytsk/files/patch-setup.py	Fri Jul 29 17:40:05 2016	(r419265)
@@ -1,6 +1,6 @@
 # Unbundle sleuthkit and talloc
 
---- setup.py.orig	2016-03-25 08:41:14 UTC
+--- setup.py.orig	2016-07-21 19:02:40 UTC
 +++ setup.py
 @@ -169,9 +169,9 @@ class BuildExtCommand(build_ext):
  
@@ -14,7 +14,7 @@
  
          if not os.access("pytsk3.c", os.R_OK):
              # Generate the Python binding code (pytsk3.c).
-@@ -322,7 +322,7 @@ class ProjectBuilder(object):
+@@ -325,7 +325,7 @@ class ProjectBuilder(object):
          self._argv = argv
  
          # The path to the "tsk" directory.
@@ -23,7 +23,7 @@
  
          # paths under the tsk/ directory which contain files we need to compile.
          self._sub_library_names = "auto  base  docs  fs  hashdb  img vs".split()
-@@ -330,14 +330,14 @@ class ProjectBuilder(object):
+@@ -333,14 +333,14 @@ class ProjectBuilder(object):
          # The args for the extension builder.
          self.extension_args = dict(
              define_macros=[],



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607291740.u6THe5R7090765>