svn commit: r399546 - head/lang/execline

Kurt Jaeger pi at FreeBSD.org
Sat Oct 17 17:39:59 UTC 2015


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 <colin at 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	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


More information about the svn-ports-all mailing list