Bug 261060 - comms/gnuradio: fix plist when PYTHON_VERSION != 3.8
Summary: comms/gnuradio: fix plist when PYTHON_VERSION != 3.8
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: hamradio (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-09 13:56 UTC by Eric Camachat
Modified: 2022-01-20 17:06 UTC (History)
1 user (show)

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


Attachments
fix plist when PYTHON_VERSION != 3.8 (3.72 KB, patch)
2022-01-09 13:56 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2022-01-09 13:56:38 UTC
Created attachment 230843 [details]
fix plist when PYTHON_VERSION != 3.8
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-09 16:01:05 UTC
A commit in branch main references this bug:

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

commit 4c67f395d99df44eeaf43f8fd841b9ff1970fef3
Author:     Diane Bruce <db@FreeBSD.org>
AuthorDate: 2022-01-09 15:49:55 +0000
Commit:     Diane Bruce <db@FreeBSD.org>
CommitDate: 2022-01-09 16:00:17 +0000

    comms/gnuradio: Fix plist problem

    fix plist when PYTHON_VERSION != 3.8

    PR:             ports/261060
    Reported by:    eric@camachat.org

 comms/gnuradio/Makefile  |  2 +-
 comms/gnuradio/pkg-plist | 36 ++++++++++++++++++------------------
 2 files changed, 19 insertions(+), 19 deletions(-)
Comment 2 Diane Bruce freebsd_committer freebsd_triage 2022-01-09 16:09:18 UTC
(In reply to Eric Camachat from comment #0)

Thanks for this as I had just started looking at this. You saved
me some time. ;)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-01-20 17:06:53 UTC
A commit in branch 2022Q1 references this bug:

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

commit d97c53b5aeea22203f554b1eb9807661436bb780
Author:     Diane Bruce <db@FreeBSD.org>
AuthorDate: 2022-01-09 15:49:55 +0000
Commit:     Diane Bruce <db@FreeBSD.org>
CommitDate: 2022-01-20 17:06:06 +0000

    comms/gnuradio: Fix plist problem

    fix plist when PYTHON_VERSION != 3.8

    PR:             ports/261060
    Reported by:    eric@camachat.org

    (cherry picked from commit 4c67f395d99df44eeaf43f8fd841b9ff1970fef3)

 comms/gnuradio/Makefile  |  2 +-
 comms/gnuradio/pkg-plist | 36 ++++++++++++++++++------------------
 2 files changed, 19 insertions(+), 19 deletions(-)