[131301] trunk/dports/perl/p5-mogilefs-utils/Portfile

devans at macports.org devans at macports.org
Thu Jan 8 15:55:32 PST 2015


Revision: 131301
          https://trac.macports.org/changeset/131301
Author:   devans at macports.org
Date:     2015-01-08 15:55:32 -0800 (Thu, 08 Jan 2015)
Log Message:
-----------
p5-mogilefs-utils: update to version 2.29, patch util scripts to use the right perl, change run dependencies to lib to support test.

Modified Paths:
--------------
    trunk/dports/perl/p5-mogilefs-utils/Portfile

Modified: trunk/dports/perl/p5-mogilefs-utils/Portfile
===================================================================
--- trunk/dports/perl/p5-mogilefs-utils/Portfile	2015-01-08 23:51:13 UTC (rev 131300)
+++ trunk/dports/perl/p5-mogilefs-utils/Portfile	2015-01-08 23:55:32 UTC (rev 131301)
@@ -5,7 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup         MogileFS-Utils 2.28
+perl5.setup         MogileFS-Utils 2.29
 categories          perl net sysutils
 license             {Artistic-1 GPL}
 platforms           darwin
@@ -18,13 +18,17 @@
 
 homepage            http://www.danga.com/mogilefs
 
-checksums           rmd160  f2216250bf4703c5ac0220b218184e480cc5a8c1 \
-                    sha256  16875b6f52d245fd50c4ccde78285251373339efb713e77a414ee82aa9901932
+checksums           rmd160  fbc67bca4dc0481f8ab28574fba51f0e04f15a23 \
+                    sha256  56eacdbd9d3ff2c09300d94d5ca7cf740590e5422435625e4c8a2e7c6059d9cd
 
 if {${perl5.major} != ""} {
-    depends_run-append \
+    depends_lib-append \
                     port:p${perl5.major}-mogilefs-client \
                     port:p${perl5.major}-libwww-perl
 
+    post-patch {
+            eval reinplace "s|/usr/bin/perl|${perl5.bin}|" [glob ${worksrcpath}/mog*]
+    }
+
     supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150108/f57f0395/attachment.html>


More information about the macports-changes mailing list