mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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
This commit is contained in:
parent
ef1c83c342
commit
6c91a0096a
2 changed files with 9 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
||||||
PORTNAME= get_iplayer
|
PORTNAME= get_iplayer
|
||||||
DISTVERSION= 3.34
|
|
||||||
PORTREVISION= 1
|
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
DISTVERSION= 3.35
|
||||||
CATEGORIES= multimedia net
|
CATEGORIES= multimedia net
|
||||||
|
|
||||||
MAINTAINER= jamie@catflap.org
|
MAINTAINER= jamie@catflap.org
|
||||||
|
@ -37,12 +36,12 @@ PLIST_FILES= bin/${PORTNAME} ${SCRIPTS:S,^,${WWWDIR_REL}/,} \
|
||||||
|
|
||||||
PORTDOCS= CHANGELOG.md README.md
|
PORTDOCS= CHANGELOG.md README.md
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS FFMPEG ATOMICPARSLEY
|
OPTIONS_DEFINE= ATOMICPARSLEY DOCS FFMPEG
|
||||||
OPTIONS_DEFAULT= FFMPEG ATOMICPARSLEY
|
OPTIONS_DEFAULT= ATOMICPARSLEY FFMPEG
|
||||||
FFMPEG_DESC= Enable file conversion using FFmpeg
|
ATOMICPARSLEY_DESC= Enable tagging of media files
|
||||||
FFMPEG_RUN_DEPENDS= ffmpeg>=0:multimedia/ffmpeg
|
FFMPEG_DESC= Enable file conversion using FFmpeg
|
||||||
ATOMICPARSLEY_DESC= Enable tagging of media files
|
|
||||||
ATOMICPARSLEY_RUN_DEPENDS= atomicparsley>=0:multimedia/atomicparsley
|
ATOMICPARSLEY_RUN_DEPENDS= atomicparsley>=0:multimedia/atomicparsley
|
||||||
|
FFMPEG_RUN_DEPENDS= ffmpeg>=0:multimedia/ffmpeg
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e "108,110c\\${.newline} \$$opt_cmdline->{getiplayer} = \"${PREFIX}/bin/${PORTNAME}\";" \
|
${REINPLACE_CMD} -e "108,110c\\${.newline} \$$opt_cmdline->{getiplayer} = \"${PREFIX}/bin/${PORTNAME}\";" \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1698893026
|
TIMESTAMP = 1715985824
|
||||||
SHA256 (get-iplayer-get_iplayer-v3.34_GH0.tar.gz) = 72128a0edd731c1b1d932108b3c47c74f93e17ca99915f5c769767344f339be8
|
SHA256 (get-iplayer-get_iplayer-v3.35_GH0.tar.gz) = 048ff5f9bd5c6c0f51a05fd0c97eb137029d1950b594384a920c3c674f121e8c
|
||||||
SIZE (get-iplayer-get_iplayer-v3.34_GH0.tar.gz) = 149722
|
SIZE (get-iplayer-get_iplayer-v3.35_GH0.tar.gz) = 149783
|
||||||
|
|
Loading…
Add table
Reference in a new issue