From 79c2fc5c83fc22f67a1d77e824ec5d2f44ecf317 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 26 Jun 2016 17:13:54 +0000 Subject: [PATCH] - Update to 0.59 Changes: http://joeyh.name/code/moreutils/news/version_0.58/ --- sysutils/moreutils/Makefile | 7 ++++--- sysutils/moreutils/distinfo | 5 +++-- sysutils/moreutils/files/patch-moreutils-parallel.c | 8 -------- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile index 0dda991590f1..be16c62cf119 100644 --- a/sysutils/moreutils/Makefile +++ b/sysutils/moreutils/Makefile @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= moreutils -PORTVERSION= 0.58 +PORTVERSION= 0.59 +DISTVERSIONSUFFIX= .orig CATEGORIES= sysutils MASTER_SITES= DEBIAN_POOL -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig +DISTNAME= ${PORTNAME}_${DISTVERSIONFULL} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Additional Unix utilities @@ -21,7 +22,7 @@ OPTIONS_SUB= yes ALL_TARGET= errnos.h ${CANNED_MANPAGES:R} MAKE_JOBS_UNSAFE= yes USES= perl5 shebangfix -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONFULL} CANNED_MANPAGES=errno.1 \ ifdata.1 \ diff --git a/sysutils/moreutils/distinfo b/sysutils/moreutils/distinfo index ad9ec1f4f86c..c1c3ffabcc60 100644 --- a/sysutils/moreutils/distinfo +++ b/sysutils/moreutils/distinfo @@ -1,2 +1,3 @@ -SHA256 (moreutils_0.58.orig.tar.gz) = 9c4bba745518f1cc4d5594b1276793bd4f737fedb2e5b14beeab4b73f106c00a -SIZE (moreutils_0.58.orig.tar.gz) = 46828 +TIMESTAMP = 1466837939 +SHA256 (moreutils_0.59.orig.tar.gz) = a48e11c3197bf79a7bfaa121423e64626e3381d9fedc91d606e9724ae498d1b4 +SIZE (moreutils_0.59.orig.tar.gz) = 47248 diff --git a/sysutils/moreutils/files/patch-moreutils-parallel.c b/sysutils/moreutils/files/patch-moreutils-parallel.c index 411932268578..ea4e6eb014fd 100644 --- a/sysutils/moreutils/files/patch-moreutils-parallel.c +++ b/sysutils/moreutils/files/patch-moreutils-parallel.c @@ -1,13 +1,5 @@ --- moreutils-parallel.c.orig 2015-01-19 18:03:51 UTC +++ moreutils-parallel.c -@@ -31,6 +31,7 @@ - #include - #include - #include -+#include - - #ifdef __sun - # include /* getloadavg() */ @@ -112,6 +113,7 @@ void exec_child(char **command, char **a return; }