[122712] trunk/dports/sysutils/moreutils

khindenburg at macports.org khindenburg at macports.org
Sun Jul 27 06:56:46 PDT 2014


Revision: 122712
          https://trac.macports.org/changeset/122712
Author:   khindenburg at macports.org
Date:     2014-07-27 06:56:46 -0700 (Sun, 27 Jul 2014)
Log Message:
-----------
moreutils: don't install parallel binary - instead note to use the parallel port #39491

Modified Paths:
--------------
    trunk/dports/sysutils/moreutils/Portfile
    trunk/dports/sysutils/moreutils/files/patch-Makefile.diff

Modified: trunk/dports/sysutils/moreutils/Portfile
===================================================================
--- trunk/dports/sysutils/moreutils/Portfile	2014-07-27 13:25:59 UTC (rev 122711)
+++ trunk/dports/sysutils/moreutils/Portfile	2014-07-27 13:56:46 UTC (rev 122712)
@@ -4,8 +4,8 @@
 PortSystem              1.0
 
 name                    moreutils
-conflicts               parallel
 version                 0.51
+revision                1
 categories              sysutils
 platforms               darwin
 maintainers             khindenburg openmaintainer
@@ -21,7 +21,6 @@
                         \n- isutf8: check if a file or standard input is utf-8 \
                         \n- lckdo: run a program with a lock held. \
                         \n- mispipe: pipe two commands, returning the exit status of the first \
-                        \n- parallel: run multiple jobs at once \
                         \n- pee: tee standard input to pipes \
                         \n- sponge: soak up standard input and write to a file \
                         \n- ts: timestamp standard input \
@@ -71,11 +70,12 @@
         reinplace "s|/usr/share/xml/docbook/schema/dtd/4.4|${prefix}/share/xml/docbook/4.4|" \
         ${worksrcpath}/ifne.docbook ${worksrcpath}/isutf8.docbook \
         ${worksrcpath}/mispipe.docbook ${worksrcpath}/pee.docbook \
-        ${worksrcpath}/parallel.docbook \
         ${worksrcpath}/sponge.docbook ${worksrcpath}/lckdo.docbook
     }
 }
 
+notes "The binary parallel is no longer in this port; please install the port parallel instead."
+
 platform darwin 8 {
     # ticket #24279
     pre-fetch {

Modified: trunk/dports/sysutils/moreutils/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/moreutils/files/patch-Makefile.diff	2014-07-27 13:25:59 UTC (rev 122711)
+++ trunk/dports/sysutils/moreutils/files/patch-Makefile.diff	2014-07-27 13:56:46 UTC (rev 122712)
@@ -2,10 +2,10 @@
 +++ Makefile	2014-07-26 23:09:18.000000000 -0400
 @@ -1,13 +1,14 @@
 -BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel errno
-+BINS=isutf8 ifne pee sponge mispipe lckdo parallel errno
++BINS=isutf8 ifne pee sponge mispipe lckdo errno
  PERLSCRIPTS=vidir vipe ts combine zrun chronic
 -MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1
-+MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1
++MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 errno.1
  CFLAGS?=-O2 -g -Wall
  INSTALL_BIN?=install -s
  PREFIX?=/usr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140727/4cd7f6ae/attachment.html>


More information about the macports-changes mailing list