Bug 255033 - sysutils/bfs: Fix check-sanity report by pkg fallout
Summary: sysutils/bfs: Fix check-sanity report by pkg fallout
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-13 12:31 UTC by Dries Michiels
Modified: 2021-04-13 16:16 UTC (History)
1 user (show)

See Also:


Attachments
bfs.diff (467 bytes, patch)
2021-04-13 12:32 UTC, Dries Michiels
driesm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dries Michiels freebsd_committer freebsd_triage 2021-04-13 12:31:33 UTC

    
Comment 1 Dries Michiels freebsd_committer freebsd_triage 2021-04-13 12:31:52 UTC
=======================<phase: check-sanity   >============================
===>  License not correctly defined: redefining LICENSE_PERMS is not allowed for known licenses, to define a custom license try another LICENSE name like BSD0CLAUSE-variant
make: exec(exit) failed (No such file or directory)
*** Error code 1
Comment 2 Dries Michiels freebsd_committer freebsd_triage 2021-04-13 12:32:16 UTC
Created attachment 224080 [details]
bfs.diff

bfs.diff
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-04-13 16:15:52 UTC
A commit in branch main references this bug:

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

commit 0b75f8d88178de71f6a368bf5fe1c73e1b6f84b7
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-04-13 16:14:02 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-04-13 16:14:02 +0000

    sysutils/bfs: Fix check-sanity

    Redefining LICENSE_PERMS is not allowed for known licenses

    PR:             255033
    Approved by:    Dries Michiels <driesm.michiels@gmail.com> (maintainer)

 sysutils/bfs/Makefile | 2 --
 1 file changed, 2 deletions(-)
Comment 4 Kevin Bowling freebsd_committer freebsd_triage 2021-04-13 16:16:43 UTC
Thanks for your contribution!