Revision: 25234
          http://sourceforge.net/p/gar/code/25234
Author:   janholzh
Date:     2015-09-09 10:00:41 +0000 (Wed, 09 Sep 2015)
Log Message:
-----------
mod_wsgi/trunk: update to 4.4.13

Modified Paths:
--------------
    csw/mgar/pkg/mod_wsgi/trunk/Makefile
    csw/mgar/pkg/mod_wsgi/trunk/checksums

Modified: csw/mgar/pkg/mod_wsgi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mod_wsgi/trunk/Makefile        2015-09-08 08:47:43 UTC (rev 
25233)
+++ csw/mgar/pkg/mod_wsgi/trunk/Makefile        2015-09-09 10:00:41 UTC (rev 
25234)
@@ -9,13 +9,15 @@
   Mod_wsgi is a python WSGI adapter module for Apache.
 endef
 
-MASTER_SITES    =       $(GITHUB_MIRROR)
-GITHUB_USER     =       GrahamDumpleton
+MASTER_SITES    = https://github.com/GrahamDumpleton/mod_wsgi/archive/
+DISTFILES  = $(DISTNAME).tar.gz
 DISTFILES      +=       postinstall preremove
 
 VENDOR_URL      = https://github.com/GrahamDumpleton/mod_wsgi/
-LICENSE         = LICENCE
+LICENSE         = LICENSE
 
+GARCOMPILER = SOS12U3
+
 PACKAGES = CSWap2modwsgi
 CATALOGNAME_CSWap2modwsgi   = ap2_modwsgi
 RUNTIME_DEP_PKGS_CSWap2modwsgi += CSWpython
@@ -37,7 +39,6 @@
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs
 CONFIGURE_ARGS += --with-python=$(bindir)/python$(PYTHON)
-CONFIGURE_ARGS += --with-python-src=../python
 
 # There are no tests for this
 TEST_SCRIPTS =
@@ -47,6 +48,11 @@
 
 include gar/category.mk
 
+post-extract:
+       mv $(WORKDIR)/GrahamDumpleton-mod_wsgi* $(WORKDIR)/$(DISTNAME)
+       @$(MAKECOOKIE)
+
+
 post-merge-all:
        gln -s mod_wsgi-2.6.so $(PKGROOT)/opt/csw/apache2/libexec/mod_wsgi.so
        @$(MAKECOOKIE)

Modified: csw/mgar/pkg/mod_wsgi/trunk/checksums
===================================================================
--- csw/mgar/pkg/mod_wsgi/trunk/checksums       2015-09-08 08:47:43 UTC (rev 
25233)
+++ csw/mgar/pkg/mod_wsgi/trunk/checksums       2015-09-09 10:00:41 UTC (rev 
25234)
@@ -0,0 +1 @@
+f8a82d315e95b5aa03ae5286e1a44b11  mod_wsgi-4.4.13.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Reply via email to