From 890b4025588664581b65cbb6f188801a6c6c2a88 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 24 Apr 2020 18:45:10 +0000 Subject: lang/execline: Update to 2.6.0.1 PR: 245687 Submitted by: crest@rlwinm.de (maintainer) --- lang/execline/Makefile | 4 ++-- lang/execline/distinfo | 6 +++--- lang/execline/pkg-plist | 15 ++++++++++----- 3 files changed, 15 insertions(+), 10 deletions(-) (limited to 'lang/execline') diff --git a/lang/execline/Makefile b/lang/execline/Makefile index 7f2d5639ee7c..b36a98d58354 100644 --- a/lang/execline/Makefile +++ b/lang/execline/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= execline -PORTVERSION= 2.5.1.0 +PORTVERSION= 2.6.0.1 CATEGORIES= lang shells MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/ @@ -12,7 +12,7 @@ COMMENT= Lightweight non-interactive sh(1)-like scripting language LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= skalibs>=2.8.0.0:devel/skalibs +BUILD_DEPENDS= skalibs>=2.9.2.1:devel/skalibs LIB_DEPENDS= libskarnet.so:devel/skalibs USES= gmake diff --git a/lang/execline/distinfo b/lang/execline/distinfo index 78e0051e17ce..6b818ee5065d 100644 --- a/lang/execline/distinfo +++ b/lang/execline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1554118598 -SHA256 (execline-2.5.1.0.tar.gz) = b1a756842947488404db8173bbae179d6e78b6ef551ec683acca540ecaf22677 -SIZE (execline-2.5.1.0.tar.gz) = 83681 +TIMESTAMP = 1587117422 +SHA256 (execline-2.6.0.1.tar.gz) = e7cbb7b5942674a0b5176c42aa0a3194a848419a698e4aad9d1764d2b429ba9d +SIZE (execline-2.6.0.1.tar.gz) = 90567 diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist index e24541f07004..1a1568dbc2bc 100644 --- a/lang/execline/pkg-plist +++ b/lang/execline/pkg-plist @@ -9,6 +9,8 @@ bin/elglob bin/emptyenv bin/envfile bin/exec +bin/execline-cd +bin/execline-umask bin/execlineb bin/exit bin/export @@ -35,6 +37,8 @@ bin/multidefine bin/multisubstitute bin/pipeline bin/piperw +bin/posix-cd +bin/posix-umask bin/redirfd bin/runblock bin/shift @@ -48,14 +52,12 @@ include/execline/config.h include/execline/execline.h lib/execline/libexecline.a lib/libexecline.so -lib/libexecline.so.2.5 -lib/libexecline.so.2.5.1 -lib/libexecline.so.2.5.1.0 +lib/libexecline.so.2.6 +lib/libexecline.so.2.6.0.1 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/background.html %%PORTDOCS%%%%DOCSDIR%%/backtick.html -%%PORTDOCS%%%%DOCSDIR%%/cd.html %%PORTDOCS%%%%DOCSDIR%%/define.html %%PORTDOCS%%%%DOCSDIR%%/dieshdiedie.html %%PORTDOCS%%%%DOCSDIR%%/dollarat.html @@ -69,8 +71,10 @@ lib/libexecline.so.2.5.1.0 %%PORTDOCS%%%%DOCSDIR%%/emptyenv.html %%PORTDOCS%%%%DOCSDIR%%/envfile.html %%PORTDOCS%%%%DOCSDIR%%/exec.html +%%PORTDOCS%%%%DOCSDIR%%/execline-cd.html %%PORTDOCS%%%%DOCSDIR%%/execline-shell.html %%PORTDOCS%%%%DOCSDIR%%/execline-startup.html +%%PORTDOCS%%%%DOCSDIR%%/execline-umask.html %%PORTDOCS%%%%DOCSDIR%%/execlineb.html %%PORTDOCS%%%%DOCSDIR%%/exit.html %%PORTDOCS%%%%DOCSDIR%%/exitcodes.html @@ -100,12 +104,13 @@ lib/libexecline.so.2.5.1.0 %%PORTDOCS%%%%DOCSDIR%%/multisubstitute.html %%PORTDOCS%%%%DOCSDIR%%/pipeline.html %%PORTDOCS%%%%DOCSDIR%%/piperw.html +%%PORTDOCS%%%%DOCSDIR%%/posix-cd.html +%%PORTDOCS%%%%DOCSDIR%%/posix-umask.html %%PORTDOCS%%%%DOCSDIR%%/redirfd.html %%PORTDOCS%%%%DOCSDIR%%/runblock.html %%PORTDOCS%%%%DOCSDIR%%/shift.html %%PORTDOCS%%%%DOCSDIR%%/trap.html %%PORTDOCS%%%%DOCSDIR%%/tryexec.html -%%PORTDOCS%%%%DOCSDIR%%/umask.html %%PORTDOCS%%%%DOCSDIR%%/unexport.html %%PORTDOCS%%%%DOCSDIR%%/upgrade.html %%PORTDOCS%%%%DOCSDIR%%/wait.html -- cgit v1.2.3