[98668] trunk/dports/sysutils/moreutils/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Oct 12 05:00:14 PDT 2012


Revision: 98668
          http://trac.macports.org//changeset/98668
Author:   ryandesign at macports.org
Date:     2012-10-12 05:00:14 -0700 (Fri, 12 Oct 2012)
Log Message:
-----------
moreutils: use perl5.12 explicitly; add p5-ipc-run dependency needed by chronic (#35828)

Modified Paths:
--------------
    trunk/dports/sysutils/moreutils/Portfile

Modified: trunk/dports/sysutils/moreutils/Portfile
===================================================================
--- trunk/dports/sysutils/moreutils/Portfile	2012-10-12 11:59:19 UTC (rev 98667)
+++ trunk/dports/sysutils/moreutils/Portfile	2012-10-12 12:00:14 UTC (rev 98668)
@@ -4,6 +4,7 @@
 
 name        moreutils
 version     0.47
+revision    1
 categories  sysutils
 maintainers nomaintainer
 license     GPL-2+
@@ -11,6 +12,7 @@
 description a collection of the unix tools that nobody thought to write thirty years ago.
 long_description    \
     moreutils includes the following utilities: \
+ - chronic: runs a command quietly unless it fails, \
  - combine: combine the lines in two files using boolean operations, \
  - ifne: run a program if the standard input is not empty, \
  - isutf8: check if a file or standard input is utf-8, \
@@ -33,12 +35,12 @@
 checksums       rmd160  1925666f75af7b97b2c64f3d82f056e5a42cdfcd \
                 sha256  277058c99d76c58f850f48dfbc1ad4a7a384f5b95f3569842ec4ce1c9f077266
 
-depends_run     path:bin/perl:perl5
+depends_run     port:perl5.12 port:p5.12-ipc-run
 
 patchfiles      patch-Makefile.diff
 
 post-patch {
-        reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \
+        reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|" \
         ${worksrcpath}/vidir ${worksrcpath}/vipe \
         ${worksrcpath}/ts ${worksrcpath}/combine \
         ${worksrcpath}/zrun ${worksrcpath}/chronic
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121012/e3a6f576/attachment.html>


More information about the macports-changes mailing list