Wed Nov 29 09:09:03 2017 UTC ()
Correct PYPI site address


(adam)
diff -r1.40 -r1.41 pkgsrc/devel/scons/Makefile

cvs diff -r1.40 -r1.41 pkgsrc/devel/scons/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/scons/Makefile 2017/11/29 09:07:58 1.40
+++ pkgsrc/devel/scons/Makefile 2017/11/29 09:09:03 1.41
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.40 2017/11/29 09:07:58 adam Exp $ 1# $NetBSD: Makefile,v 1.41 2017/11/29 09:09:03 adam Exp $
2 2
3DISTNAME= scons-3.0.1 3DISTNAME= scons-3.0.1
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/}
6MASTER_SITES+= ${MASTER_SITE_PYPI:=S/Scons/} 6MASTER_SITES+= ${MASTER_SITE_PYPI:=S/SCons/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.scons.org/ 9HOMEPAGE= http://www.scons.org/
10COMMENT= Python-based, open-source build system 10COMMENT= Python-based, open-source build system
11LICENSE= mit 11LICENSE= mit
12 12
13REPLACE_PYTHON+= script/scons 13REPLACE_PYTHON+= script/scons
14REPLACE_PYTHON+= script/scons-configure-cache 14REPLACE_PYTHON+= script/scons-configure-cache
15REPLACE_PYTHON+= script/scons-time 15REPLACE_PYTHON+= script/scons-time
16REPLACE_PYTHON+= script/sconsign 16REPLACE_PYTHON+= script/sconsign
17 17
18# scons-3.0.0 works with python-3.x, but not the many packages 18# scons-3.0.0 works with python-3.x, but not the many packages
19# that have SConstruct files that only work with python-2.x 19# that have SConstruct files that only work with python-2.x