[120431] trunk/dports/security/log2timeline/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 27 20:58:51 PDT 2014


Revision: 120431
          https://trac.macports.org/changeset/120431
Author:   ryandesign at macports.org
Date:     2014-05-27 20:58:50 -0700 (Tue, 27 May 2014)
Log Message:
-----------
log2timeline: install a symlink to more easily run the executable; remove now-reduntant notes; add sha256 checksum and remove sha1 checksum; see #43818

Modified Paths:
--------------
    trunk/dports/security/log2timeline/Portfile

Modified: trunk/dports/security/log2timeline/Portfile
===================================================================
--- trunk/dports/security/log2timeline/Portfile	2014-05-28 03:18:17 UTC (rev 120430)
+++ trunk/dports/security/log2timeline/Portfile	2014-05-28 03:58:50 UTC (rev 120431)
@@ -6,6 +6,7 @@
 
 name                log2timeline
 version             0.65
+revision            1
 categories          security
 platforms           darwin
 maintainers         yahoo.fr:jul_bsd openmaintainer
@@ -24,8 +25,8 @@
 extract.suffix      .tgz
 distname            ${name}_${version}
 
-checksums           sha1    99bb6f68a417aaa840a7957be9918586d1918a33 \
-                    rmd160  c9dad4035bad1dbbf87e82f123aa014f03aa647f
+checksums           rmd160  c9dad4035bad1dbbf87e82f123aa014f03aa647f \
+                    sha256  3d2ad0ac52bc7d902bdc7c7ce5f27e2d5a283fedb41327b75609e5ef3be01afc
 
 supported_archs     noarch
 
@@ -33,6 +34,7 @@
 
 post-destroot {
     eval delete [glob ${destroot}${prefix}/lib/perl5/*/*/perllocal.pod]
+    ln -s ${perl5.bindir}/sitebin/log2timeline ${destroot}${prefix}/bin/
 }
 
 livecheck.type      regex
@@ -66,10 +68,6 @@
                         port:p5.12-xml-entities \
                         port:p5.12-mac-propertylist
     configure.cmd       ${prefix}/bin/perl5.12 Makefile.PL
-
-    notes "
-tool is ${prefix}/libexec/perl5.12/sitebin/log2timeline
-"
 }
 
 variant perl5_16 conflicts perl5_18 perl5_12 description { Perl bindings with perl 5.16} {
@@ -98,10 +96,6 @@
                         port:p5.16-xml-entities \
                         port:p5.16-mac-propertylist
     configure.cmd       ${prefix}/bin/perl5.16 Makefile.PL
-
-    notes "
-tool is ${prefix}/libexec/perl5.16/sitebin/log2timeline
-"
 }
 
 variant perl5_18 conflicts perl5_16 perl5_12 description { Perl bindings with perl 5.18} {
@@ -130,10 +124,6 @@
                         port:p5.18-xml-entities \
                         port:p5.18-mac-propertylist
     configure.cmd       ${prefix}/bin/perl5.18 Makefile.PL
-
-    notes "
-tool is ${prefix}/libexec/perl5.18/sitebin/log2timeline
-"
 }
 
 if {![variant_isset perl5_12] && ![variant_isset perl5_16] && ![variant_isset perl5_18]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140527/7235bd79/attachment.html>


More information about the macports-changes mailing list