diff options
author | pawel <pawel@FreeBSD.org> | 2015-03-17 03:02:57 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-03-17 03:02:57 +0800 |
commit | 1e485227e44c3477d5559050def1f0eb9387e28b (patch) | |
tree | aa0419cd063544d0e2a56f706222ed64c69c6876 | |
parent | b69b425d3811d9951559e702116cf46d68267309 (diff) | |
download | freebsd-ports-graphics-1e485227e44c3477d5559050def1f0eb9387e28b.tar.gz freebsd-ports-graphics-1e485227e44c3477d5559050def1f0eb9387e28b.tar.zst freebsd-ports-graphics-1e485227e44c3477d5559050def1f0eb9387e28b.zip |
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)
-rw-r--r-- | lang/execline/Makefile | 4 | ||||
-rw-r--r-- | lang/execline/distinfo | 4 | ||||
-rw-r--r-- | lang/execline/pkg-plist | 9 |
3 files changed, 10 insertions, 7 deletions
diff --git a/lang/execline/Makefile b/lang/execline/Makefile index 71ec87eae43..2716bf1f9ae 100644 --- a/lang/execline/Makefile +++ b/lang/execline/Makefile @@ -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(1)-like scripting language 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 diff --git a/lang/execline/distinfo b/lang/execline/distinfo index 58b554bf052..609bb44a2f3 100644 --- a/lang/execline/distinfo +++ b/lang/execline/distinfo @@ -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 diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist index 35801f1c3a0..98c416f3e15 100644 --- a/lang/execline/pkg-plist +++ b/lang/execline/pkg-plist @@ -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 |