Date: Mon, 16 Mar 2015 19:02:57 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381433 - head/lang/execline Message-ID: <201503161902.t2GJ2vMu076315@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Mar 16 19:02:57 2015 New Revision: 381433 URL: https://svnweb.freebsd.org/changeset/ports/381433 QAT: https://qat.redports.org/buildarchive/r381433/ Log: Update to version 2.1.1.0 2.1.0.0 skalibs dependency bumped to 2.3.1.0 foreground now sets the ? environment variable to 256 plus the signal number when its block was killed by a signal (in previous releases it used 126). New rules for exit codes of forx, loopwhilex, forbacktickx New -e option to loopwhilex, deprecating the -x option. PR: 198058 Submitted by: Colin Booth <colin@heliocat.net> (maintainer) Modified: head/lang/execline/Makefile head/lang/execline/distinfo head/lang/execline/pkg-plist Modified: head/lang/execline/Makefile ============================================================================== --- head/lang/execline/Makefile Mon Mar 16 19:01:40 2015 (r381432) +++ head/lang/execline/Makefile Mon Mar 16 19:02:57 2015 (r381433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= execline -PORTVERSION= 2.0.2.1 +PORTVERSION= 2.1.1.0 CATEGORIES= lang shells MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/ @@ -11,7 +11,7 @@ COMMENT= Lightweight non-interactive sh( LICENSE= ISCL -BUILD_DEPENDS= skalibs>=2.3.0.0:${PORTSDIR}/devel/skalibs +BUILD_DEPENDS= skalibs>=2.3.1.0:${PORTSDIR}/devel/skalibs CONFLICTS_INSTALL= ImageMagick-* # bin/import Modified: head/lang/execline/distinfo ============================================================================== --- head/lang/execline/distinfo Mon Mar 16 19:01:40 2015 (r381432) +++ head/lang/execline/distinfo Mon Mar 16 19:02:57 2015 (r381433) @@ -1,2 +1,2 @@ -SHA256 (execline-2.0.2.1.tar.gz) = c81606403373605129f5d36f13eac42603d5c1f99307b38a3ff6e8544eebd74d -SIZE (execline-2.0.2.1.tar.gz) = 73335 +SHA256 (execline-2.1.1.0.tar.gz) = 9e1a9b95772b64bd623c1ddea6200909cca0eb659893ac47857848928eaff7dc +SIZE (execline-2.1.1.0.tar.gz) = 75967 Modified: head/lang/execline/pkg-plist ============================================================================== --- head/lang/execline/pkg-plist Mon Mar 16 19:01:40 2015 (r381432) +++ head/lang/execline/pkg-plist Mon Mar 16 19:02:57 2015 (r381433) @@ -18,6 +18,7 @@ bin/fdreserve bin/fdswap bin/forbacktickx bin/foreground +bin/forstdin bin/forx bin/getpid bin/heredoc @@ -45,9 +46,9 @@ include/execline/execline.h lib/execline/libexecline.a lib/libexecline.so lib/libexecline.so.2 -lib/libexecline.so.2.0 -lib/libexecline.so.2.0.2 -lib/libexecline.so.2.0.2.1 +lib/libexecline.so.2.1 +lib/libexecline.so.2.1.1 +lib/libexecline.so.2.1.1.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/INSTALL @@ -71,6 +72,7 @@ lib/libexecline.so.2.0.2.1 %%PORTDOCS%%%%DOCSDIR%%/execline-startup.html %%PORTDOCS%%%%DOCSDIR%%/execlineb.html %%PORTDOCS%%%%DOCSDIR%%/exit.html +%%PORTDOCS%%%%DOCSDIR%%/exitcodes.html %%PORTDOCS%%%%DOCSDIR%%/export.html %%PORTDOCS%%%%DOCSDIR%%/fdblock.html %%PORTDOCS%%%%DOCSDIR%%/fdclose.html @@ -79,6 +81,7 @@ lib/libexecline.so.2.0.2.1 %%PORTDOCS%%%%DOCSDIR%%/fdswap.html %%PORTDOCS%%%%DOCSDIR%%/forbacktickx.html %%PORTDOCS%%%%DOCSDIR%%/foreground.html +%%PORTDOCS%%%%DOCSDIR%%/forstdin.html %%PORTDOCS%%%%DOCSDIR%%/forx.html %%PORTDOCS%%%%DOCSDIR%%/getpid.html %%PORTDOCS%%%%DOCSDIR%%/grammar.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503161902.t2GJ2vMu076315>