Skip to content

Commit

Permalink
MacPorts update
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Oct 24, 2021
1 parent bdc8cca commit ad9d563
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
9 changes: 6 additions & 3 deletions tools/MacPorts/multimedia/ffmpeg/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ PortGroup legacysupport 1.1
PortGroup xcode_workaround 1.0

name ffmpeg
set my_name ffmpeg
conflicts ffmpeg-devel
# Please increase the revision of mpv whenever ffmpeg's version is updated.
epoch 1
version 4.4
revision 5
license LGPL-2.1+
categories multimedia
maintainers {devans @dbevans} {jeremyhu @jeremyhu} openmaintainer
maintainers {devans @dbevans} {jeremyhu @jeremyhu} {mascguy @mascguy} openmaintainer

description FFmpeg is a complete solution to play, record, convert and \
stream audio and video.
Expand Down Expand Up @@ -57,7 +58,8 @@ long_description FFmpeg is a complete solution to record, convert and \
platforms darwin
homepage https://ffmpeg.org/
master_sites ${homepage}releases/

distname ${my_name}-${version}
dist_subdir ${my_name}
use_xz yes

checksums rmd160 0169ae4eb185de3a851a9926bc0b3289512c4be0 \
Expand All @@ -67,6 +69,7 @@ checksums rmd160 0169ae4eb185de3a851a9926bc0b3289512c4be0 \
depends_build port:pkgconfig \
port:gmake \
port:ld64 \
port:cctools \
port:texinfo

depends_lib port:lame \
Expand Down Expand Up @@ -538,4 +541,4 @@ and is therefore licensed under LGPL v2.1 or later.

livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
9 changes: 6 additions & 3 deletions tools/MacPorts/multimedia/ffmpeg/Portfile.orig
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ PortGroup legacysupport 1.1
PortGroup xcode_workaround 1.0

name ffmpeg
set my_name ffmpeg
conflicts ffmpeg-devel
# Please increase the revision of mpv whenever ffmpeg's version is updated.
epoch 1
version 4.4
revision 5
license LGPL-2.1+
categories multimedia
maintainers {devans @dbevans} {jeremyhu @jeremyhu} openmaintainer
maintainers {devans @dbevans} {jeremyhu @jeremyhu} {mascguy @mascguy} openmaintainer

description FFmpeg is a complete solution to play, record, convert and \
stream audio and video.
Expand Down Expand Up @@ -57,7 +58,8 @@ long_description FFmpeg is a complete solution to record, convert and \
platforms darwin
homepage https://ffmpeg.org/
master_sites ${homepage}releases/

distname ${my_name}-${version}
dist_subdir ${my_name}
use_xz yes

checksums rmd160 0169ae4eb185de3a851a9926bc0b3289512c4be0 \
Expand All @@ -67,6 +69,7 @@ checksums rmd160 0169ae4eb185de3a851a9926bc0b3289512c4be0 \
depends_build port:pkgconfig \
port:gmake \
port:ld64 \
port:cctools \
port:texinfo

depends_lib port:lame \
Expand Down Expand Up @@ -435,4 +438,4 @@ and is therefore licensed under LGPL v2.1 or later.

livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
8 changes: 4 additions & 4 deletions tools/MacPorts/net/curl/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup clang_dependency 1.0

name curl
version 7.78.0
version 7.79.1
categories net www
platforms darwin freebsd
maintainers {ryandesign @ryandesign}
Expand All @@ -26,9 +26,9 @@ set curl_distfile ${distfiles}
distfiles ${curl_distfile}:curl

checksums ${curl_distfile} \
rmd160 a3c6639da7482c5ed9aac36a16d1daa253e4a9d1 \
sha256 be42766d5664a739c3974ee3dfbbcbe978a4ccb1fe628bb1d9b59ac79e445fb5 \
size 2440640
rmd160 5cf55aa1d995063cce339518626514750c2fed47 \
sha256 0606f74b1182ab732a17c11613cbbaf7084f2e6cca432642d0e3ad7c224c3689 \
size 2465212

if {${name} eq ${subport}} {
PortGroup muniversal 1.0
Expand Down
8 changes: 4 additions & 4 deletions tools/MacPorts/net/curl/Portfile.orig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup clang_dependency 1.0

name curl
version 7.78.0
version 7.79.1
categories net www
platforms darwin freebsd
maintainers {ryandesign @ryandesign}
Expand All @@ -26,9 +26,9 @@ set curl_distfile ${distfiles}
distfiles ${curl_distfile}:curl

checksums ${curl_distfile} \
rmd160 a3c6639da7482c5ed9aac36a16d1daa253e4a9d1 \
sha256 be42766d5664a739c3974ee3dfbbcbe978a4ccb1fe628bb1d9b59ac79e445fb5 \
size 2440640
rmd160 5cf55aa1d995063cce339518626514750c2fed47 \
sha256 0606f74b1182ab732a17c11613cbbaf7084f2e6cca432642d0e3ad7c224c3689 \
size 2465212

if {${name} eq ${subport}} {
PortGroup muniversal 1.0
Expand Down

0 comments on commit ad9d563

Please sign in to comment.