summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-25 18:31:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-25 18:31:34 +0000
commitd0f1c5967664ce397dab7b839e8a9f2c600dc51b (patch)
tree76249b98d87fa9a8082315efb141313b1e5a6ea5
parentFix build with bison 3.6.2 (diff)
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
Notes
Notes: svn path=/head/; revision=536494
-rw-r--r--devel/scons/Makefile13
-rw-r--r--devel/scons/distinfo6
2 files changed, 12 insertions, 7 deletions
diff --git a/devel/scons/Makefile b/devel/scons/Makefile
index 1fda770c5b8b..d21a28b38152 100644
--- a/devel/scons/Makefile
+++ b/devel/scons/Makefile
@@ -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>
diff --git a/devel/scons/distinfo b/devel/scons/distinfo
index e02cc3f25569..6c723b9732a9 100644
--- a/devel/scons/distinfo
+++ b/devel/scons/distinfo
@@ -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