Bug 269915

Summary: games/fretsonfire: Replace reference to PY_PILLOW with its value
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (acm)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch file acm: maintainer-approval+

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!