mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Update devel/scons to 3.1.2
- Enable python flavor Changes: https://scons.org/tag/releases.html https://github.com/SCons/scons/blob/master/src/CHANGES.txt PR: 246391 Exp-run by: antoine
This commit is contained in:
parent
3f66b8f906
commit
d0f1c59676
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536494
@ -2,9 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= scons
|
||||
PORTVERSION= 3.1.1
|
||||
PORTVERSION= 3.1.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= SF
|
||||
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Build tool alternative to make
|
||||
@ -14,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= gm4:devel/m4
|
||||
|
||||
USES= python:2.7 shebangfix
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@ -27,4 +28,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|distutils\(\.command\.install\)$$|setuptools\1|; s|distutils\(\.command\.install\.\)|setuptools\1|' ${WRKSRC}/setup.py
|
||||
@${FIND} ${WRKSRC} -name '*.orig' -delete
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PYDISTUTILS_INSTALLARGS+= --standard-lib
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1565351399
|
||||
SHA256 (scons-3.1.1.tar.gz) = 4cea417fdd7499a36f407923d03b4b7000b0f9e8fd7b31b316b9ce7eba9143a5
|
||||
SIZE (scons-3.1.1.tar.gz) = 663878
|
||||
TIMESTAMP = 1585059178
|
||||
SHA256 (scons-3.1.2.tar.gz) = 7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb
|
||||
SIZE (scons-3.1.2.tar.gz) = 668298
|
||||
|
Loading…
Reference in New Issue
Block a user