Skip to content

Commit

Permalink
zenlib, mediainfolib, mediainfo: fix CamelCase (try #2)
Browse files Browse the repository at this point in the history
Ryan Schmidt identified that github.setup must be the same lower/Upper case as on github.

fixes: https://trac.macports.org/ticket/55276
  • Loading branch information
ctreleaven committed Nov 10, 2017
1 parent e60b7b1 commit 3fa71ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion devel/mediainfolib/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ PortSystem 1.0
PortGroup github 1.0

# normally update mediainfo port at the same time
github.setup MediaArea mediainfolib 17.10 v
github.setup MediaArea MediaInfoLib 17.10 v
name mediainfolib
checksums rmd160 7f7d0f10fe61f99bcc969ca7c9ac11392a58015d \
sha256 2e5622b685f4bca23726e6646da542861edb01c26a73502a14d1b553f9a18dfb
master_sites https://github.com/MediaArea/${name}/archive/v${version}
Expand Down
3 changes: 2 additions & 1 deletion devel/zenlib/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.0

github.setup MediaArea zenlib 0.4.37 v
github.setup MediaArea ZenLib 0.4.37 v
name zenlib
checksums rmd160 6a63cee70db36bede15172fe06684905e92d3691 \
sha256 e3bf6441c8139c7421c4f1d65e59681c9b8beb029d67bb8fbca390e6950802ae

Expand Down
3 changes: 2 additions & 1 deletion multimedia/mediainfo/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ PortSystem 1.0
PortGroup github 1.0

# normally update mediainfolib port at the same time
github.setup MediaArea mediainfo 17.10 v
github.setup MediaArea MediaInfo 17.10 v
revision 1
name mediainfo
checksums rmd160 8526977baa9db8afb44fcd3af8baa8545281e34e \
sha256 dfd67b8c99523818c8612723fc330318fb2f5a513836444ca7abbb1d8fa7af48
master_sites https://github.com/MediaArea/${name}/archive/v${version}
Expand Down

0 comments on commit 3fa71ac

Please sign in to comment.