If you need to change your password, and you have a .FreeBSD.org account, please use Kerberos rather than the link on the home page.

'; }
Bug 182302 - [maintainer update] Updating port: sysutils/parallel - New Version (20130922)
Summary: [maintainer update] Updating port: sysutils/parallel - New Version (20130922)
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: 2013-09-22 18:00 UTC by howeyc
Modified: 2013-09-22 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.30 KB, patch)
2013-09-22 18:00 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-09-22 18:00:00 UTC
Modified files:
sysutils/parallel Makefile distinfo

Update to 20130922

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

Fix: Patch attached.

Patch attached with submission follows:
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?
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-22 18:00:08 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 2013-09-22 21:01:20 UTC
Author: sunpoet
Date: Sun Sep 22 20:01:12 2013
New Revision: 327893
URL: http://svnweb.freebsd.org/changeset/ports/327893

Log:
  - Update to 20130922
  - While I'm here:
    - Sort MAN1, PLIST_FILES and PORTDOCS
    - Remove unnecessary shebang line patch
  
  Changes:	https://savannah.gnu.org/forum/forum.php?forum_id=7723
  PR:		ports/182302
  Submitted by:	Chris Howey <[email protected]> (maintainer)

Modified:
  head/sysutils/parallel/Makefile
  head/sysutils/parallel/distinfo   (contents, props changed)

Modified: head/sysutils/parallel/Makefile
==============================================================================
--- head/sysutils/parallel/Makefile	Sun Sep 22 20:00:07 2013	(r327892)
+++ head/sysutils/parallel/Makefile	Sun Sep 22 20:01:12 2013	(r327893)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	parallel
-PORTVERSION=	20130822
+PORTVERSION=	20130922
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU
 
@@ -16,25 +16,26 @@ OPTIONS_DEFINE=	DOCS
 CONFLICTS=	moreutils-parallel-[0-9]*
 
 CONFIGURE_ARGS=	--docdir="${DOCSDIR}"
-
-USES=		perl5
 GNU_CONFIGURE=	yes
+NO_STAGE=	yes
 USE_BZIP2=	yes
+USES=		perl5
 
-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
+MAN1=		niceload.1 parallel.1 parallel_tutorial.1 sem.1 sql.1
+PLIST_FILES=	bin/niceload bin/parallel bin/sem bin/sql
+PORTDOCS=	niceload.html niceload.pdf niceload.texi \
+		parallel.html parallel.pdf parallel.texi \
+		parallel_tutorial.html parallel_tutorial.pdf parallel_tutorial.texi \
+		sem.html sem.pdf sem.texi \
+		sql.html sql.pdf sql.texi
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+=	pod2texi:${PORTSDIR}/print/texinfo
+BUILD_DEPENDS+=	${LOCALBASE}/bin/pod2texi:${PORTSDIR}/print/texinfo
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/src/parallel
 .if empty(PORT_OPTIONS:MDOCS)
 	@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-docDATA||' ${WRKSRC}/src/Makefile.in
 .endif

Modified: head/sysutils/parallel/distinfo
==============================================================================
--- head/sysutils/parallel/distinfo	Sun Sep 22 20:00:07 2013	(r327892)
+++ head/sysutils/parallel/distinfo	Sun Sep 22 20:01:12 2013	(r327893)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "[email protected]"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-22 21:01:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!