Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 19:51:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513618 - head/devel/scons
Message-ID:  <201910021951.x92Jp5R7080254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Oct  2 19:51:04 2019
New Revision: 513618
URL: https://svnweb.freebsd.org/changeset/ports/513618

Log:
  Update to 3.1.1
  
  Changes:	https://scons.org/tag/releases.html
  		https://github.com/SCons/scons/blob/master/src/CHANGES.txt
  PR:		240584
  Exp-run by:	antoine

Modified:
  head/devel/scons/Makefile
  head/devel/scons/distinfo

Modified: head/devel/scons/Makefile
==============================================================================
--- head/devel/scons/Makefile	Wed Oct  2 19:50:04 2019	(r513617)
+++ head/devel/scons/Makefile	Wed Oct  2 19:51:04 2019	(r513618)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scons
-PORTVERSION=	3.0.1
+PORTVERSION=	3.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	SF
 
@@ -15,17 +15,16 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	gm4:devel/m4
 
 USES=		python:2.7 shebangfix
-SHEBANG_FILES=	script/scons*
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
+
 NO_ARCH=	yes
 
 PLIST_SUB=	SCONS_VER=${PORTVERSION}
 
+SHEBANG_FILES=	script/scons*
+
 post-patch:
-	@${REINPLACE_CMD} \
-		-e 's,distutils\.command\.install$$,setuptools\.command\.install,' \
-		-e 's,distutils\.command\.install\.,setuptools\.command\.install\.,' \
-		${WRKSRC}/setup.py
-	@${FIND} ${WRKSRC} -name \*.orig -delete
+	@${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>

Modified: head/devel/scons/distinfo
==============================================================================
--- head/devel/scons/distinfo	Wed Oct  2 19:50:04 2019	(r513617)
+++ head/devel/scons/distinfo	Wed Oct  2 19:51:04 2019	(r513618)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512777361
-SHA256 (scons-3.0.1.tar.gz) = 24475e38d39c19683bc88054524df018fe6949d70fbd4c69e298d39a0269f173
-SIZE (scons-3.0.1.tar.gz) = 634815
+TIMESTAMP = 1565351399
+SHA256 (scons-3.1.1.tar.gz) = 4cea417fdd7499a36f407923d03b4b7000b0f9e8fd7b31b316b9ce7eba9143a5
+SIZE (scons-3.1.1.tar.gz) = 663878



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910021951.x92Jp5R7080254>