Bug 181473 - [maintainer update] Updating port: sysutils/parallel - New Version (20130822)
Summary: [maintainer update] Updating port: sysutils/parallel - New Version (20130822)
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-22 23:40 UTC by howeyc
Modified: 2013-08-23 08:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.33 KB, patch)
2013-08-22 23:40 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 2013-08-22 23:40:01 UTC
Modified files:
sysutils/parallel Makefile distinfo

Update to 20130822

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

How-To-Repeat: N/A
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-08-23 08:03:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-23 08:12:20 UTC
Author: culot
Date: Fri Aug 23 07:12:13 2013
New Revision: 325252
URL: http://svnweb.freebsd.org/changeset/ports/325252

Log:
  - Update to 20130822
  
  Changes:	https://savannah.gnu.org/forum/forum.php?forum_id=7686
  PR:		ports/181473
  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	Fri Aug 23 07:08:00 2013	(r325251)
+++ head/sysutils/parallel/Makefile	Fri Aug 23 07:12:13 2013	(r325252)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	parallel
-PORTVERSION=	20130722
+PORTVERSION=	20130822
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU
 
@@ -20,10 +20,10 @@ GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_PERL5=	yes
 
-MAN1=		parallel.1 sem.1 sql.1 niceload.1
+MAN1=		parallel.1 parallel_tutorial.1 sem.1 sql.1 niceload.1
 PLIST_FILES=	bin/parallel bin/sem bin/sql bin/niceload
-PORTDOCS=	parallel.html sem.html sql.html niceload.html \
-		parallel.texi sem.texi sql.texi niceload.texi
+PORTDOCS=	parallel.html parallel_tutorial.html sem.html sql.html niceload.html \
+		parallel.texi parallel_tutorial.texi sem.texi sql.texi niceload.texi
 
 .include <bsd.port.options.mk>
 

Modified: head/sysutils/parallel/distinfo
==============================================================================
--- head/sysutils/parallel/distinfo	Fri Aug 23 07:08:00 2013	(r325251)
+++ head/sysutils/parallel/distinfo	Fri Aug 23 07:12:13 2013	(r325252)
@@ -1,2 +1,2 @@
-SHA256 (parallel-20130722.tar.bz2) = 68185dfe3e94656c680c713f495840edf00bac0e8233e9fe1161f2ae3f99f66b
-SIZE (parallel-20130722.tar.bz2) = 245705
+SHA256 (parallel-20130822.tar.bz2) = b857c744479fe19137bdbd240dd6205882b31be924c9ce0a0f4566e67e8d25d9
+SIZE (parallel-20130822.tar.bz2) = 270689
_______________________________________________
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 Frederic Culot freebsd_committer freebsd_triage 2013-08-23 08:12:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!