Bug 279119 - multimedia/get_iplayer: Update to 3.35
Summary: multimedia/get_iplayer: Update to 3.35
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: Vladimir Druzenko
URL: https://github.com/get-iplayer/get_ip...
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2024-05-17 22:59 UTC by Jamie Landeg-Jones
Modified: 2024-05-18 09:41 UTC (History)
2 users (show)

See Also:


Attachments
patch to update get_iplayer (1.26 KB, patch)
2024-05-17 22:59 UTC, Jamie Landeg-Jones
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jamie Landeg-Jones 2024-05-17 22:59:02 UTC
Created attachment 250783 [details]
patch to update get_iplayer

https://github.com/get-iplayer/get_iplayer/wiki/release330to339#changes-in-335
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-18 09:35:00 UTC
A commit in branch main references this bug:

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

commit 6c91a0096a33c56543d76e50b5eaa5a5c9e5d71d
Author:     Jamie Landeg-Jones <jamie@catflap.org>
AuthorDate: 2024-05-18 09:26:31 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-05-18 09:26:31 +0000

    multimedia/get_iplayer: update to 3.35, pet portclippy

    Changelog:
    * Fixed a bug introduced in v3.32 that caused tagging failures with a
    "Wide character" error when --tag-only-filename contained non-ASCII
    characters.
    * Adapted for changes to iPlayer site that caused unwanted items to be
    downloaded with --pid-recursive when the "More like this" listings for
    CBBC/CBeebies programmes contained links to individual episodes rather
    than to series.
    * Corrected a typo in option specs that caused a "duplicate specification"
    warning when Getopt::Long Perl module >= 2.55.
    https://github.com/get-iplayer/get_iplayer/wiki/release330to339#changes-in-335

    While here pet portclippy and sort options.

    PR:     279119

 multimedia/get_iplayer/Makefile | 13 ++++++-------
 multimedia/get_iplayer/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 10 deletions(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-05-18 09:41:18 UTC
Thanks.