RELEASE 2.5.1:
- Add scons-configure-cache.py to packaging. It was omitted - Use memoization to optimize PATH evaluation across all dependencies per node.
This commit is contained in:
parent
d35e847bb0
commit
6ab4f0c296
3 changed files with 14 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.33 2016/07/09 13:03:45 wiz Exp $
|
# $NetBSD: Makefile,v 1.34 2016/12/05 11:36:51 adam Exp $
|
||||||
|
|
||||||
DISTNAME= scons-2.5.0
|
DISTNAME= scons-2.5.1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/}
|
||||||
|
|
||||||
|
@ -9,9 +9,10 @@ HOMEPAGE= http://www.scons.org/
|
||||||
COMMENT= Python-based, open-source build system
|
COMMENT= Python-based, open-source build system
|
||||||
LICENSE= mit
|
LICENSE= mit
|
||||||
|
|
||||||
REPLACE_PYTHON+= script/scons script/scons-time script/sconsign
|
REPLACE_PYTHON+= script/scons script/scons-configure-cache
|
||||||
|
REPLACE_PYTHON+= script/scons-time script/sconsign
|
||||||
|
|
||||||
# not yet ported as of 2.5.0, but progress promised
|
# not yet ported as of 2.5.1, but progress promised
|
||||||
PYTHON_VERSIONS_INCOMPATIBLE= 34 35
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35
|
||||||
|
|
||||||
.include "../../lang/python/application.mk"
|
.include "../../lang/python/application.mk"
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
@comment $NetBSD: PLIST,v 1.14 2016/05/09 08:58:43 adam Exp $
|
@comment $NetBSD: PLIST,v 1.15 2016/12/05 11:36:51 adam Exp $
|
||||||
bin/scons
|
bin/scons
|
||||||
bin/${PKGNAME}
|
bin/scons-${PKGVERSION}
|
||||||
|
bin/scons-configure-cache
|
||||||
|
bin/scons-configure-cache-${PKGVERSION}
|
||||||
bin/scons-time
|
bin/scons-time
|
||||||
bin/scons-time-${PKGVERSION}
|
bin/scons-time-${PKGVERSION}
|
||||||
bin/sconsign
|
bin/sconsign
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
$NetBSD: distinfo,v 1.20 2016/05/09 08:58:43 adam Exp $
|
$NetBSD: distinfo,v 1.21 2016/12/05 11:36:51 adam Exp $
|
||||||
|
|
||||||
SHA1 (scons-2.5.0.tar.gz) = fd997a9637eb64c24374831bbf1cf3edf6b4f914
|
SHA1 (scons-2.5.1.tar.gz) = f742350251734df75355e51c70f291e119ef927a
|
||||||
RMD160 (scons-2.5.0.tar.gz) = 45621d53c646ea626e13bdad6ec43868a4c32494
|
RMD160 (scons-2.5.1.tar.gz) = bb31c93b6aee4c9b1eb547cf3733e0a8d94f0e7c
|
||||||
SHA512 (scons-2.5.0.tar.gz) = abb0069976390182b77dbf6f20819c30ccf5fe9f58032eef7694ef408dceb63cfd1d1be69e7c0bced8a179297243b1a93924dd5064cd7c123ea118619bb53572
|
SHA512 (scons-2.5.1.tar.gz) = 0e39f7f22a6c4ecc13edcd843b050754da5ded5371b3a8b406395f7b53dd280f95f804707eec271f8de3624d06f5b4ba3cc788dc4eb891cad224a163544f51b9
|
||||||
Size (scons-2.5.0.tar.gz) = 619991 bytes
|
Size (scons-2.5.1.tar.gz) = 620909 bytes
|
||||||
SHA1 (patch-aa) = 3175e49f2ef8575f7097d9af8a7f6067258bd085
|
SHA1 (patch-aa) = 3175e49f2ef8575f7097d9af8a7f6067258bd085
|
||||||
SHA1 (patch-engine_SCons_Platform___init__.py) = 51ea2b6b3bc0ee11c863c924d60ec4b5cbde8416
|
SHA1 (patch-engine_SCons_Platform___init__.py) = 51ea2b6b3bc0ee11c863c924d60ec4b5cbde8416
|
||||||
|
|
Loading…
Reference in a new issue