Bug 275561 - security/py-pass-audit: honor PREFIX
Summary: security/py-pass-audit: honor PREFIX
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: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-05 21:41 UTC by Tobias Rehbein
Modified: 2023-12-06 18:47 UTC (History)
1 user (show)

See Also:


Attachments
patch to fix PREFIX for security/py-pass-audit (1.70 KB, patch)
2023-12-05 21:41 UTC, Tobias Rehbein
tobias.rehbein: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Rehbein 2023-12-05 21:41:02 UTC
Created attachment 246810 [details]
patch to fix PREFIX for security/py-pass-audit

Since the update to Release 1.2, the port has no longer taken PREFIX into account. This oversight is corrected with this commit.
Comment 1 Tobias Rehbein 2023-12-05 21:53:12 UTC
QA:
* portlint -AC: looks fine
* poudriere testport: 14.0-RELEASE amd64 ok
* make package with changed PREFIX: ok
Comment 2 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2023-12-06 11:47:44 UTC
While preparing git commit messages please respect the 72 character line boundary. `git config --add core.hooksPath .hooks` will let you help with the prepare-comit-msg hook which is a good helper in these sort of cases.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-12-06 12:36:38 UTC
A commit in branch main references this bug:

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

commit 285b19417fff7a4cccebf9769b6a339631ccd5e5
Author:     Tobias Rehbein <tobias.rehbein@web.de>
AuthorDate: 2023-12-06 11:43:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-06 12:35:50 +0000

    security/py-pass-audit: Honor PREFIX

    Since the update to release 1.2, the port has no longer taken PREFIX
    into account. This oversight is corrected with this commit.

    PR:             275561
    Approved by:    submitter is maintainer

 security/py-pass-audit/Makefile             | 2 ++
 security/py-pass-audit/files/patch-setup.py | 8 +++++---
 2 files changed, 7 insertions(+), 3 deletions(-)
Comment 4 Tobias Rehbein 2023-12-06 18:47:06 UTC
(In reply to Muhammad Moinur Rahman from comment #2)
Thanks for the hint. An thanks for taking care of these PRs.