[134021] trunk/dports/python/py-tsk

khindenburg at macports.org khindenburg at macports.org
Tue Mar 17 06:03:10 PDT 2015


Revision: 134021
          https://trac.macports.org/changeset/134021
Author:   khindenburg at macports.org
Date:     2015-03-17 06:03:10 -0700 (Tue, 17 Mar 2015)
Log Message:
-----------
py-tsk: update to 20150111; move to github #47103

Modified Paths:
--------------
    trunk/dports/python/py-tsk/Portfile

Added Paths:
-----------
    trunk/dports/python/py-tsk/files/patch-misc.h.diff

Modified: trunk/dports/python/py-tsk/Portfile
===================================================================
--- trunk/dports/python/py-tsk/Portfile	2015-03-17 11:14:26 UTC (rev 134020)
+++ trunk/dports/python/py-tsk/Portfile	2015-03-17 13:03:10 UTC (rev 134021)
@@ -2,10 +2,12 @@
 # $Id$
 
 PortSystem          1.0
+
 PortGroup           python 1.0
+PortGroup           github 1.0
 
+github.setup        py4n6 pytsk 20150111
 name                py-tsk
-version             20140320
 categories-append   security
 platforms           darwin
 maintainers         nomaintainer
@@ -16,25 +18,17 @@
 description         Python binding for the SleuthKit
 long_description    ${description}
 
-homepage            https://code.google.com/p/pytsk/
-#master_sites        googlecode
-### https://code.google.com/p/pytsk/wiki/Building
-#fetch.type          hg
-#hg.url              ${homepage}
-### FIXME! there is no source tar available and no browsing of mercurial repository. only guessing tag
-##hg.tag              20140201
-master_sites        https://googledrive.com/host/0B3fBvzttpiiScUxsUm54cG02RDA/
+## https://github.com/py4n6/pytsk/wiki/Building
 distname            pytsk-${version}
 extract.suffix      .tgz
-worksrcdir          pytsk
 
-checksums           rmd160  cffd655f8c1a73d6ed702863ceb279818bcf9ef2 \
-                    sha256  afbd40edaf9bbe6763b435598c9b5c16e9bd9ccb942f1d6b10d6b6d7456da13f
+checksums           rmd160  ae38d154d53a97e12520357ec295e32426834e6c \
+                    sha256  73e5b811611ac57fc8081c67f9f011c5fee23e85d2ee07a0de2ea5d91ff22dc0
 
 depends_lib-append  port:sleuthkit \
                     port:talloc
 
-patchfiles          patch-setup_py.diff
+patchfiles          patch-setup_py.diff patch-misc.h.diff
 
 build.env           TSK_HEADERS_PATH=${prefix}/include
 destroot.env        TSK_HEADERS_PATH=${prefix}/include

Added: trunk/dports/python/py-tsk/files/patch-misc.h.diff
===================================================================
--- trunk/dports/python/py-tsk/files/patch-misc.h.diff	                        (rev 0)
+++ trunk/dports/python/py-tsk/files/patch-misc.h.diff	2015-03-17 13:03:10 UTC (rev 134021)
@@ -0,0 +1,10 @@
+--- misc.h.orig	2015-03-11 06:31:25.000000000 -0400
++++ misc.h	2015-03-11 06:31:33.000000000 -0400
+@@ -147,7 +147,6 @@
+ #define false 0
+ 
+ #if !defined( HAVE_HTONLL ) && !defined( WIN32 )
+-uint64_t htonll(uint64_t n);
+ #define ntohll(x) htonll(x)
+ #endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150317/cf0b4a1b/attachment.html>


More information about the macports-changes mailing list