Ticket #43818: log2timeline-ryandesign.diff
File log2timeline-ryandesign.diff, 2.0 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
6 6 7 7 name log2timeline 8 8 version 0.65 9 revision 1 9 10 categories security 10 11 platforms darwin 11 12 maintainers yahoo.fr:jul_bsd openmaintainer … … 24 25 extract.suffix .tgz 25 26 distname ${name}_${version} 26 27 27 checksums sha1 99bb6f68a417aaa840a7957be9918586d1918a33\28 rmd160 c9dad4035bad1dbbf87e82f123aa014f03aa647f28 checksums rmd160 c9dad4035bad1dbbf87e82f123aa014f03aa647f \ 29 sha256 3d2ad0ac52bc7d902bdc7c7ce5f27e2d5a283fedb41327b75609e5ef3be01afc 29 30 30 31 supported_archs noarch 31 32 … … 33 34 34 35 post-destroot { 35 36 eval delete [glob ${destroot}${prefix}/lib/perl5/*/*/perllocal.pod] 37 ln -s ${perl5.bindir}/sitebin/log2timeline ${destroot}${prefix}/bin/ 36 38 } 37 39 38 40 livecheck.type regex … … 66 68 port:p5.12-xml-entities \ 67 69 port:p5.12-mac-propertylist 68 70 configure.cmd ${prefix}/bin/perl5.12 Makefile.PL 69 70 notes "71 tool is ${prefix}/libexec/perl5.12/sitebin/log2timeline72 "73 71 } 74 72 75 73 variant perl5_16 conflicts perl5_18 perl5_12 description { Perl bindings with perl 5.16} { … … 98 96 port:p5.16-xml-entities \ 99 97 port:p5.16-mac-propertylist 100 98 configure.cmd ${prefix}/bin/perl5.16 Makefile.PL 101 102 notes "103 tool is ${prefix}/libexec/perl5.16/sitebin/log2timeline104 "105 99 } 106 100 107 101 variant perl5_18 conflicts perl5_16 perl5_12 description { Perl bindings with perl 5.18} { … … 130 124 port:p5.18-xml-entities \ 131 125 port:p5.18-mac-propertylist 132 126 configure.cmd ${prefix}/bin/perl5.18 Makefile.PL 133 134 notes "135 tool is ${prefix}/libexec/perl5.18/sitebin/log2timeline136 "137 127 } 138 128 139 129 if {![variant_isset perl5_12] && ![variant_isset perl5_16] && ![variant_isset perl5_18]} {