Ticket #47103: patch-py-tsk-Portfile.diff

File patch-py-tsk-Portfile.diff, 1.9 KB (added by jul_bsd@…, 9 years ago)
  • python/py-tsk//Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 126592 2014-10-12 06:37:07Z larryv@macports.org $
     2# $Id: Portfile 119591 2014-05-01 22:26:54Z mf2k@macports.org $
    33
    44PortSystem          1.0
     5
    56PortGroup           python 1.0
     7PortGroup           github 1.0
    68
     9github.setup        py4n6 pytsk 20150111
    710name                py-tsk
    8 version             20140320
    911categories-append   security
    1012platforms           darwin
    1113maintainers         nomaintainer
     
    1618description         Python binding for the SleuthKit
    1719long_description    ${description}
    1820
    19 homepage            https://code.google.com/p/pytsk/
    20 #master_sites        googlecode
    21 ### https://code.google.com/p/pytsk/wiki/Building
    22 #fetch.type          hg
    23 #hg.url              ${homepage}
    24 ### FIXME! there is no source tar available and no browsing of mercurial repository. only guessing tag
    25 ##hg.tag              20140201
    26 master_sites        https://googledrive.com/host/0B3fBvzttpiiScUxsUm54cG02RDA/
     21## https://github.com/py4n6/pytsk/wiki/Building
    2722distname            pytsk-${version}
    2823extract.suffix      .tgz
    29 worksrcdir          pytsk
    3024
    31 checksums           rmd160  cffd655f8c1a73d6ed702863ceb279818bcf9ef2 \
    32                     sha256  afbd40edaf9bbe6763b435598c9b5c16e9bd9ccb942f1d6b10d6b6d7456da13f
     25checksums           rmd160  ae38d154d53a97e12520357ec295e32426834e6c \
     26                    sha256  73e5b811611ac57fc8081c67f9f011c5fee23e85d2ee07a0de2ea5d91ff22dc0
    3327
    3428depends_lib-append  port:sleuthkit \
    3529                    port:talloc
    3630
    37 patchfiles          patch-setup_py.diff
     31patchfiles          patch-setup_py.diff patch-misc.h.diff
    3832
    3933build.env           TSK_HEADERS_PATH=${prefix}/include
    4034destroot.env        TSK_HEADERS_PATH=${prefix}/include