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

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Sat Dec 19 01:05:13 CET 2009


Revision: 7673
          http://gar.svn.sourceforge.net/gar/?rev=7673&view=rev
Author:   rthurner
Date:     2009-12-19 00:05:11 +0000 (Sat, 19 Dec 2009)

Log Message:
-----------
python - remove www from urls

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

Modified: csw/mgar/pkg/python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/python/trunk/Makefile	2009-12-18 23:41:32 UTC (rev 7672)
+++ csw/mgar/pkg/python/trunk/Makefile	2009-12-19 00:05:11 UTC (rev 7673)
@@ -8,7 +8,7 @@
 # - ctypes module doesn't compile
 #   - http://forums.sun.com/thread.jspa?threadID=5148204
 
-SPKG_SOURCEURL = http://www.python.org/download/releases/$(GARVERSION)
+SPKG_SOURCEURL = http://python.org/download/releases/$(GARVERSION)
 SPKG_CLASSES = none cswpycompile
 
 DESCRIPTION = A high-level scripting language.
@@ -22,8 +22,8 @@
   an extension language for applications that need a programmable interface.
 endef
 
-MASTER_SITES = http://www.python.org/ftp/python/$(GARVERSION)/
-UPSTREAM_MASTER_SITES = http://www.python.org/ftp/python/
+MASTER_SITES = http://python.org/ftp/python/$(GARVERSION)/
+UPSTREAM_MASTER_SITES = http://python.org/ftp/python/
 
 DISTFILES  = $(DISTNAME).tar.bz2
 


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