Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 19:51:42 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346793 - in head/sysutils/moreutils-parallel: . files
Message-ID:  <201403021951.s22JpgRN039881@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Mar  2 19:51:41 2014
New Revision: 346793
URL: http://svnweb.freebsd.org/changeset/ports/346793
QAT: https://qat.redports.org/buildarchive/r346793/

Log:
  moreutils-parallel: update port to 0.51
  
  Update the port to 0.51 and in doing so simplify it: remove the Makefile patch
  and pass MAKE_ARGS instead.

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

Modified: head/sysutils/moreutils-parallel/Makefile
==============================================================================
--- head/sysutils/moreutils-parallel/Makefile	Sun Mar  2 19:51:02 2014	(r346792)
+++ head/sysutils/moreutils-parallel/Makefile	Sun Mar  2 19:51:41 2014	(r346793)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	moreutils-parallel
-PORTVERSION=	0.50
+PORTVERSION=	0.51
 CATEGORIES=	sysutils
 MASTER_SITES=	DEBIAN
 MASTER_SITE_SUBDIR=	pool/main/m/moreutils
@@ -17,6 +17,8 @@ CONFLICTS=	parallel-[0-9]*
 
 WRKSRC=		${WRKDIR}/moreutils
 
+MAKE_ARGS=	BINS=parallel  MANS=parallel.1
+
 PLIST_FILES=	bin/parallel man/man1/parallel.1.gz
 
 post-patch:
@@ -26,5 +28,4 @@ do-install:
 	${CP} ${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	Sun Mar  2 19:51:02 2014	(r346792)
+++ head/sysutils/moreutils-parallel/distinfo	Sun Mar  2 19:51:41 2014	(r346793)
@@ -1,2 +1,2 @@
-SHA256 (moreutils_0.50.tar.gz) = 4df833f17c2c6781c1d500ac51455af1929db5aeb96d06e45b00489393b37714
-SIZE (moreutils_0.50.tar.gz) = 46952
+SHA256 (moreutils_0.51.tar.gz) = 579e1e61f874d105ec3b6cf898a3ce7e487a58773a44769ce34c2fc7315cb141
+SIZE (moreutils_0.51.tar.gz) = 47404



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