Ticket #43818: log2timeline-ryandesign.diff

File log2timeline-ryandesign.diff, 2.0 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)

proposed patch

  • Portfile

     
    66
    77name                log2timeline
    88version             0.65
     9revision            1
    910categories          security
    1011platforms           darwin
    1112maintainers         yahoo.fr:jul_bsd openmaintainer
     
    2425extract.suffix      .tgz
    2526distname            ${name}_${version}
    2627
    27 checksums           sha1    99bb6f68a417aaa840a7957be9918586d1918a33 \
    28                     rmd160  c9dad4035bad1dbbf87e82f123aa014f03aa647f
     28checksums           rmd160  c9dad4035bad1dbbf87e82f123aa014f03aa647f \
     29                    sha256  3d2ad0ac52bc7d902bdc7c7ce5f27e2d5a283fedb41327b75609e5ef3be01afc
    2930
    3031supported_archs     noarch
    3132
     
    3334
    3435post-destroot {
    3536    eval delete [glob ${destroot}${prefix}/lib/perl5/*/*/perllocal.pod]
     37    ln -s ${perl5.bindir}/sitebin/log2timeline ${destroot}${prefix}/bin/
    3638}
    3739
    3840livecheck.type      regex
     
    6668                        port:p5.12-xml-entities \
    6769                        port:p5.12-mac-propertylist
    6870    configure.cmd       ${prefix}/bin/perl5.12 Makefile.PL
    69 
    70     notes "
    71 tool is ${prefix}/libexec/perl5.12/sitebin/log2timeline
    72 "
    7371}
    7472
    7573variant perl5_16 conflicts perl5_18 perl5_12 description { Perl bindings with perl 5.16} {
     
    9896                        port:p5.16-xml-entities \
    9997                        port:p5.16-mac-propertylist
    10098    configure.cmd       ${prefix}/bin/perl5.16 Makefile.PL
    101 
    102     notes "
    103 tool is ${prefix}/libexec/perl5.16/sitebin/log2timeline
    104 "
    10599}
    106100
    107101variant perl5_18 conflicts perl5_16 perl5_12 description { Perl bindings with perl 5.18} {
     
    130124                        port:p5.18-xml-entities \
    131125                        port:p5.18-mac-propertylist
    132126    configure.cmd       ${prefix}/bin/perl5.18 Makefile.PL
    133 
    134     notes "
    135 tool is ${prefix}/libexec/perl5.18/sitebin/log2timeline
    136 "
    137127}
    138128
    139129if {![variant_isset perl5_12] && ![variant_isset perl5_16] && ![variant_isset perl5_18]} {