aboutsummaryrefslogtreecommitdiff
path: root/devel/scons
diff options
context:
space:
mode:
Diffstat (limited to 'devel/scons')
-rw-r--r--devel/scons/Makefile3
-rw-r--r--devel/scons/distinfo6
-rw-r--r--devel/scons/files/patch-pyproject.toml21
-rw-r--r--devel/scons/files/patch-setup.cfg18
4 files changed, 25 insertions, 23 deletions
diff --git a/devel/scons/Makefile b/devel/scons/Makefile
index 5d87ba1fe394..e2166fec1bdd 100644
--- a/devel/scons/Makefile
+++ b/devel/scons/Makefile
@@ -1,9 +1,8 @@
PORTNAME= scons
-PORTVERSION= 4.7.0
+PORTVERSION= 4.10.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
-DISTNAME= SCons-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build tool alternative to make
diff --git a/devel/scons/distinfo b/devel/scons/distinfo
index fd8c33f50915..58c275dba2bd 100644
--- a/devel/scons/distinfo
+++ b/devel/scons/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711214315
-SHA256 (SCons-4.7.0.tar.gz) = d8b617f6610a73e46509de70dcf82f76861b79762ff602d546f4e80918ec81f3
-SIZE (SCons-4.7.0.tar.gz) = 3220727
+TIMESTAMP = 1760278610
+SHA256 (scons-4.10.0.tar.gz) = 61e2fc42e0e2c750105d61f26cc1dfebcae9f4103d3dc0e9aeb373016b0d208c
+SIZE (scons-4.10.0.tar.gz) = 3257277
diff --git a/devel/scons/files/patch-pyproject.toml b/devel/scons/files/patch-pyproject.toml
new file mode 100644
index 000000000000..4f11ba6c3903
--- /dev/null
+++ b/devel/scons/files/patch-pyproject.toml
@@ -0,0 +1,21 @@
+--- pyproject.toml.orig 2025-07-03 15:37:36 UTC
++++ pyproject.toml
+@@ -3,16 +3,12 @@ requires = ["setuptools"]
+ requires = ["setuptools"]
+
+ [project]
+-name = "SCons"
++name = "scons"
+ description = "Open Source next-generation build tool."
+ requires-python = ">=3.7"
+-license = "MIT" # PEP 639 form (new - setuptools >= 77.0)
++license = { text = "MIT" } # PEP 639 form (new - setuptools >= 77.0)
+ # Should include docbook license, but this fails:
+ # license = "MIT AND DocBook-stylesheet"
+-license-files = [
+- "LICENSE",
+- "SCons/Tool/docbook/docbook-xsl-1.76.1/COPYING",
+-]
+ readme = { file = "README-package.rst", content-type = "text/x-rst" }
+ authors = [{ name = "William Deegan", email = "bill@baddogconsulting.com" }]
+ dynamic = ["version"]
diff --git a/devel/scons/files/patch-setup.cfg b/devel/scons/files/patch-setup.cfg
deleted file mode 100644
index 768af51c668c..000000000000
--- a/devel/scons/files/patch-setup.cfg
+++ /dev/null
@@ -1,18 +0,0 @@
---- setup.cfg.orig 2024-03-18 00:37:35 UTC
-+++ setup.cfg
-@@ -1,5 +1,5 @@
- [metadata]
--name = SCons
-+name = scons
- license = MIT
- author = William Deegan
- author_email = bill@baddogconsulting.com
-@@ -58,7 +58,7 @@ SCons.Tool.docbook = *.*
- SCons.Tool.docbook = *.*
-
- [options.data_files]
--. = scons.1
-+share/man/man1 = scons.1
- scons-time.1
- sconsign.1
-