[126911] trunk/dports/multimedia/mythtv-core.27/Portfile
ctreleaven at macports.org
ctreleaven at macports.org
Fri Oct 17 08:31:54 PDT 2014
Revision: 126911
https://trac.macports.org/changeset/126911
Author: ctreleaven at macports.org
Date: 2014-10-17 08:31:54 -0700 (Fri, 17 Oct 2014)
Log Message:
-----------
mythtv-core.27: update to 0.27.4-fixes 20141015, replace mysql5 with mariadb
Modified Paths:
--------------
trunk/dports/multimedia/mythtv-core.27/Portfile
Modified: trunk/dports/multimedia/mythtv-core.27/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv-core.27/Portfile 2014-10-17 14:33:23 UTC (rev 126910)
+++ trunk/dports/multimedia/mythtv-core.27/Portfile 2014-10-17 15:31:54 UTC (rev 126911)
@@ -6,17 +6,17 @@
PortGroup qt4 1.0
PortGroup compiler_blacklist_versions 1.0
-set shorthash 41d04b63
-# set fullhash 41d04b638fb1b8ca28c9724dec14c1e586ba049f
+set shorthash e830993e
+# set fullhash e830993e89fc3b7244e9614c2384ab074c449d1f
set majorversion .27
-set minorversion .1
+set minorversion .4
github.setup MythTV mythtv ${shorthash}
-checksums rmd160 1652f68c33ace757fa008faff2e6d123082f1799 \
- sha256 700dd26c2fecc0a6ee838a6824fd0036334856caceb88e19e31aa0ad5bc288d0
+checksums rmd160 4696fe71f290c2ecb342b2129ac1d4bed0390b6f \
+ sha256 f70cd512e05e888b8fb7dc3568d23a250f0bf0415216b54d55fd1518490da8ce
name mythtv-core${majorversion}
-version 0${majorversion}${minorversion}-Fixes-20140528
-revision 2
+version 0${majorversion}${minorversion}-Fixes-20141015
+revision 0
categories multimedia
platforms darwin
# i386 unsupported -- https://trac.macports.org/ticket/40337
@@ -42,7 +42,7 @@
set mythverstring v0${majorversion}${minorversion}-${shorthash}-MacPorts
set mythbranch fixes/0${majorversion}
set applescripts {Myth_Frontend Myth_Filldatabase Myth_Setup Myth_Stop_Start}
-set mysqlver mysql5
+set mysqlver mariadb
set perlver perl5.16
set perlbin ${prefix}/bin/${perlver}
set perlmodver p5.16
@@ -225,6 +225,8 @@
}
build.dir ${worksrcpath}/mythtv
+# make Myth's copy of ffmpeg build verbosely
+build.env-append V=1
pre-build {
# workaround broken linker flags, see
@@ -420,6 +422,10 @@
# For troubleshooting, all Myth-related logs are stored in
# ${mythtvlogdir}
#
+# Upgrading after October 16, 2014? Myth's database has changed from MySQL
+# v5.1 to MariaDB v5.5. You should backup your old database and restore
+# it to the new version. See the web page above for full details.
+#
############################################################################"
livecheck.version ${majorversion}${minorversion}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141017/e9029537/attachment.html>
More information about the macports-changes
mailing list