lang/execline: Update to 2.6.0.1

PR:		245687
Submitted by:	crest@rlwinm.de  (maintainer)
This commit is contained in:
Tobias C. Berner 2020-04-24 18:45:10 +00:00
parent bd11c9ad58
commit 890b402558
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532887
3 changed files with 15 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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