svn commit: r417547 - in head/sysutils/moreutils: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 26 17:13:56 UTC 2016


Author: sunpoet
Date: Sun Jun 26 17:13:54 2016
New Revision: 417547
URL: https://svnweb.freebsd.org/changeset/ports/417547

Log:
  - Update to 0.59
  
  Changes:	http://joeyh.name/code/moreutils/news/version_0.58/

Modified:
  head/sysutils/moreutils/Makefile
  head/sysutils/moreutils/distinfo
  head/sysutils/moreutils/files/patch-moreutils-parallel.c

Modified: head/sysutils/moreutils/Makefile
==============================================================================
--- head/sysutils/moreutils/Makefile	Sun Jun 26 17:13:49 2016	(r417546)
+++ head/sysutils/moreutils/Makefile	Sun Jun 26 17:13:54 2016	(r417547)
@@ -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 at 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 \

Modified: head/sysutils/moreutils/distinfo
==============================================================================
--- head/sysutils/moreutils/distinfo	Sun Jun 26 17:13:49 2016	(r417546)
+++ head/sysutils/moreutils/distinfo	Sun Jun 26 17:13:54 2016	(r417547)
@@ -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

Modified: head/sysutils/moreutils/files/patch-moreutils-parallel.c
==============================================================================
--- head/sysutils/moreutils/files/patch-moreutils-parallel.c	Sun Jun 26 17:13:49 2016	(r417546)
+++ head/sysutils/moreutils/files/patch-moreutils-parallel.c	Sun Jun 26 17:13:54 2016	(r417547)
@@ -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;
  }


More information about the svn-ports-head mailing list