Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2023 12:31:05 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 97cc52875872 - main - lang/execline: Fix permissions for some files
Message-ID:  <202302181231.31ICV5EG024350@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302181231.31ICV5EG024350>