[124538] trunk/dports/www/mod_wsgi/Portfile

cal at macports.org cal at macports.org
Mon Aug 25 04:56:55 PDT 2014


Revision: 124538
          https://trac.macports.org/changeset/124538
Author:   cal at macports.org
Date:     2014-08-25 04:56:55 -0700 (Mon, 25 Aug 2014)
Log Message:
-----------
mod_wsgi: update to 4.2.8, use notes instead of post-install ui_msg, attempt to fix #44762

Modified Paths:
--------------
    trunk/dports/www/mod_wsgi/Portfile

Modified: trunk/dports/www/mod_wsgi/Portfile
===================================================================
--- trunk/dports/www/mod_wsgi/Portfile	2014-08-25 07:48:45 UTC (rev 124537)
+++ trunk/dports/www/mod_wsgi/Portfile	2014-08-25 11:56:55 UTC (rev 124538)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 PortGroup       github 1.0
-github.setup    GrahamDumpleton mod_wsgi 4.2.7
+github.setup    GrahamDumpleton mod_wsgi 4.2.8
 
 categories      www python
 platforms       darwin
@@ -16,8 +16,8 @@
 mod_python or alternative FASTCGI/SCGI/CGI based solutions.
 
 homepage        http://www.modwsgi.org/
-checksums       rmd160 60d620d74402022d463a45af9dfb318d0feede6e \
-                sha256 c134c07d797ca59030871ee39a8701f5dcf78bc6ef27769e8a084b82c010d21e
+checksums       rmd160  1af7c5f96a54f629fdd55c459134a56bf0e2e743 \
+                sha256  01f95e96aa5bd5cfbbbbe92fe0d6ddfe25820d1166ca4c5d67e185fb873aa44f
 
 depends_lib     port:apache2
 
@@ -29,14 +29,11 @@
     xinstall -d -m 755 ${destroot}${prefix}/apache2/modules
 }
 
-post-install {
-    ui_msg "########################################################"
-    ui_msg "# To enable mod_wsgi add"
-    ui_msg "#  LoadModule wsgi_module modules/mod_wsgi.so"
-    ui_msg "# to your apache2 config file:"
-    ui_msg "#  ${prefix}/apache2/conf/httpd.conf"
-    ui_msg "########################################################"
-}
+notes \
+"To enable mod_wsgi, add
+  LoadModule wsgi_module modules/mod_wsgi.so
+to your apache2 config file, located in
+  ${prefix}/apache2/conf/httpd.conf"
 
 if {![variant_isset python24]
     && ![variant_isset python25]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140825/02dbc2a1/attachment.html>


More information about the macports-changes mailing list