From owner-svn-ports-all@freebsd.org Sat Oct 17 17:39:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF6B5A17DE1; Sat, 17 Oct 2015 17:39:59 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6A0E6D15; Sat, 17 Oct 2015 17:39:59 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9HHdwbj018265; Sat, 17 Oct 2015 17:39:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9HHdw2t018262; Sat, 17 Oct 2015 17:39:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201510171739.t9HHdw2t018262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 17 Oct 2015 17:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399546 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 17:39:59 -0000 Author: pi Date: Sat Oct 17 17:39:58 2015 New Revision: 399546 URL: https://svnweb.freebsd.org/changeset/ports/399546 Log: lang/execline: 2.1.3.1 -> 2.1.4.2 - New EXECLINE_BLOCK_END_STRING and EXECLINE_BLOCK_QUOTE_STRING macros - New command: withstdinas. It's a simplification of backtick, which is now implemented as a combination of pipeline and withstdinas. - Other new command: getcwd. PR: 203789 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 Sat Oct 17 17:37:01 2015 (r399545) +++ head/lang/execline/Makefile Sat Oct 17 17:39:58 2015 (r399546) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= execline -PORTVERSION= 2.1.3.1 +PORTVERSION= 2.1.4.2 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.6.1:${PORTSDIR}/devel/skalibs +BUILD_DEPENDS= skalibs>=2.3.8.0:${PORTSDIR}/devel/skalibs CONFLICTS_INSTALL= ImageMagick-* # bin/import Modified: head/lang/execline/distinfo ============================================================================== --- head/lang/execline/distinfo Sat Oct 17 17:37:01 2015 (r399545) +++ head/lang/execline/distinfo Sat Oct 17 17:39:58 2015 (r399546) @@ -1,2 +1,2 @@ -SHA256 (execline-2.1.3.1.tar.gz) = 7291d7c0e40f9706fc223abe290bb07a71fcf5fceec079a715e7d25bd2700236 -SIZE (execline-2.1.3.1.tar.gz) = 78584 +SHA256 (execline-2.1.4.2.tar.gz) = a424aa7642d675b00cc6cb6ac929d04c5d707805cbbc5e3ab3a3f7880ca3695b +SIZE (execline-2.1.4.2.tar.gz) = 79949 Modified: head/lang/execline/pkg-plist ============================================================================== --- head/lang/execline/pkg-plist Sat Oct 17 17:37:01 2015 (r399545) +++ head/lang/execline/pkg-plist Sat Oct 17 17:39:58 2015 (r399546) @@ -20,6 +20,7 @@ bin/forbacktickx bin/foreground bin/forstdin bin/forx +bin/getcwd bin/getpid bin/heredoc bin/homeof @@ -42,14 +43,15 @@ bin/tryexec bin/umask bin/unexport bin/wait +bin/withstdinas include/execline/config.h include/execline/execline.h lib/execline/libexecline.a lib/libexecline.so lib/libexecline.so.2 lib/libexecline.so.2.1 -lib/libexecline.so.2.1.3 -lib/libexecline.so.2.1.3.1 +lib/libexecline.so.2.1.4 +lib/libexecline.so.2.1.4.2 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/INSTALL @@ -84,6 +86,7 @@ lib/libexecline.so.2.1.3.1 %%PORTDOCS%%%%DOCSDIR%%/foreground.html %%PORTDOCS%%%%DOCSDIR%%/forstdin.html %%PORTDOCS%%%%DOCSDIR%%/forx.html +%%PORTDOCS%%%%DOCSDIR%%/getcwd.html %%PORTDOCS%%%%DOCSDIR%%/getpid.html %%PORTDOCS%%%%DOCSDIR%%/grammar.html %%PORTDOCS%%%%DOCSDIR%%/heredoc.html @@ -109,3 +112,4 @@ lib/libexecline.so.2.1.3.1 %%PORTDOCS%%%%DOCSDIR%%/unexport.html %%PORTDOCS%%%%DOCSDIR%%/upgrade.html %%PORTDOCS%%%%DOCSDIR%%/wait.html +%%PORTDOCS%%%%DOCSDIR%%/withstdinas.html