ports/181569: devel/paexec update and take maintainership
Danilo Egêa Gondolfo
danilogondolfo at gmail.com
Mon Aug 26 17:40:00 UTC 2013
>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 at 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 at FreeBSD.org
+MAINTAINER= danilogondolfo at 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:
More information about the freebsd-ports-bugs
mailing list