git: c650cb98a985 - main - devel/scons: Update to 4.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Apr 2023 18:54:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c650cb98a985c0ba8cb327f892435bcd2f8f449d commit c650cb98a985c0ba8cb327f892435bcd2f8f449d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-19 18:51:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-19 18:54:26 +0000 devel/scons: Update to 4.4.0 - Update WWW and clean up pkg-descr Changes: https://scons.org/tag/releases.html https://github.com/SCons/scons/blob/master/CHANGES.txt PR: 270719 Exp-run by: antoine --- devel/scons/Makefile | 5 +++-- devel/scons/distinfo | 6 +++--- devel/scons/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/scons/Makefile b/devel/scons/Makefile index 19b80d1b0cdc..8cf0dba0a5a7 100644 --- a/devel/scons/Makefile +++ b/devel/scons/Makefile @@ -1,5 +1,5 @@ PORTNAME= scons -PORTVERSION= 4.3.0 +PORTVERSION= 4.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -7,7 +7,8 @@ DISTNAME= SCons-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Build tool alternative to make -WWW= https://scons.org/ +WWW= https://scons.org/ \ + https://github.com/SCons/scons LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/scons/distinfo b/devel/scons/distinfo index 26930cee424b..109c3d3b5ca4 100644 --- a/devel/scons/distinfo +++ b/devel/scons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643840901 -SHA256 (SCons-4.3.0.tar.gz) = d47081587e3675cc168f1f54f0d74a69b328a2fc90ec4feb85f728677419b879 -SIZE (SCons-4.3.0.tar.gz) = 3065950 +TIMESTAMP = 1660576591 +SHA256 (SCons-4.4.0.tar.gz) = 7703c4e9d2200b4854a31800c1dbd4587e1fa86e75f58795c740bcfa7eca7eaa +SIZE (SCons-4.4.0.tar.gz) = 3096859 diff --git a/devel/scons/pkg-descr b/devel/scons/pkg-descr index 5b5a191986a1..0a2045cbfb41 100644 --- a/devel/scons/pkg-descr +++ b/devel/scons/pkg-descr @@ -1,5 +1,3 @@ SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software. - -See also: https://github.com/SCons/scons