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

cal at macports.org cal at macports.org
Thu Aug 14 14:15:46 PDT 2014


Revision: 123802
          https://trac.macports.org/changeset/123802
Author:   cal at macports.org
Date:     2014-08-14 14:15:46 -0700 (Thu, 14 Aug 2014)
Log Message:
-----------
mod_wsgi: security update to 4.2.7, closes #44651, switch default python to 2.7

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

Modified: trunk/dports/www/mod_wsgi/Portfile
===================================================================
--- trunk/dports/www/mod_wsgi/Portfile	2014-08-14 20:41:27 UTC (rev 123801)
+++ trunk/dports/www/mod_wsgi/Portfile	2014-08-14 21:15:46 UTC (rev 123802)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup       github 1.0
+github.setup    GrahamDumpleton mod_wsgi 4.2.7
 
-name            mod_wsgi
-version         3.3
 categories      www python
 platforms       darwin
 license         Apache
@@ -16,10 +16,8 @@
 mod_python or alternative FASTCGI/SCGI/CGI based solutions.
 
 homepage        http://www.modwsgi.org/
-master_sites    googlecode:modwsgi
-checksums       md5     6172bb2bbabcd0c25867c2bc06f99dbb \
-                sha1    f32d38e5d3ed5de1efd5abefb52678f833dc9166 \
-                rmd160  759cf57d691924271fbc45af10596c033c063c89
+checksums       rmd160 60d620d74402022d463a45af9dfb318d0feede6e \
+                sha256 c134c07d797ca59030871ee39a8701f5dcf78bc6ef27769e8a084b82c010d21e
 
 depends_lib     port:apache2
 
@@ -45,7 +43,7 @@
     && ![variant_isset python26]
     && ![variant_isset python27]
     && ![variant_isset python31]} {
-    default_variants +python26
+    default_variants +python27
 }
 
 variant python24 conflicts python25 python26 python27 python31 description {Use Python 2.4} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140814/9817ad1c/attachment-0001.html>


More information about the macports-changes mailing list