[125712] trunk/dports/multimedia/mythweb.27/Portfile

ctreleaven at macports.org ctreleaven at macports.org
Wed Sep 24 05:59:26 PDT 2014


Revision: 125712
          https://trac.macports.org/changeset/125712
Author:   ctreleaven at macports.org
Date:     2014-09-24 05:59:26 -0700 (Wed, 24 Sep 2014)
Log Message:
-----------
mythweb.27: switch to PHP 5.4 (ref #45117) incl. config notes, update version, correct dependency on Myth,

Modified Paths:
--------------
    trunk/dports/multimedia/mythweb.27/Portfile

Modified: trunk/dports/multimedia/mythweb.27/Portfile
===================================================================
--- trunk/dports/multimedia/mythweb.27/Portfile	2014-09-24 12:05:13 UTC (rev 125711)
+++ trunk/dports/multimedia/mythweb.27/Portfile	2014-09-24 12:59:26 UTC (rev 125712)
@@ -8,8 +8,8 @@
 set shorthash       fca2bd2f
 github.setup        MythTV mythweb ${shorthash}
 version             .27
-revision            1
-set minorversion    .1
+revision            2
+set minorversion    .3
 name                mythweb${version}
 categories          multimedia www
 platforms           darwin
@@ -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  90b44de09d93d77c7163222f66e5b91445416f3f \
@@ -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
@@ -87,6 +87,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/20140924/f384c471/attachment.html>


More information about the macports-changes mailing list