git: 97cc52875872 - main - lang/execline: Fix permissions for some files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Feb 2023 12:31:05 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=97cc52875872928d12da8a128339ee18aaf8324b commit 97cc52875872928d12da8a128339ee18aaf8324b Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-02-17 10:16:12 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-02-18 12:26:40 +0000 lang/execline: Fix permissions for some files Some executables did not have the right permissions. PR: 268593 Reported by: sg@redu.cx --- lang/execline/Makefile | 1 + lang/execline/pkg-plist | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lang/execline/Makefile b/lang/execline/Makefile index a02bd4288f20..68820f3367c6 100644 --- a/lang/execline/Makefile +++ b/lang/execline/Makefile @@ -1,5 +1,6 @@ PORTNAME= execline PORTVERSION= 2.9.1.0 +PORTREVISION= 1 CATEGORIES= lang shells MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/ diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist index 3e466a3a2a4a..5fa7c6ea90cc 100644 --- a/lang/execline/pkg-plist +++ b/lang/execline/pkg-plist @@ -1,7 +1,6 @@ bin/background bin/backtick bin/case -bin/cd bin/define bin/dollarat bin/elgetopt @@ -11,8 +10,6 @@ bin/eltest bin/emptyenv bin/envfile bin/exec -bin/execline-cd -bin/execline-umask bin/execlineb bin/exit bin/export @@ -46,10 +43,15 @@ 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