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 185108 - [maintainer update] Updating port: sysutils/parallel - New Version (20131222)
Summary: [maintainer update] Updating port: sysutils/parallel - New Version (20131222)
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-12-22 21:50 UTC by howeyc
Modified: 2013-12-23 18:40 UTC (History)
0 users

See Also:


Attachments
file.diff (852 bytes, patch)
2013-12-22 21: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 2013-12-22 21:50:00 UTC
Modified files:
sysutils/parallel Makefile distinfo

Update to 20131222

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

Fix: Patch attached.

Patch attached with submission follows:
How-To-Repeat: N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-22 21:50:09 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-12-23 18:30:24 UTC
Author: sunpoet
Date: Mon Dec 23 18:30:14 2013
New Revision: 337282
URL: http://svnweb.freebsd.org/changeset/ports/337282

Log:
  - Update to 20131222
  - While I'm here, simplify Makefile
  
  Changes:	https://savannah.gnu.org/forum/forum.php?forum_id=7823
  PR:		ports/185108
  Submitted by:	Chris Howey <[email protected]> (maintainer)

Modified:
  head/sysutils/parallel/Makefile
  head/sysutils/parallel/distinfo

Modified: head/sysutils/parallel/Makefile
==============================================================================
--- head/sysutils/parallel/Makefile	Mon Dec 23 18:30:09 2013	(r337281)
+++ head/sysutils/parallel/Makefile	Mon Dec 23 18:30:14 2013	(r337282)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	parallel
-PORTVERSION=	20131122
+PORTVERSION=	20131222
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU
 
@@ -17,7 +17,6 @@ CONFLICTS=	moreutils-parallel-[0-9]*
 
 CONFIGURE_ARGS=	--docdir="${DOCSDIR}"
 GNU_CONFIGURE=	yes
-#NO_STAGE=	yes
 USE_BZIP2=	yes
 USES=		perl5
 
@@ -32,11 +31,4 @@ PORTDOCS=	niceload.html niceload.pdf nic
 
 DOCS_BUILD_DEPENDS=	${LOCALBASE}/bin/pod2texi:${PORTSDIR}/print/texinfo
 
-.include <bsd.port.options.mk>
-
-post-patch:
-.if empty(PORT_OPTIONS:MDOCS)
-	@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-docDATA||' ${WRKSRC}/src/Makefile.in
-.endif
-
 .include <bsd.port.mk>

Modified: head/sysutils/parallel/distinfo
==============================================================================
--- head/sysutils/parallel/distinfo	Mon Dec 23 18:30:09 2013	(r337281)
+++ head/sysutils/parallel/distinfo	Mon Dec 23 18:30:14 2013	(r337282)
@@ -1,2 +1,2 @@
-SHA256 (parallel-20131122.tar.bz2) = ef5e0af618cd71c2a2d96ab3aa800ca44e6fab830092176db4b3468b747e29d0
-SIZE (parallel-20131122.tar.bz2) = 808204
+SHA256 (parallel-20131222.tar.bz2) = 6772be4d236de1696c1d7f84eee00f36d0a69da28c845c8730c38816c9eaef21
+SIZE (parallel-20131222.tar.bz2) = 817581
_______________________________________________
[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-12-23 18:36:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!