[149085] trunk/dports/sysutils/moreutils
khindenburg at macports.org
khindenburg at macports.org
Sun May 29 11:43:29 PDT 2016
Revision: 149085
https://trac.macports.org/changeset/149085
Author: khindenburg at macports.org
Date: 2016-05-29 11:43:29 -0700 (Sun, 29 May 2016)
Log Message:
-----------
moreutils: update to 0.59
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 2016-05-29 18:34:24 UTC (rev 149084)
+++ trunk/dports/sysutils/moreutils/Portfile 2016-05-29 18:43:29 UTC (rev 149085)
@@ -5,7 +5,7 @@
name moreutils
conflicts ts
-version 0.58
+version 0.59
categories sysutils
platforms darwin
maintainers khindenburg openmaintainer
@@ -33,10 +33,10 @@
master_sites debian:m/${name}
distname ${name}_${version}.orig
-worksrcdir ${name}-${version}
+worksrcdir ${name}-${version}.orig
-checksums rmd160 31d06cfb6230c294a42e933521af48affecf7dea \
- sha256 9c4bba745518f1cc4d5594b1276793bd4f737fedb2e5b14beeab4b73f106c00a
+checksums rmd160 6cd9e8d8ebf092b3428886d4195864ed5e9f786b \
+ sha256 a48e11c3197bf79a7bfaa121423e64626e3381d9fedc91d606e9724ae498d1b4
# set pbranch to desired perl version
# currently 5.22 (#48365)
Modified: trunk/dports/sysutils/moreutils/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/moreutils/files/patch-Makefile.diff 2016-05-29 18:34:24 UTC (rev 149084)
+++ trunk/dports/sysutils/moreutils/files/patch-Makefile.diff 2016-05-29 18:43:29 UTC (rev 149085)
@@ -1,16 +1,17 @@
---- Makefile 2014-12-07 11:16:57.000000000 -0500
-+++ Makefile 2014-12-07 11:20:27.000000000 -0500
-@@ -1,13 +1,14 @@
+--- Makefile 2016-04-02 15:23:51.000000000 -0400
++++ Makefile 2016-05-29 14:22:09.000000000 -0400
+@@ -1,6 +1,6 @@
-BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel errno
-+BINS=isutf8 ifne pee sponge mispipe lckdo errno
++BINS=isutf8 ifdata 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 errno.1
++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 errno.1
CFLAGS?=-O2 -g -Wall
INSTALL_BIN?=install -s
PREFIX?=/usr
+@@ -8,7 +8,8 @@
- DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
+ DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 $(DOCBOOKXSL)/manpages/docbook.xsl
-all: $(BINS) $(MANS)
+all: $(BINS)
@@ -18,12 +19,10 @@
clean:
rm -f $(BINS) $(MANS) dump.c errnos.h errno.o
-@@ -16,7 +17,8 @@
- mkdir -p $(DESTDIR)$(PREFIX)/bin
+@@ -18,6 +19,7 @@
$(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/20160529/da5f08f3/attachment.html>
More information about the macports-changes
mailing list