svn commit: r348975 - head/sysutils/parallel

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 24 12:32:30 UTC 2014


Author: sunpoet
Date: Mon Mar 24 12:32:29 2014
New Revision: 348975
URL: http://svnweb.freebsd.org/changeset/ports/348975
QAT: https://qat.redports.org/buildarchive/r348975/

Log:
  - Update to 20140322
  - While I'm here, use USES=tar:bzip2
  
  Changes:	https://savannah.gnu.org/forum/forum.php?forum_id=7918
  PR:		ports/187877
  Submitted by:	Chris Howey <howeyc at gmail.com> (maintainer)

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

Modified: head/sysutils/parallel/Makefile
==============================================================================
--- head/sysutils/parallel/Makefile	Mon Mar 24 12:32:23 2014	(r348974)
+++ head/sysutils/parallel/Makefile	Mon Mar 24 12:32:29 2014	(r348975)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	parallel
-PORTVERSION=	20140222
+PORTVERSION=	20140322
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU
 
@@ -17,8 +17,7 @@ CONFLICTS=	moreutils-parallel-[0-9]*
 
 CONFIGURE_ARGS=	--docdir="${DOCSDIR}"
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
-USES=		perl5 shebangfix
+USES=		perl5 shebangfix tar:bzip2
 
 PLIST_FILES=	bin/niceload bin/parallel bin/sem bin/sql \
 		man/man1/niceload.1.gz man/man1/parallel.1.gz \

Modified: head/sysutils/parallel/distinfo
==============================================================================
--- head/sysutils/parallel/distinfo	Mon Mar 24 12:32:23 2014	(r348974)
+++ head/sysutils/parallel/distinfo	Mon Mar 24 12:32:29 2014	(r348975)
@@ -1,2 +1,2 @@
-SHA256 (parallel-20140222.tar.bz2) = 7e74cc72d350cfab0bfff64c1910773030e74ca0ee5f60e528cae425d283637d
-SIZE (parallel-20140222.tar.bz2) = 825763
+SHA256 (parallel-20140322.tar.bz2) = b4690319856f9a4cbb73cdd498d358666412d1fbc8848f1e83edf4d5d62d69fe
+SIZE (parallel-20140322.tar.bz2) = 837047


More information about the svn-ports-all mailing list