Bug 261162 - finance/py-bitcoin installs a LICENSE in /usr/local
Summary: finance/py-bitcoin installs a LICENSE in /usr/local
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-12 21:29 UTC by Stefan Eßer
Modified: 2022-01-12 21:43 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Eßer freebsd_committer freebsd_triage 2022-01-12 21:29:18 UTC
The finance/py-bitcoin port installs a file /usr/local/LICENSE.

Please fix the port to either install the file in a port specific location or not at all (since another LICENSE file is installed in the correct place).
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-12 21:43:19 UTC
A commit in branch main references this bug:

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

commit 8b18d3b4b43ddb3aa346a70af65675f816f5c455
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-01-12 21:41:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-01-12 21:43:11 +0000

    finance/py-bitcoin: Remove LICENSE from plist

    PR:             261162

    Reported by:    se@

 finance/py-bitcoin/Makefile                        | 11 ++++++-
 ...ions_local__state__space__iteration__2.cc (new) | 38 ++++++++++++++++++++++
 .../patch-preprocessor_src_EquationTags.cc (new)   | 12 +++++++
 3 files changed, 60 insertions(+), 1 deletion(-)
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2022-01-12 21:43:33 UTC
Fix committed.

Thanks for the report!