From owner-svn-ports-head@FreeBSD.ORG Mon Mar 16 19:02:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFF5D651; Mon, 16 Mar 2015 19:02:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAC2127B; Mon, 16 Mar 2015 19:02:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2GJ2wql076318; Mon, 16 Mar 2015 19:02:58 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2GJ2vMu076315; Mon, 16 Mar 2015 19:02:57 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201503161902.t2GJ2vMu076315@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 16 Mar 2015 19:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381433 - head/lang/execline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2015 19:02:59 -0000 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 (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