git: ccb4507b989a - main - devel/py-unearth: Update to 0.18.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 Oct 2025 00:03:41 UTC
The branch main has been updated by sunpoet:

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

commit ccb4507b989adc496ce4a6aca47a02870e9aec70
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:52:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:52:58 +0000

    devel/py-unearth: Update to 0.18.0
    
    Changes:        https://github.com/frostming/unearth/releases
---
 devel/py-unearth/Makefile                   |  2 +-
 devel/py-unearth/distinfo                   |  6 +++---
 devel/py-unearth/files/patch-pyproject.toml | 16 ++++++++++++++--
 3 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/devel/py-unearth/Makefile b/devel/py-unearth/Makefile
index d2963b30a3e9..3dd1163a6211 100644
--- a/devel/py-unearth/Makefile
+++ b/devel/py-unearth/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	unearth
-PORTVERSION=	0.17.5
+PORTVERSION=	0.18.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-unearth/distinfo b/devel/py-unearth/distinfo
index 0dddf7b56bd8..25af9f9e648b 100644
--- a/devel/py-unearth/distinfo
+++ b/devel/py-unearth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744289000
-SHA256 (unearth-0.17.5.tar.gz) = a19e1c02e64b40518d088079c7416fc41b45a648b81a4128aac02597234ee6ba
-SIZE (unearth-0.17.5.tar.gz) = 284542
+TIMESTAMP = 1759774665
+SHA256 (unearth-0.18.0.tar.gz) = 03553742271f04e340691b6464575c8b4b807c89e9403c91783ea732d4337948
+SIZE (unearth-0.18.0.tar.gz) = 285062
diff --git a/devel/py-unearth/files/patch-pyproject.toml b/devel/py-unearth/files/patch-pyproject.toml
index fdcf524d1a69..d259adf30942 100644
--- a/devel/py-unearth/files/patch-pyproject.toml
+++ b/devel/py-unearth/files/patch-pyproject.toml
@@ -1,6 +1,18 @@
---- pyproject.toml.orig	2024-06-04 10:06:37 UTC
+--- pyproject.toml.orig	2025-10-13 02:26:38 UTC
 +++ pyproject.toml
-@@ -62,7 +62,7 @@ test = [
+@@ -10,10 +10,7 @@ authors = [
+ authors = [
+     { name = "Frost Ming", email = "me@frostming.com" },
+ ]
+-license = "MIT"
+-license-files = [
+-    "LICENSE",
+-]
++license = { text = "MIT" }
+ readme = "README.md"
+ requires-python = ">=3.9"
+ dependencies = [
+@@ -64,7 +61,7 @@ test = [
      "flask>=2.1.2",
      "requests-wsgi-adapter>=0.4.1",
      "trustme>=0.9.0; python_version < \"3.13\"",