lang/execline: update to 2.9.3.0

Changelog: https://skarnet.org/software/execline/upgrade.html

MFH:		2023Q2
This commit is contained in:
Jan Bramkamp 2023-04-03 23:54:13 +02:00 committed by Robert Clausecker
parent 856820f983
commit db4243b231
3 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= execline
PORTVERSION= 2.9.1.0
PORTREVISION= 1
DISTVERSION= 2.9.3.0
CATEGORIES= lang shells
MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/
@ -11,7 +10,7 @@ WWW= https://www.skarnet.org/software/execline/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= skalibs>=2.13.0.0:devel/skalibs
BUILD_DEPENDS= skalibs>=2.13.1.1:devel/skalibs
LIB_DEPENDS= libskarnet.so:devel/skalibs
USES= gmake

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1675785462
SHA256 (execline-2.9.1.0.tar.gz) = b5d68e021fa0c4679089d265110a6c81f4ecc141067bf686dccb4bfd061c0404
SIZE (execline-2.9.1.0.tar.gz) = 106227
TIMESTAMP = 1680558463
SHA256 (execline-2.9.3.0.tar.gz) = c8027fa70922d117cdee8cc20d277e38d03fd960e6d136d8cec32603d4ec238d
SIZE (execline-2.9.3.0.tar.gz) = 109536

View File

@ -1,6 +1,7 @@
bin/background
bin/backtick
bin/case
bin/cd
bin/define
bin/dollarat
bin/elgetopt
@ -10,6 +11,10 @@ bin/eltest
bin/emptyenv
bin/envfile
bin/exec
@mode 755
bin/execline-cd
bin/execline-umask
@mode
bin/execlineb
bin/exit
bin/export
@ -43,21 +48,16 @@ bin/runblock
bin/shift
bin/trap
bin/tryexec
bin/umask
bin/unexport
bin/wait
bin/withstdinas
@mode 755
bin/execline-cd
bin/execline-umask
bin/cd
bin/umask
@mode
include/execline/config.h
include/execline/execline.h
lib/execline/libexecline.a
lib/libexecline.so
lib/libexecline.so.2.9
lib/libexecline.so.2.9.1.0
lib/libexecline.so.2.9.3.0
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/background.html
@ -81,6 +81,7 @@ lib/libexecline.so.2.9.1.0
%%PORTDOCS%%%%DOCSDIR%%/execline-shell.html
%%PORTDOCS%%%%DOCSDIR%%/execline-startup.html
%%PORTDOCS%%%%DOCSDIR%%/execline-umask.html
%%PORTDOCS%%%%DOCSDIR%%/execline.html
%%PORTDOCS%%%%DOCSDIR%%/execlineb.html
%%PORTDOCS%%%%DOCSDIR%%/exit.html
%%PORTDOCS%%%%DOCSDIR%%/exitcodes.html