Skip to content

Commit

Permalink
mythtweb.28: update to fixes as of 2017 Jan 13
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreleaven committed Feb 11, 2017
1 parent f6bdf91 commit acddc84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions multimedia/mythweb.28/Portfile
Expand Up @@ -3,13 +3,15 @@
PortSystem 1.0
PortGroup github 1.0

# set fullhash 3fa642f00da9529674ea93110396d036da1d43ff
set shorthash 3fa642f0
# set fullhash 7ed09ed8ed00e600a5336e571460f67034bdec6c
set shorthash 7ed09ed8
github.setup MythTV mythweb ${shorthash}
set majorversion .28
set minorversion ""
set minorversion .1
name mythweb${majorversion}
version 0${majorversion}${minorversion}-Fixes-20161010
version 0${majorversion}${minorversion}-Fixes-20170113
checksums rmd160 5a62bddad36b7907e48246320634ceada5a8bdb8 \
sha256 f568255898b777d25a4aab98f1174782259f8da35fbd2bd783ecc9e235175903
categories multimedia www
platforms darwin
license GPL-2 LGPL-2.1
Expand All @@ -25,8 +27,6 @@ long_description MythWeb provides a frontend to MythTV using a web browser. \
secure if access from the internet is to be allowed.

homepage http://www.mythtv.org/
checksums rmd160 1e073ded3d7b7a3300885055f570c15eb79259e7 \
sha256 8810f2aa311e084b766ce8747f3cc3b5337a7b3aaf8dc41b1c0cc6e866511f1f

set perlver perl5.24
set perlbin ${prefix}/bin/${perlver}
Expand Down

0 comments on commit acddc84

Please sign in to comment.