[csw-devel] SF.net SVN: gar:[4375] csw/mgar/pkg/mysql-python/trunk

valholla at users.sourceforge.net valholla at users.sourceforge.net
Fri Apr 17 22:20:49 CEST 2009


Revision: 4375
          http://gar.svn.sourceforge.net/gar/?rev=4375&view=rev
Author:   valholla
Date:     2009-04-17 20:20:47 +0000 (Fri, 17 Apr 2009)

Log Message:
-----------
fix upstream download url

Modified Paths:
--------------
    csw/mgar/pkg/mysql-python/trunk/Makefile
    csw/mgar/pkg/mysql-python/trunk/checksums

Modified: csw/mgar/pkg/mysql-python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mysql-python/trunk/Makefile	2009-04-17 20:09:29 UTC (rev 4374)
+++ csw/mgar/pkg/mysql-python/trunk/Makefile	2009-04-17 20:20:47 UTC (rev 4375)
@@ -7,7 +7,8 @@
   MySQL support for Python
 endef
 
-MASTER_SITES = $(SF_MIRROR)/$(call TOLOWER,$(GARNAME))/
+SF_PROJ = $(call TOLOWER,$(GARNAME))
+MASTER_SITES = $(SF_MIRRORS)
 DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
 
 PACKAGES = CSWpymysql
@@ -15,9 +16,8 @@
 CATALOGNAME_CSWpymysql = pymysql
 SPKG_DESC = MySQL Support for Python
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=22307
-UPSTREAM_USE_SF = 1
+# We define upstream file regex so we can be notifed of 
+# new upstream software release
 UFILES_REGEX = (\d+(?:\.\d+)*)
 
 CONFIGURE_SCRIPTS =
@@ -33,9 +33,7 @@
 mysql_prefix = $(prefix)/mysql5
 mysql_bindir = $(mysql_prefix)/bin
 
-NOISALIST = 1
-LD_OPTIONS := -R/opt/csw/mysql5/lib/mysql/\$$ISALIST:/opt/csw/lib/\$$ISALIST
+EXTRA_LD_OPTIONS = -R/opt/csw/mysql5/lib/mysql/\$$ISALIST
 PATH       := $(mysql_bindir):$(PATH)
-LDFLAGS =
-export LD_OPTIONS PATH LDFLAGS
+export PATH 
 

Modified: csw/mgar/pkg/mysql-python/trunk/checksums
===================================================================
--- csw/mgar/pkg/mysql-python/trunk/checksums	2009-04-17 20:09:29 UTC (rev 4374)
+++ csw/mgar/pkg/mysql-python/trunk/checksums	2009-04-17 20:20:47 UTC (rev 4375)
@@ -1,3 +1 @@
 532268f02870bea18c1d465e88afff30  download/MySQL-python-1.2.2.tar.gz
-ca37b1ff16fa2ede6e19383e7b59245a  download/setuptools-0.6c9-py2.6.egg
-fba3b56e42a61b562ea4b9a5eb37a1d3  download/setup.diff


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