git: c7c4d5b4bfe7 - main - devel/scons: Update to 4.3.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 07 Mar 2022 18:16:23 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c7c4d5b4bfe7e7997ceb69bde4b9c6e962be6f8c

commit c7c4d5b4bfe7e7997ceb69bde4b9c6e962be6f8c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-07 17:50:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-07 18:10:56 +0000

    devel/scons: Update to 4.3.0
    
    - Change MASTER_SITES to CHEESESHOP
    
    Changes:        https://scons.org/tag/releases.html
                    https://github.com/SCons/scons/blob/master/CHANGES.txt
    PR:             262255
    Exp-run by:     antoine
---
 devel/scons/Makefile  | 6 +++---
 devel/scons/distinfo  | 6 +++---
 devel/scons/pkg-descr | 1 +
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/scons/Makefile b/devel/scons/Makefile
index 67db4553120e..616f92b2f494 100644
--- a/devel/scons/Makefile
+++ b/devel/scons/Makefile
@@ -1,10 +1,11 @@
 # Created by: Peter Haight <peterh@sapros.com>
 
 PORTNAME=	scons
-PORTVERSION=	4.2.0
+PORTVERSION=	4.3.0
 CATEGORIES=	devel python
-MASTER_SITES=	SF
+MASTER_SITES=	CHEESESHOP
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
+DISTNAME=	SCons-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Build tool alternative to make
@@ -16,6 +17,5 @@ USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
-WRKSRC=		${WRKDIR}/SCons-${PORTVERSION}
 
 .include <bsd.port.mk>
diff --git a/devel/scons/distinfo b/devel/scons/distinfo
index 1ec7fb677188..26930cee424b 100644
--- a/devel/scons/distinfo
+++ b/devel/scons/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628103038
-SHA256 (scons-4.2.0.tar.gz) = 691893b63f38ad14295f5104661d55cb738ec6514421c6261323351c25432b0a
-SIZE (scons-4.2.0.tar.gz) = 3043008
+TIMESTAMP = 1643840901
+SHA256 (SCons-4.3.0.tar.gz) = d47081587e3675cc168f1f54f0d74a69b328a2fc90ec4feb85f728677419b879
+SIZE (SCons-4.3.0.tar.gz) = 3065950
diff --git a/devel/scons/pkg-descr b/devel/scons/pkg-descr
index 8602c3729437..394ca6b5ad7e 100644
--- a/devel/scons/pkg-descr
+++ b/devel/scons/pkg-descr
@@ -3,3 +3,4 @@ an improved substitute for the classic Make utility; a better way to build
 software.
 
 WWW: https://scons.org/
+WWW: https://github.com/SCons/scons