ports/182302: [maintainer update] Updating port: sysutils/parallel - New Version (20130922)
Chris Howey
howeyc at gmail.com
Sun Sep 22 17:00:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list