From owner-svn-ports-all@FreeBSD.ORG Fri Sep 12 07:08:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B6CECE7; Fri, 12 Sep 2014 07:08:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46939312; Fri, 12 Sep 2014 07:08:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8C78gan039995; Fri, 12 Sep 2014 07:08:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8C78fiD039992; Fri, 12 Sep 2014 07:08:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409120708.s8C78fiD039992@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 12 Sep 2014 07:08:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368008 - head/sysutils/moreutils-parallel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 07:08:42 -0000 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 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