pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools I've put the distfile on nbftp (so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c23b4f12647
branches:  trunk
changeset: 621094:1c23b4f12647
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 04 14:19:34 2013 +0000

description:
I've put the distfile on nbftp (so available via ftp/http), remove
curl workaround.

diffstat:

 devel/py-setuptools/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 2c83101c4446 -r 1c23b4f12647 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Thu Jul 04 14:13:45 2013 +0000
+++ b/devel/py-setuptools/Makefile      Thu Jul 04 14:19:34 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2013/07/04 13:57:03 tron Exp $
+# $NetBSD: Makefile,v 1.24 2013/07/04 14:19:34 wiz Exp $
 
 EGG_VERSION=           0.7.7
 DISTNAME=              setuptools-${EGG_VERSION}
@@ -35,10 +35,6 @@
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 .endif
 
-# Force using "curl" for fetching the distribution file. It is only available
-# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
-FETCH_USING=   curl
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index