[65467] trunk/dports/sysutils/moreutils

milosh at macports.org milosh at macports.org
Fri Mar 26 05:53:42 PDT 2010


Revision: 65467
          http://trac.macports.org/changeset/65467
Author:   milosh at macports.org
Date:     2010-03-26 05:53:41 -0700 (Fri, 26 Mar 2010)
Log Message:
-----------
moreutils now ifne (#24188)

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	2010-03-26 10:54:54 UTC (rev 65466)
+++ trunk/dports/sysutils/moreutils/Portfile	2010-03-26 12:53:41 UTC (rev 65467)
@@ -4,12 +4,14 @@
 
 name        moreutils
 version     0.39
+revision    1
 categories  sysutils
 maintainers milosh openmaintainer
 platforms   darwin
 description a collection of the unix tools that nobody thought to write thirty years ago.
 long_description    \
     moreutils includes the following utilities: \
+ - ifne: run a program if the standard input is not empty, \
  - isutf8: check if a file or standard input is utf-8, \
  - sponge: soak up standard input and write to a file, \
  - ts: timestamp standard input, \
@@ -53,7 +55,7 @@
         destroot.target-append  install-doc
         post-patch {
             reinplace "s|/usr/share/xml/docbook/schema/dtd/4.4|${prefix}/share/xml/docbook/4.4|" \
-            ${worksrcpath}/ifdata.docbook ${worksrcpath}/isutf8.docbook \
+            ${worksrcpath}/ifne.docbook ${worksrcpath}/isutf8.docbook \
             ${worksrcpath}/mispipe.docbook ${worksrcpath}/pee.docbook \
             ${worksrcpath}/parallel.docbook \
             ${worksrcpath}/sponge.docbook ${worksrcpath}/lckdo.docbook

Modified: trunk/dports/sysutils/moreutils/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/moreutils/files/patch-Makefile.diff	2010-03-26 10:54:54 UTC (rev 65466)
+++ trunk/dports/sysutils/moreutils/files/patch-Makefile.diff	2010-03-26 12:53:41 UTC (rev 65467)
@@ -2,10 +2,10 @@
 +++ Makefile	2010-03-23 23:06:18.000000000 -0500
 @@ -1,13 +1,14 @@
 -BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel
-+BINS=isutf8 pee sponge mispipe lckdo parallel
++BINS=isutf8 ifne pee sponge mispipe lckdo parallel
  PERLSCRIPTS=vidir vipe ts combine zrun
 -MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 parallel.1
-+MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 pee.1 zrun.1 mispipe.1 lckdo.1 parallel.1
++MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 parallel.1
  CFLAGS=-O2 -g -Wall
  INSTALL_BIN?=install -s
  PREFIX=/usr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100326/499e2378/attachment.html>


More information about the macports-changes mailing list