[csw-devel] SF.net SVN: gar:[13788] csw/mgar/pkg/mod_wsgi/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Mar 14 08:51:26 CET 2011


Revision: 13788
          http://gar.svn.sourceforge.net/gar/?rev=13788&view=rev
Author:   wahwah
Date:     2011-03-14 07:51:26 +0000 (Mon, 14 Mar 2011)

Log Message:
-----------
mod_wsgi: Version bump to 3.3

Also, a couple of minor modifications of the build description.

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

Property Changed:
----------------
    csw/mgar/pkg/mod_wsgi/trunk/Makefile

Modified: csw/mgar/pkg/mod_wsgi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mod_wsgi/trunk/Makefile	2011-03-14 07:10:58 UTC (rev 13787)
+++ csw/mgar/pkg/mod_wsgi/trunk/Makefile	2011-03-14 07:51:26 UTC (rev 13788)
@@ -1,5 +1,7 @@
+# $Id$
+
 NAME = mod_wsgi
-VERSION = 3.2
+VERSION = 3.3
 CATEGORIES = lib
 
 
@@ -8,7 +10,8 @@
   Mod_wsgi is a python WSGI adapter module for Apache.
 endef
 
-MASTER_SITES = http://modwsgi.googlecode.com/files/
+GOOGLE_PROJECT = modwsgi
+MASTER_SITES = $(GOOGLE_MIRROR)
 DISTFILES  = $(NAME)-$(VERSION).tar.gz
 DISTFILES += postinstall preremove space
 LICENSE = LICENCE
@@ -18,24 +21,29 @@
 RUNTIME_DEP_PKGS_CSWap2modwsgi = CSWpython
 CATALOGNAME_CSWap2modwsgi   = ap2_modwsgi
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = (\d+(?:\.\d+)*)
-
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs
 CONFIGURE_ARGS += --with-python=$(bindir)/python
 CONFIGURE_ARGS += --with-python-src=../python
 
 ## There are no tests for this
-TEST_SCRIPTS = skip
+TEST_SCRIPTS =
 
-test-skip:
-	$(DONADA)
+RUNTIME_DEP_PKGS_CSWap2modwsgi += CSWlibpython2-6-1-0
+RUNTIME_DEP_PKGS_CSWap2modwsgi += CSWapache2
 
+# If the pkgname is CSWap2modwsgi, catalogname should be ap2modwsgi
+# If the catalogname is ap2_modwsgi, the pkgname should be CSWap2-modwsgi
+CHECKPKG_OVERRIDES_CSWap2modwsgi += catalogname-does-not-match-pkgname|pkgname=CSWap2modwsgi|catalogname=ap2_modwsgi|expected-catalogname=ap2modwsgi
+
+# checkpkg doesn't know why CSWpython is needed
+CHECKPKG_OVERRIDES_CSWap2modwsgi += surplus-dependency|CSWpython
+
+# <maciej>: As far as I can tell, python-config returns good values
+#
 ## Fix Makefile LDFLAGS to correct broken python-config return values
-post-configure-modulated:
-	@( perl -i -plne 's|^LDFLAGS = .*|LDFLAGS = -L/opt/csw/lib|' \
-		$(WORKSRC)/Makefile )
+# post-configure-modulated:
+# 	@( perl -i -plne 's|^LDFLAGS = .*|LDFLAGS = -L/opt/csw/lib|' \
+# 		$(WORKSRC)/Makefile )
 
 include gar/category.mk
-


Property changes on: csw/mgar/pkg/mod_wsgi/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: csw/mgar/pkg/mod_wsgi/trunk/checksums
===================================================================
--- csw/mgar/pkg/mod_wsgi/trunk/checksums	2011-03-14 07:10:58 UTC (rev 13787)
+++ csw/mgar/pkg/mod_wsgi/trunk/checksums	2011-03-14 07:51:26 UTC (rev 13788)
@@ -1,4 +1 @@
-7e4f7f443f562f21f61d1bd06defa1d8  mod_wsgi-3.2.tar.gz
-a2e8679f45232e56efbc352597ffe456  postinstall
-a67766841dedbaba0d7b15e7f08c8658  preremove
-0dd379f20ceb32fc77bb3a9bf045097f  space
+6172bb2bbabcd0c25867c2bc06f99dbb  mod_wsgi-3.3.tar.gz


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


More information about the devel mailing list