[120896] trunk/dports/multimedia/mythweb.27

pixilla at macports.org pixilla at macports.org
Tue Jun 10 19:45:38 PDT 2014


Revision: 120896
          https://trac.macports.org/changeset/120896
Author:   pixilla at macports.org
Date:     2014-06-10 19:45:38 -0700 (Tue, 10 Jun 2014)
Log Message:
-----------
multimedia/mythweb.27:
- Maintainer patch.
- Update to 0.27.1 plus fixes through 20140506.

Modified Paths:
--------------
    trunk/dports/multimedia/mythweb.27/Portfile
    trunk/dports/multimedia/mythweb.27/files/patch-mythweb.conf.diff

Modified: trunk/dports/multimedia/mythweb.27/Portfile
===================================================================
--- trunk/dports/multimedia/mythweb.27/Portfile	2014-06-11 02:43:52 UTC (rev 120895)
+++ trunk/dports/multimedia/mythweb.27/Portfile	2014-06-11 02:45:38 UTC (rev 120896)
@@ -4,12 +4,11 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-# set fullhash      6d10afe73e1fb5f21688d4b6d6919cab618e6e88
-set shorthash       6d10afe7
+# set fullhash      fca2bd2f78136a5363b1fbe7a313677b6bd1adc5
+set shorthash       fca2bd2f
 github.setup        MythTV mythweb ${shorthash}
 version             .27
-revision            20131017
-set minorversion    ""
+set minorversion    .1
 name                mythweb${version}
 categories          multimedia www
 platforms           darwin
@@ -28,8 +27,8 @@
                     on different machines.
 
 homepage            http://www.mythtv.org/
-checksums           rmd160  1834ffc20572e06ee83e05126796ae5dcb096009 \
-                    sha256  b9a9cd9148ba97031af9ec0f37d347a1fb060a3615ef403d3e922d07954312d8
+checksums           rmd160  90b44de09d93d77c7163222f66e5b91445416f3f \
+                    sha256  15045045107bedeb5cd8bfb6ae204dc0be03531af4b5563cd9162c2d6b4223d3
 
 set perlver         perl5.12
 set perlbin         ${prefix}/bin/${perlver}

Modified: trunk/dports/multimedia/mythweb.27/files/patch-mythweb.conf.diff
===================================================================
--- trunk/dports/multimedia/mythweb.27/files/patch-mythweb.conf.diff	2014-06-11 02:43:52 UTC (rev 120895)
+++ trunk/dports/multimedia/mythweb.27/files/patch-mythweb.conf.diff	2014-06-11 02:45:38 UTC (rev 120896)
@@ -1,5 +1,5 @@
---- mythweb.conf	2012-10-16 09:35:15.000000000 -0400
-+++ mythweb.conf	2012-10-16 16:59:01.000000000 -0400
+--- mythweb.conf.orig	2014-05-06 03:08:30.000000000 -0400
++++ mythweb.conf	2014-06-03 11:11:36.000000000 -0400
 @@ -3,6 +3,8 @@
  # requirements and troubleshooting, along with the comments in this file.
  #
@@ -9,20 +9,23 @@
  ############################################################################
  # If you intend to use authentication for MythWeb (see below), you will
  # probably also want to uncomment the following rules, which disable
-@@ -26,10 +28,10 @@
+@@ -26,13 +28,13 @@
  #    /var/www/html/mythweb
  #    /srv/www/htdocs/mythweb
  #
 -    <Directory "/var/www/html/data">
 +    <Directory @PREFIX@/apache2/htdocs/MythWeb/data>
-         Options -All +FollowSymLinks +IncludesNoExec
+         # For Apache 2.2
+         #Options -All +FollowSymLinks +IncludesNoExec
+         # For Apache 2.4+
+         Options +FollowSymLinks +IncludesNoExec
      </Directory>
 -    <Directory "/var/www/html" >
 +    <Directory @PREFIX@/apache2/htdocs/MythWeb>
  
      ############################################################################
      # I *strongly* urge you to turn on authentication for MythWeb.  It is disabled
-@@ -78,7 +80,7 @@
+@@ -81,7 +83,7 @@
          # (eg. for security reasons), set this variable to the directory that
          # contains the directories like languages and templates.  eg.
          #
@@ -31,7 +34,7 @@
  
          # If you want MythWeb to email php/database errors (and a backtrace) to you,
          # uncomment and set the email address below.
-@@ -146,7 +148,7 @@
+@@ -149,7 +151,7 @@
      # If MythWeb is installed outside of the document root (eg. using Alias) then
      # you will need to set this directive to the base URL that MythWeb is visible
      # from externally.  If you do not, the web server will return 'not found'.
@@ -40,7 +43,7 @@
  
      # Skip out early if we've already been through rewrites,
      # or if this is a /css/, /js/ or /cache/ directory request.
-@@ -194,20 +196,20 @@
+@@ -197,20 +199,20 @@
      # to enable mod_deflate by default, but I strongly recommend that you
      # enable this section.
      #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140610/1e3c3954/attachment.html>


More information about the macports-changes mailing list