Bug 187877 - [maintainer update] Updating port: sysutils/parallel - New Version (20140322)
Summary: [maintainer update] Updating port: sysutils/parallel - New Version (20140322)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-23 23:50 UTC by howeyc
Modified: 2014-03-24 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (886 bytes, patch)
2014-03-23 23:50 UTC, howeyc
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description howeyc 2014-03-23 23:50:00 UTC
Modified files:
sysutils/parallel Makefile distinfo

Update to 20140322

Release notes:
https://savannah.gnu.org/forum/forum.php?forum_id=7918

How-To-Repeat: N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-23 23:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-24 12:32:35 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-24 12:35:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!