Commits

David B. Evans authored 6005937aed6
get_iplayer: update to version 3.22

Instead of specifying a specific perl version, use the perl5 PortGroup's fallback default (currently perl5.28) unless overridden by a currently installed perl5 variant. Current perl5 variants are +perl5_26, +perl5_28 defaulting to +perl5_28. See https://trac.macports.org/ticket/58361
No tags

net/get_iplayer/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup perl5 1.0
5 5 PortGroup github 1.0
6 6
7 -github.setup get-iplayer get_iplayer 3.16 v
7 +github.setup get-iplayer get_iplayer 3.22 v
8 8 categories net multimedia
9 9 platforms darwin
10 10 maintainers {gmail.com:davide.liessi @dliessi} openmaintainer
11 11 supported_archs noarch
12 12 license GPL-3+
13 13
14 14 description A utility for downloading TV and radio from BBC iPlayer
15 15 long_description ${description}. \
16 16 \nThis port does not install the Web PVR Manager (get_iplayer.cgi).
17 17
18 -checksums rmd160 7171e71a1bb1d7426a168956c3312134ba98e8cb \
19 - sha256 9a6f780d616b66f7e890f380f90dc1d8918dc62165847343fe2ac44e95486757 \
20 - size 141452
21 -
22 -perl5.branches 5.26
18 +checksums rmd160 011a63971723bb3597ea7c30f4118d7c05616952 \
19 + sha256 0c7721124f424bfc0ba1bbbc5d4965382ef1d473c307c60b2c273e65c9284e65 \
20 + size 146353
23 21
24 22 depends_run port:perl${perl5.major} \
25 23 port:p${perl5.major}-libwww-perl \
26 24 port:p${perl5.major}-mojolicious \
27 25 port:p${perl5.major}-xml-libxml \
28 26 port:atomicparsley \
29 27 path:bin/ffmpeg:ffmpeg
30 28
31 29 post-patch {
32 30 reinplace "s|#!/usr/bin/env perl|#!${perl5.bin}|g" \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut