aboutsummaryrefslogtreecommitdiff
path: root/sysutils/moreutils
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2009-07-11 14:47:01 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2009-07-11 14:47:01 +0000
commit4bda1df1741a0d27c7a181c76019e029093fac72 (patch)
tree2b653b48c7591dc4a27b8672f6c2b1d97acf4397 /sysutils/moreutils
parente7887ce3951c90ffd4814af57214edac064bd855 (diff)
downloadports-4bda1df1741a0d27c7a181c76019e029093fac72.tar.gz
ports-4bda1df1741a0d27c7a181c76019e029093fac72.zip
- Update to 0.36
PR: ports/136658 Submitted by: Charlie Kester <corky1951 AT comcast.net> (maintainer)
Notes
Notes: svn path=/head/; revision=237609
Diffstat (limited to 'sysutils/moreutils')
-rw-r--r--sysutils/moreutils/Makefile2
-rw-r--r--sysutils/moreutils/distinfo6
-rw-r--r--sysutils/moreutils/files/patch-Makefile14
-rw-r--r--sysutils/moreutils/pkg-descr2
4 files changed, 13 insertions, 11 deletions
diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile
index 104a09a7e7a3..e053008ea286 100644
--- a/sysutils/moreutils/Makefile
+++ b/sysutils/moreutils/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= moreutils
-PORTVERSION= 0.35
+PORTVERSION= 0.36
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}
diff --git a/sysutils/moreutils/distinfo b/sysutils/moreutils/distinfo
index b571b119ff83..eb0d829a5f3d 100644
--- a/sysutils/moreutils/distinfo
+++ b/sysutils/moreutils/distinfo
@@ -1,3 +1,3 @@
-MD5 (moreutils_0.35.tar.gz) = e3089831539284f740f0180ec589d079
-SHA256 (moreutils_0.35.tar.gz) = 8ac8467171c099a1c5b661f02286d59ba264c2034c77a30832015cc68f62ed2e
-SIZE (moreutils_0.35.tar.gz) = 37009
+MD5 (moreutils_0.36.tar.gz) = c2df31a6c2e1ab5344808d5401365fba
+SHA256 (moreutils_0.36.tar.gz) = 5e450f96e7aff87f3b32f389d46fdb6bb84c736579ad053351efa42f80c29a7b
+SIZE (moreutils_0.36.tar.gz) = 39266
diff --git a/sysutils/moreutils/files/patch-Makefile b/sysutils/moreutils/files/patch-Makefile
index dbe99edc5221..2b3bb13f0f2f 100644
--- a/sysutils/moreutils/files/patch-Makefile
+++ b/sysutils/moreutils/files/patch-Makefile
@@ -1,10 +1,10 @@
--- Makefile.orig 2009-05-05 12:09:22.000000000 -0700
+++ Makefile 2009-06-20 07:59:27.000000000 -0700
-@@ -1,24 +1,24 @@
--BINS=isutf8 ifdata ifne pee sponge mispipe lckdo
+@@ -1,25 +1,25 @@
+-BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel
+BINS=isutf8 ifne pee sponge mispipe lckdo
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
+-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
CFLAGS=-O2 -g -Wall
INSTALL_BIN?=install -s
@@ -26,12 +26,12 @@
- mkdir -p $(DESTDIR)$(PREFIX)/bin
- $(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
- install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
--
-- mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
-- install $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
+ mkdir -p $(PREFIX)/bin
+ $(INSTALL_BIN) $(BINS) $(PREFIX)/bin
+ install $(PERLSCRIPTS) $(PREFIX)/bin
-
+
+- mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
+- install $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
+-
check: isutf8
./check-isutf8
diff --git a/sysutils/moreutils/pkg-descr b/sysutils/moreutils/pkg-descr
index 9dd72ae8be86..eb089532f045 100644
--- a/sysutils/moreutils/pkg-descr
+++ b/sysutils/moreutils/pkg-descr
@@ -15,4 +15,6 @@ So far, it includes the following utilities:
- isutf8: check if a file or standard input is utf-8
- lckdo: execute a program with a lock held
+The 'ifdata' and 'parallel' utilities are not included in this FreeBSD port.
+
WWW: http://kitenet.net/~joey/code/moreutils/