[76076] contrib/cpan2port/cpan2port

l2g at macports.org l2g at macports.org
Thu Feb 17 10:11:39 PST 2011


Revision: 76076
          http://trac.macports.org/changeset/76076
Author:   l2g at macports.org
Date:     2011-02-17 10:11:38 -0800 (Thu, 17 Feb 2011)
Log Message:
-----------
cpan2port: removing MD5 as it is being phased out in MacPorts

Modified Paths:
--------------
    contrib/cpan2port/cpan2port

Modified: contrib/cpan2port/cpan2port
===================================================================
--- contrib/cpan2port/cpan2port	2011-02-17 16:56:49 UTC (rev 76075)
+++ contrib/cpan2port/cpan2port	2011-02-17 18:11:38 UTC (rev 76076)
@@ -179,7 +179,7 @@
     my ($info) = shift;
     my $tarball = $$info{tarball} or die;
     my %check;
-    for my $k (qw( md5 sha1 rmd160)) {
+    for my $k (qw( sha1 rmd160)) {
         my ($sum) = qx( openssl $k $tarball);
         my ($v)   = $sum =~ / (.*)/;
         $check{$k} = $v;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110217/4d280a73/attachment.html>


More information about the macports-changes mailing list