Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2013 16:55:43 GMT
From:      Chris Howey <howeyc@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182302: [maintainer update] Updating port: sysutils/parallel - New Version (20130922)
Message-ID:  <201309221655.r8MGthsM099954@oldred.freebsd.org>
Resent-Message-ID: <201309221700.r8MH00ir015516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182302
>Category:       ports
>Synopsis:       [maintainer update] Updating port: sysutils/parallel - New Version (20130922)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 22 17:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Chris Howey
>Release:        9.1-RELEASE
>Organization:
N/A
>Environment:
FreeBSD tinny-desktop 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Modified files:
sysutils/parallel Makefile distinfo

Update to 20130922

Release notes:
https://savannah.gnu.org/forum/forum.php?forum_id=7723
>How-To-Repeat:
I've notice the installer installs 4 different types of docs:

Man pages
Texi files (Generated at install time using pod2texi)
HTML files
PDF files

Should we be installing all of these? Is it worth making config options for them or maybe only installing certain doc types?
>Fix:
Patch attached.

Patch attached with submission follows:

diff -ruN parallel.bak/Makefile parallel/Makefile
--- parallel.bak/Makefile	2013-09-20 18:05:58.000000000 -0500
+++ parallel/Makefile	2013-09-22 11:48:14.000000000 -0500
@@ -2,7 +2,7 @@
 # $FreeBSD: sysutils/parallel/Makefile 327772 2013-09-20 23:05:58Z bapt $
 
 PORTNAME=	parallel
-PORTVERSION=	20130822
+PORTVERSION=	20130922
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU
 
@@ -24,7 +24,8 @@
 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 parallel_tutorial.html sem.html sql.html niceload.html \
-		parallel.texi parallel_tutorial.texi sem.texi sql.texi niceload.texi
+		parallel.texi parallel_tutorial.texi sem.texi sql.texi niceload.texi \
+		parallel.pdf parallel_tutorial.pdf sem.pdf sql.pdf niceload.pdf
 
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
diff -ruN parallel.bak/distinfo parallel/distinfo
--- parallel.bak/distinfo	2013-08-23 02:12:13.000000000 -0500
+++ parallel/distinfo	2013-09-22 11:44:59.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (parallel-20130822.tar.bz2) = b857c744479fe19137bdbd240dd6205882b31be924c9ce0a0f4566e67e8d25d9
-SIZE (parallel-20130822.tar.bz2) = 270689
+SHA256 (parallel-20130922.tar.bz2) = e8fa0e4dd06781aa90f4567493ae61233b8db6a1b35257f8d229f9efd737b909
+SIZE (parallel-20130922.tar.bz2) = 769344


>Release-Note:
>Audit-Trail:
>Unformatted:



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