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.
Kerberos rather than the link on the home page.
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
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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]"
State Changed From-To: open->closed Committed. Thanks!