pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python23 Add http access to distfile as with pyth...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d1ad84b9b0e
branches: trunk
changeset: 512380:1d1ad84b9b0e
user: tv <tv%pkgsrc.org@localhost>
date: Sun May 07 15:15:27 2006 +0000
description:
Add http access to distfile as with python24. (At this moment, ftp.python.org
is refusing connections....)
diffstat:
lang/python23/Makefile.common | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 2047fff90052 -r 1d1ad84b9b0e lang/python23/Makefile.common
--- a/lang/python23/Makefile.common Sun May 07 15:11:44 2006 +0000
+++ b/lang/python23/Makefile.common Sun May 07 15:15:27 2006 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.common,v 1.31 2006/05/06 02:12:07 minskim Exp $
+# $NetBSD: Makefile.common,v 1.32 2006/05/07 15:15:27 tv Exp $
#
DISTNAME= Python-2.3.5
CATEGORIES= lang python
-MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.5/
+MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.5/ \
+ http://www.python.org/ftp/python/2.3.5/
EXTRACT_SUFX= .tgz
MAINTAINER= recht%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index