Bug 264540

Summary: devel/hs-ormolu: Incorrect permissions in ports directory
Product: Ports & Packages Reporter: Anton Saietskii <vsasjason>
Component: Individual Port(s)Assignee: Gleb Popov <arrowd>
Status: Closed FIXED    
Severity: Affects Only Me CC: arrowd, haskell
Priority: --- Flags: arrowd: maintainer-feedback+
arrowd: merge-quarterly+
Version: Latest   
Hardware: Any   
OS: Any   

Description Anton Saietskii 2022-06-08 11:31:50 UTC
root@localhost:~ # ll /usr/ports/devel/hs-ormolu/
total 14
-rwxr-xr-x  1 root  wheel   525 May 21 17:17 Makefile*
-rwxr-xr-x  1 root  wheel  3320 May 21 17:17 distinfo*
-rw-r--r--  1 root  wheel   386 May 21 17:17 pkg-descr
root@localhost:~ #

Looks like Makefile and distinfo should have 644 instead of 755.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-06-08 11:36:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6eaec378d83a20ee8e176c96ead95950a8dffef9

commit 6eaec378d83a20ee8e176c96ead95950a8dffef9
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-06-08 11:35:07 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-06-08 11:35:07 +0000

    devel/hs-ormolu: Fix permissions on Makefile and distinfo files.

    PR:             264540

 devel/hs-ormolu/Makefile (mode -x) | 0
 devel/hs-ormolu/distinfo (mode -x) | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2022-06-08 11:37:23 UTC
Fixed, thanks!
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2022-06-12 02:23:06 UTC
Is quarterly port version affected too?

^Triage: Assign to committer resolving
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-06-14 11:39:45 UTC
A commit in branch 2022Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ce4d1b1953ad1c0ac69a15df0a1167e1c57cee30

commit ce4d1b1953ad1c0ac69a15df0a1167e1c57cee30
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-06-08 11:35:07 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-06-14 11:38:42 +0000

    devel/hs-ormolu: Fix permissions on Makefile and distinfo files.

    PR:             264540
    (cherry picked from commit 6eaec378d83a20ee8e176c96ead95950a8dffef9)

 devel/hs-ormolu/Makefile (mode -x) | 0
 devel/hs-ormolu/distinfo (mode -x) | 0
 2 files changed, 0 insertions(+), 0 deletions(-)