git: db4243b23190 - main - lang/execline: update to 2.9.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Apr 2023 21:44:06 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=db4243b231901f119659caa2ba76034b81329898 commit db4243b231901f119659caa2ba76034b81329898 Author: Jan Bramkamp <crest@rlwinm.de> AuthorDate: 2023-04-03 21:54:13 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-04-06 20:33:21 +0000 lang/execline: update to 2.9.3.0 Changelog: https://skarnet.org/software/execline/upgrade.html MFH: 2023Q2 --- lang/execline/Makefile | 5 ++--- lang/execline/distinfo | 6 +++--- lang/execline/pkg-plist | 15 ++++++++------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lang/execline/Makefile b/lang/execline/Makefile index 68820f3367c6..503d5c436b6a 100644 --- a/lang/execline/Makefile +++ b/lang/execline/Makefile @@ -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 diff --git a/lang/execline/distinfo b/lang/execline/distinfo index f7f2034e8165..6c7c5f49ccbf 100644 --- a/lang/execline/distinfo +++ b/lang/execline/distinfo @@ -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 diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist index 5fa7c6ea90cc..0684d438e224 100644 --- a/lang/execline/pkg-plist +++ b/lang/execline/pkg-plist @@ -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