[124984] trunk/dports/perl/p5-mhonarc/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 1 15:42:14 PDT 2014


Revision: 124984
          https://trac.macports.org/changeset/124984
Author:   ryandesign at macports.org
Date:     2014-09-01 15:42:14 -0700 (Mon, 01 Sep 2014)
Log Message:
-----------
p5-mhonarc: update to 2.6.19, fix manpath, and add p5.18 and p5.20 (#44758; maintainer timeout)

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

Modified: trunk/dports/perl/p5-mhonarc/Portfile
===================================================================
--- trunk/dports/perl/p5-mhonarc/Portfile	2014-09-01 22:40:47 UTC (rev 124983)
+++ trunk/dports/perl/p5-mhonarc/Portfile	2014-09-01 22:42:14 UTC (rev 124984)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -3,8 +4,7 @@
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup         MHonArc 2.6.16
-revision            3
-maintainers         markd 
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         MHonArc 2.6.19 ../../authors/id/E/EH/EHOOD/
+maintainers         markd
 description         MHonArc - mail and news munging
 long_description    A Perl program for converting mail or news messages into \
@@ -14,10 +14,10 @@
 
 platforms           darwin
 
-checksums           md5 4ea5bd6630ffdae157a751ca97bc3ec3
+checksums           rmd160  6c2edc1574a423719b77acfbbcc378ea79711d9d \
+                    sha256  f8bf2874e6ea37830b0d5155fb99acf788005877df7573f1276344e947da8352
 
 homepage        http://www.mhonarc.org/
-master_sites            http://www.cpan.org/modules/by-authors/Earl_Hood
 
 if {${perl5.major} != ""} {
 use_configure       no
@@ -25,12 +25,12 @@
 
 destroot {
         xinstall -m 755 -d ${destroot}${perl5.archlib}
-                system "cd ${worksrcpath} && ${perl5.bin} install.me \
+        system -W ${worksrcpath} "${perl5.bin} install.me \
             -prefix=${destroot} \
             -binpath ${destroot}${prefix}/bin \
             -libpath ${destroot}${perl5.archlib} \
             -docpath ${destroot}${prefix}/share/doc/mhonarc \
-            -manpath ${destroot}${prefix}/man\
+            -manpath ${destroot}${prefix}/share/man \
             -perl ${perl5.bin}"
 }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140901/a35744ae/attachment.html>


More information about the macports-changes mailing list