[129127] trunk/dports/sysutils/moreutils

khindenburg at macports.org khindenburg at macports.org
Sun Dec 7 08:40:05 PST 2014


Revision: 129127
          https://trac.macports.org/changeset/129127
Author:   khindenburg at macports.org
Date:     2014-12-07 08:40:05 -0800 (Sun, 07 Dec 2014)
Log Message:
-----------
moreutils: update to 0.54; change homepage/master_sites; remove unneeded reinplace; add missing errno info

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-12-07 16:36:31 UTC (rev 129126)
+++ trunk/dports/sysutils/moreutils/Portfile	2014-12-07 16:40:05 UTC (rev 129127)
@@ -5,7 +5,7 @@
 
 name                    moreutils
 conflicts               ts
-version                 0.53
+version                 0.54
 categories              sysutils
 platforms               darwin
 maintainers             khindenburg openmaintainer
@@ -17,6 +17,7 @@
 long_description        moreutils includes the following utilities: \
                         \n- chronic: runs a command quietly unless it fails \
                         \n- combine: combine the lines in two files using boolean operations \
+                        \n- errno: look up errno names and descriptions \
                         \n- ifne: run a program if the standard input is not empty \
                         \n- isutf8: check if a file or standard input is utf-8 \
                         \n- lckdo: run a program with a lock held. \
@@ -28,14 +29,15 @@
                         \n- vipe: insert a text editor into a pipe \
                         \n- zrun: automatically uncompress arguments to command
 
-homepage                http://packages.debian.org/unstable/utils/moreutils
-master_sites            http://ftp.debian.org/debian/pool/main/m/moreutils/
-distname                ${name}_${version}
-worksrcdir              ${name}
+homepage                http://joeyh.name/code/moreutils
 
-checksums               rmd160  428dd5c8e13bef24d3866bcae18f6831ad395f9d \
-                        sha256  4f1842467759b6747f28a624c317a315f0b54a44440d2c8e2eec4d10144696fc
+master_sites            debian:m/${name}
+distname                ${name}_${version}.orig
+worksrcdir              ${name}-${version}
 
+checksums               rmd160  42b7e620de67989814dde62bf086c62f76b5e1f2 \
+                        sha256  50281c4d6bbbc8ab08f881c44a01c367049a09c19b7375023dec2543493b529f
+
 depends_run             port:perl5.16 \
                         port:p5.16-ipc-run
 
@@ -66,12 +68,6 @@
     depends_build-append    port:docbook-xml-4.4 port:docbook2X
     build.target-append     doc
     destroot.target-append  install-doc
-    post-patch {
-        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}/sponge.docbook ${worksrcpath}/lckdo.docbook
-    }
 }
 
 notes "The binary parallel is no longer in this port; please install the port parallel instead."
@@ -84,4 +80,4 @@
 }
 
 livecheck.type          regex
-livecheck.regex         ${name} .(\[0-9.\]+)
+livecheck.regex         {version ([0-9.]+)}

Modified: trunk/dports/sysutils/moreutils/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/moreutils/files/patch-Makefile.diff	2014-12-07 16:36:31 UTC (rev 129126)
+++ trunk/dports/sysutils/moreutils/files/patch-Makefile.diff	2014-12-07 16:40:05 UTC (rev 129127)
@@ -1,5 +1,5 @@
---- Makefile.orig	2014-07-26 23:08:43.000000000 -0400
-+++ Makefile	2014-07-26 23:09:18.000000000 -0400
+--- Makefile	2014-12-07 11:16:57.000000000 -0500
++++ Makefile	2014-12-07 11:20:27.000000000 -0500
 @@ -1,13 +1,14 @@
 -BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel errno
 +BINS=isutf8 ifne pee sponge mispipe lckdo errno
@@ -18,10 +18,12 @@
  
  clean:
  	rm -f $(BINS) $(MANS) dump.c errnos.h errno.o
-@@ -17,6 +18,7 @@
+@@ -16,7 +17,8 @@
+ 	mkdir -p $(DESTDIR)$(PREFIX)/bin
  	$(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
  	install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
- 	
+-	
++
 +install-doc:
  	mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
  	install $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141207/851c5bd0/attachment-0001.html>


More information about the macports-changes mailing list