From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 26 17:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6F29D1A for ; Mon, 26 Aug 2013 17:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A71F8238E for ; Mon, 26 Aug 2013 17:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7QHe0md047352 for ; Mon, 26 Aug 2013 17:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7QHe0jh047351; Mon, 26 Aug 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 26 Aug 2013 17:40:00 GMT Resent-Message-Id: <201308261740.r7QHe0jh047351@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danilo Egêa Gondolfo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7A8EA35 for ; Mon, 26 Aug 2013 17:34:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AA0D2350 for ; Mon, 26 Aug 2013 17:34:01 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7QHY1qZ006351 for ; Mon, 26 Aug 2013 17:34:01 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7QHY1RI006347; Mon, 26 Aug 2013 17:34:01 GMT (envelope-from nobody) Message-Id: <201308261734.r7QHY1RI006347@oldred.freebsd.org> Date: Mon, 26 Aug 2013 17:34:01 GMT From: Danilo Egêa Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181569: devel/paexec update and take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 17:40:00 -0000 >Number: 181569 >Category: ports >Synopsis: devel/paexec update and take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 26 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egêa Gondolfo >Release: FreeBSD 9.2-RC2 >Organization: >Environment: FreeBSD projeto 9.2-RC2 FreeBSD 9.2-RC2 #0 r254368: Thu Aug 15 18:49:04 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Changes: - Updated from 0.18.0 to 0.19.0 - Take maintainership Redports: https://redports.org/buildarchive/20130826170900-42500/ Changelog: paexec: - POSIX-2008 getline(3) is used for reading lines instead of home-made function. - t '' is equivalent to "no transport", spaces are trimmed. - "-n +NNN" has higher priority than -t, i.e. if they both are specified, transport is ignored. - Fix for -W1. - Environment variable PAEXEC_EOT was introduced. - Option -y was added to paexec(1) and paexec_reorder(1). - Option -C was added to paexec(1). paexec_reorder: - Option -x was added to paexec_reorder(1). A number of fixes and improvements in regression tests. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 325403) +++ Makefile (working copy) @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= paexec -PORTVERSION= 0.18.0 +PORTVERSION= 0.19.0 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= Parallel executor, distributes tasks over network LICENSE= MIT -BUILD_DEPENDS= mk-configure>=0.23:${PORTSDIR}/devel/mk-configure +BUILD_DEPENDS= mkcmake:${PORTSDIR}/devel/mk-configure \ + runawk:${PORTSDIR}/lang/runawk LIB_DEPENDS= maa:${PORTSDIR}/devel/libmaa -RUN_DEPENDS= runawk:${PORTSDIR}/lang/runawk OPTIONS_DEFINE= DOCS EXAMPLES Index: distinfo =================================================================== --- distinfo (revision 325403) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (paexec-0.18.0.tar.gz) = 911c306d9bc94c2acb97377d45e5763e189dd2cd8105e8ca34c5d51e84622aff -SIZE (paexec-0.18.0.tar.gz) = 74183 +SHA256 (paexec-0.19.0.tar.gz) = 9276fcc0c5b4f5595e11e98692321bbaa65f409c27b341badadfa6d14ec627e7 +SIZE (paexec-0.19.0.tar.gz) = 148938 >Release-Note: >Audit-Trail: >Unformatted: