[129641] trunk/dports/perl/p5-graph/Portfile

devans at macports.org devans at macports.org
Wed Dec 17 07:57:20 PST 2014


Revision: 129641
          https://trac.macports.org/changeset/129641
Author:   devans at macports.org
Date:     2014-12-17 07:57:20 -0800 (Wed, 17 Dec 2014)
Log Message:
-----------
p5-graph: fix corrupted checksum, minor white space (#46263).

Modified Paths:
--------------
    trunk/dports/perl/p5-graph/Portfile

Modified: trunk/dports/perl/p5-graph/Portfile
===================================================================
--- trunk/dports/perl/p5-graph/Portfile	2014-12-17 15:49:28 UTC (rev 129640)
+++ trunk/dports/perl/p5-graph/Portfile	2014-12-17 15:57:20 UTC (rev 129641)
@@ -19,11 +19,12 @@
 
 platforms           darwin
 
-checksums           rmd160  254f42f014381f6002a9bafcc71c1d791b95d\
+checksums           rmd160  254f42f014381f6002a9bafcc71c1d791b95d5e8 \
                     sha256  832efa8d483a484f2543a001a3996fcc04c9b37cfc2178d63f603fb0cf8f9727
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-heap
+    depends_lib-append \
+                    port:p${perl5.major}-heap
 
-supported_archs     noarch
+    supported_archs     noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141217/a067438e/attachment.html>


More information about the macports-changes mailing list