mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.59
Changes: http://joeyh.name/code/moreutils/news/version_0.58/
This commit is contained in:
parent
8f889c6ed5
commit
23565d15a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417547
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -1,13 +1,5 @@
|
||||
--- moreutils-parallel.c.orig 2015-01-19 18:03:51 UTC
|
||||
+++ moreutils-parallel.c
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
+#include <signal.h>
|
||||
|
||||
#ifdef __sun
|
||||
# include <sys/loadavg.h> /* getloadavg() */
|
||||
@@ -112,6 +113,7 @@ void exec_child(char **command, char **a
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user