Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2014 07:08:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368008 - head/sysutils/moreutils-parallel
Message-ID:  <201409120708.s8C78fiD039992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Sep 12 07:08:41 2014
New Revision: 368008
URL: http://svnweb.freebsd.org/changeset/ports/368008
QAT: https://qat.redports.org/buildarchive/r368008/

Log:
  - Update to 0.52

Modified:
  head/sysutils/moreutils-parallel/Makefile
  head/sysutils/moreutils-parallel/distinfo

Modified: head/sysutils/moreutils-parallel/Makefile
==============================================================================
--- head/sysutils/moreutils-parallel/Makefile	Fri Sep 12 06:34:28 2014	(r368007)
+++ head/sysutils/moreutils-parallel/Makefile	Fri Sep 12 07:08:41 2014	(r368008)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	moreutils-parallel
-PORTVERSION=	0.51
-PORTREVISION=	1
+PORTVERSION=	0.52
 CATEGORIES=	sysutils
 MASTER_SITES=	DEBIAN
 MASTER_SITE_SUBDIR=	pool/main/m/moreutils
@@ -29,7 +28,7 @@ post-patch:
 	${CP} ${FILESDIR}/parallel.1 ${WRKSRC}/
 
 do-install:
-	${CP} ${WRKSRC}/parallel ${STAGEDIR}${PREFIX}/bin/parallel
+	${INSTALL_PROGRAM} ${WRKSRC}/parallel ${STAGEDIR}${PREFIX}/bin/parallel
 	cd ${WRKSRC} && ${INSTALL_MAN} parallel.1 ${STAGEDIR}${MANPREFIX}/man/man1/
 
 .include <bsd.port.mk>

Modified: head/sysutils/moreutils-parallel/distinfo
==============================================================================
--- head/sysutils/moreutils-parallel/distinfo	Fri Sep 12 06:34:28 2014	(r368007)
+++ head/sysutils/moreutils-parallel/distinfo	Fri Sep 12 07:08:41 2014	(r368008)
@@ -1,2 +1,2 @@
-SHA256 (moreutils_0.51.tar.gz) = 579e1e61f874d105ec3b6cf898a3ce7e487a58773a44769ce34c2fc7315cb141
-SIZE (moreutils_0.51.tar.gz) = 47404
+SHA256 (moreutils_0.52.tar.gz) = c4bcf2f5bac09312ed5aa48d2cecd77a1c9609017b7a2acb2ac9fdd197480ffb
+SIZE (moreutils_0.52.tar.gz) = 47511



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409120708.s8C78fiD039992>