aboutsummaryrefslogtreecommitdiff
path: root/lang/execline
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-10-17 17:39:58 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-10-17 17:39:58 +0000
commit2ba5f6e417236d8de04d67b4bdbfd73bcb3d0c2b (patch)
tree86af9c0ce83d12c00b85b3960ece420d4891d8c5 /lang/execline
parent1878db8769235d49ac1281a03721d8567c9211c6 (diff)
downloadports-2ba5f6e417236d8de04d67b4bdbfd73bcb3d0c2b.tar.gz
ports-2ba5f6e417236d8de04d67b4bdbfd73bcb3d0c2b.zip
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@heliocat.net> (maintainer)
Notes
Notes: svn path=/head/; revision=399546
Diffstat (limited to 'lang/execline')
-rw-r--r--lang/execline/Makefile4
-rw-r--r--lang/execline/distinfo4
-rw-r--r--lang/execline/pkg-plist8
3 files changed, 10 insertions, 6 deletions
diff --git a/lang/execline/Makefile b/lang/execline/Makefile
index 28ccb36ec8ef..620549b68fd9 100644
--- a/lang/execline/Makefile
+++ b/lang/execline/Makefile
@@ -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(1)-like scripting language
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
diff --git a/lang/execline/distinfo b/lang/execline/distinfo
index 0dac02826ead..c8110acccd27 100644
--- a/lang/execline/distinfo
+++ b/lang/execline/distinfo
@@ -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
diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist
index 268babb2821a..434e73273855 100644
--- a/lang/execline/pkg-plist
+++ b/lang/execline/pkg-plist
@@ -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