[125746] trunk/dports/multimedia

ctreleaven at macports.org ctreleaven at macports.org
Thu Sep 25 11:32:31 PDT 2014


Revision: 125746
          https://trac.macports.org/changeset/125746
Author:   ctreleaven at macports.org
Date:     2014-09-25 11:32:31 -0700 (Thu, 25 Sep 2014)
Log Message:
-----------
mythweb.25 mythweb.26: switch to PHP 5.4 incl. config notes, correct dependency on Myth

Modified Paths:
--------------
    trunk/dports/multimedia/mythweb.25/Portfile
    trunk/dports/multimedia/mythweb.26/Portfile

Modified: trunk/dports/multimedia/mythweb.25/Portfile
===================================================================
--- trunk/dports/multimedia/mythweb.25/Portfile	2014-09-25 18:32:02 UTC (rev 125745)
+++ trunk/dports/multimedia/mythweb.25/Portfile	2014-09-25 18:32:31 UTC (rev 125746)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 
 github.setup        MythTV mythweb 0.25.3 v
-revision            1
+revision            2
 name                mythweb.25
 categories          multimedia www
 platforms           darwin
@@ -14,15 +14,12 @@
 supported_archs     noarch
 conflicts           mythweb.26 mythweb.27
 
-description         Control your Myth system via the Web.
+description         control your Myth system via a web browser
 long_description    MythWeb provides a frontend to MythTV using a web browser. \
                     Review program listings, schedule recordings, browse previous recordings, \
                     check on the status of your system and much more.  Note that this is an \
                     INSECURE installation intended for local network access only.  Take steps to \
-                    secure if access from the internet is to be allowed.  This port does not \
-                    install MythTV since it is possible to have the web server and Myth backend \
-                    on different machines.  This version is now End of Life and \
-                    no longer supported.  Please see mythweb.27 or mythweb.26.
+                    secure if access from the internet is to be allowed.
 
 homepage            http://www.mythtv.org/
 checksums           rmd160  84d1bf375ff73554f5e112e9f0a8fb42cdec30aa \
@@ -32,9 +29,11 @@
 set perlbin         ${prefix}/bin/${perlver}
 set perlmodver      p5.16
 
-depends_run         port:php5-mysql
+depends_run         port:php54-mysql \
+                    port:php54-apache2handler
 
-depends_lib         port:${perlmodver}-http-request-ascgi \
+depends_lib         port:mythtv-core${version} \
+                    port:${perlmodver}-http-request-ascgi \
                     port:${perlmodver}-dbd-mysql
 
 patchfiles          patch_mythweb.conf.diff
@@ -87,6 +86,9 @@
 # http://www.mythtv.org/wiki/MythWeb_via_MacPorts for information
 # essential to finishing the installation of MythWeb!
 #
+# Upgrading after September 23, 2014?  The change to PHP 5.4 requires certain
+# configuration changes.  Check your configuration with the above wiki page.
+#
 ############################################################################"
 
 livecheck.version           ${version}

Modified: trunk/dports/multimedia/mythweb.26/Portfile
===================================================================
--- trunk/dports/multimedia/mythweb.26/Portfile	2014-09-25 18:32:02 UTC (rev 125745)
+++ trunk/dports/multimedia/mythweb.26/Portfile	2014-09-25 18:32:31 UTC (rev 125746)
@@ -8,7 +8,7 @@
 set shorthash       8aa49039
 github.setup        MythTV mythweb ${shorthash}
 version             .26
-revision            20140817
+revision            20140925
 set minorversion    ""
 name                mythweb${version}
 categories          multimedia www
@@ -23,9 +23,7 @@
                     Review program listings, schedule recordings, browse previous recordings, \
                     check on the status of your system and much more.  Note that this is an \
                     INSECURE installation intended for local network access only.  Take steps to \
-                    secure if access from the internet is to be allowed.  This port does not \
-                    install MythTV since it is possible to have the web server and Myth backend \
-                    on different machines.
+                    secure if access from the internet is to be allowed.
 
 homepage            http://www.mythtv.org/
 checksums           rmd160  4d193d5f581382e40a9f9bb6248b1b90f1c38409 \
@@ -35,9 +33,11 @@
 set perlbin         ${prefix}/bin/${perlver}
 set perlmodver      p5.16
 
-depends_run         port:php5-mysql
+depends_run         port:php54-mysql \
+                    port:php54-apache2handler
 
-depends_lib         port:${perlmodver}-http-request-ascgi \
+depends_lib         port:mythtv-core${version} \
+                    port:${perlmodver}-http-request-ascgi \
                     port:${perlmodver}-dbd-mysql
 
 patchfiles          patch-mythweb.conf.diff
@@ -90,6 +90,9 @@
 # http://www.mythtv.org/wiki/MythWeb_via_MacPorts for information
 # essential to finishing the installation of MythWeb!
 #
+# Upgrading after September 23, 2014?  The change to PHP 5.4 requires certain
+# configuration changes.  Check your configuration with the above wiki page.
+#
 ############################################################################"
 
 livecheck.type              none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140925/2ca89b0e/attachment.html>


More information about the macports-changes mailing list