pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools As the master site redirects to a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11c941129314
branches:  trunk
changeset: 621087:11c941129314
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jul 04 13:57:03 2013 +0000

description:
As the master site redirects to a HTTPS URL we need to use "curl" to
fetch the distribution file.

diffstat:

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

diffs (20 lines):

diff -r 0f19e96512b2 -r 11c941129314 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Thu Jul 04 13:44:07 2013 +0000
+++ b/devel/py-setuptools/Makefile      Thu Jul 04 13:57:03 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/07/04 06:43:12 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2013/07/04 13:57:03 tron Exp $
 
 EGG_VERSION=           0.7.7
 DISTNAME=              setuptools-${EGG_VERSION}
@@ -35,6 +35,10 @@
 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