Bug 269915 - games/fretsonfire: Replace reference to PY_PILLOW with its value
Summary: games/fretsonfire: Replace reference to PY_PILLOW with its value
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-02 15:41 UTC by Yasuhiro Kimura
Modified: 2023-05-17 04:52 UTC (History)
0 users

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


Attachments
Patch file (973 bytes, patch)
2023-03-02 15:41 UTC, Yasuhiro Kimura
acm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2023-03-02 15:41:27 UTC
Created attachment 240533 [details]
Patch file

Since this port works with Python 3.6 and later, the value of PY_PILLOW doesn't change. So replace reference to it with its value.
Comment 1 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2023-03-30 14:37:05 UTC
Comment on attachment 240533 [details]
Patch file

Please, commit it, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-05-17 04:52:09 UTC
A commit in branch main references this bug:

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

commit c76b01eb34950349c9d70ef2a9ca0eeb2080835f
Author:     Yasuhiro Kimura <yasu@freebsd.org>
AuthorDate: 2023-05-17 04:50:24 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-05-17 04:50:24 +0000

    games/fretsonfire: Replace reference to PY_PILLOW with its value

    PR:             269915

 games/fretsonfire/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2023-05-17 04:52:23 UTC
Committed thanks!