[95040] trunk/dports/sysutils/moreutils

ryandesign at macports.org ryandesign at macports.org
Wed Jul 4 08:51:57 PDT 2012


Revision: 95040
          https://trac.macports.org/changeset/95040
Author:   ryandesign at macports.org
Date:     2012-07-04 08:51:56 -0700 (Wed, 04 Jul 2012)
Log Message:
-----------
moreutils: update to 0.47 (#30975)

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	2012-07-04 15:46:50 UTC (rev 95039)
+++ trunk/dports/sysutils/moreutils/Portfile	2012-07-04 15:51:56 UTC (rev 95040)
@@ -3,8 +3,7 @@
 PortSystem  1.0
 
 name        moreutils
-version     0.39
-revision    1
+version     0.47
 categories  sysutils
 maintainers nomaintainer
 license     GPL-2+
@@ -30,9 +29,10 @@
 conflicts       parallel
 distname        ${name}_${version}
 worksrcdir      ${name}
-checksums       md5     73477f418ea2de81a045019cc71267f3 \
-                sha1    ebf83f430a8c30b4f787e0b469ef2a37b6e2ae42 \
-                rmd160  5b7be7b4b07497c04f5792021bf1dc54ec5d07a8
+
+checksums       rmd160  1925666f75af7b97b2c64f3d82f056e5a42cdfcd \
+                sha256  277058c99d76c58f850f48dfbc1ad4a7a384f5b95f3569842ec4ce1c9f077266
+
 depends_run     path:bin/perl:perl5
 
 patchfiles      patch-Makefile.diff
@@ -41,7 +41,7 @@
         reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \
         ${worksrcpath}/vidir ${worksrcpath}/vipe \
         ${worksrcpath}/ts ${worksrcpath}/combine \
-        ${worksrcpath}/zrun
+        ${worksrcpath}/zrun ${worksrcpath}/chronic
 }
 
 use_configure   no

Modified: trunk/dports/sysutils/moreutils/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/moreutils/files/patch-Makefile.diff	2012-07-04 15:46:50 UTC (rev 95039)
+++ trunk/dports/sysutils/moreutils/files/patch-Makefile.diff	2012-07-04 15:51:56 UTC (rev 95040)
@@ -1,11 +1,11 @@
---- Makefile.orig	2009-07-02 14:00:44.000000000 -0500
-+++ Makefile	2010-03-23 23:06:18.000000000 -0500
+--- Makefile.orig	2012-06-05 12:55:53.000000000 -0500
++++ Makefile	2012-07-04 10:49:13.000000000 -0500
 @@ -1,13 +1,14 @@
--BINS=isutf8 ifdata ifne 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 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 parallel.1
+-BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel errno
++BINS=isutf8 ifne pee sponge mispipe lckdo parallel 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
  CFLAGS=-O2 -g -Wall
  INSTALL_BIN?=install -s
  PREFIX=/usr
@@ -17,7 +17,7 @@
 +doc: $(MANS)
  
  clean:
- 	rm -f $(BINS) $(MANS)
+ 	rm -f $(BINS) $(MANS) dump.c errnos.h errno.o
 @@ -17,6 +18,7 @@
  	$(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
  	install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120704/928a2d1b/attachment-0001.html>


More information about the macports-changes mailing list