From nobody Mon Mar 9 18:24:52 2026 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fV55d1Qlkz6Tg4P for ; Mon, 09 Mar 2026 18:24:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fV55c4sQrz3j4k for ; Mon, 09 Mar 2026 18:24:52 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773080692; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ibLPpWpJ2pT8N56Sg2oDjUiadYo2GgiBqEuo/0XVA4s=; b=PDych2CB455Y68uSjIuyyOzksTnr88V+7OTsnV/6pZphGWMRieP2NlPYvRJ+7A0cnmviae vx3qUXW33nFBk9XkemWaAMijpM7Y5x/CHf8JivouWRh/0HsxXRwwklRm6ZkJdjNzY5tibT pFAjpg7H7R5HNYE0g6qOwxzBoVM7oQqaUvGLzqMnO8pDCU9IHl6qLwP8IVzAtDKJcAopJB oeOKHsAFC+ZRsC4LUTq6O6BGIEnz1LL8Gil73KJoLp9ZIpXL7Kfpi6eTNwEJb2C1K3gdj/ 9J4LXJ7qtnvINhWO62640ni3Is8ewfX3CqSxLs71KsZn8/gyu7HppaHvgtZisQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1773080692; a=rsa-sha256; cv=none; b=eLN4o90PZb7FpXz7HPA+t7T9WHplplNzLJ2JUf3aaiWBrZ9WoR2OylnXruGsN72Rj8VZCB ppmTHfd4OHPQ08P259HKT1aDslIGcE19XE5BOwERuApe4S3atPh3++06iHO030btO0vvuR lT+zqrs1OxqZf+J54iKk3eAiKPwnY6FJH2C4Uq4zRDv2MPCQPJw6vsZ94qgraBwqMehtC3 vT509biiQ9W9cvPRDE6DV8haJeMV0/pRVzG/CnRODx6q+kLkynEW0U/38VKygVuEdI+5V5 G77GxD3c9VQdVVIp5YEyerC22eoDqi0pEmStQKpWxsgjQdhWkyuSm0DdmixNXA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773080692; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ibLPpWpJ2pT8N56Sg2oDjUiadYo2GgiBqEuo/0XVA4s=; b=X3k7a+OUppL56MP5HmfAwt3jalnmRp90wJepA5CiWg22qAVAXOcNAm78PEifZvTuuwB4qK 4nZvmsGIhMMlct44MhFRj/9hCe8/IfDvgQCSaqIH2+8QDMMBbeytv8r8K2BQGlLn17sZkM Rs1QcPaGBVLfH4z7VvPVF/q1lnJ9J194OreJ6Vl5tLdwXtL37P4YlNe1gypHIQyPSY/cLv zWzJQkYTtbdqV2wwT0sQmlJMVLZGGl/V81RSP3v8obJssgTQJAa6EgSiCh+oNwGKbwW5Pb UPsss7jKW7+eunEivIh16xNdfh3jvSUdSpnoGagpcdZA4BZ93mBYqd0JK+LSVw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fV55c497WzdSJ for ; Mon, 09 Mar 2026 18:24:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1f61b by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 09 Mar 2026 18:24:52 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 03c9c46186a8 - main - security/py-pyhanko-cli: Allow build with py-pyhanko 0.33.0+ and py-pyhanko-certvalidator 0.30.0+ List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 03c9c46186a8e085b01189da250ed603140fe94f Auto-Submitted: auto-generated Date: Mon, 09 Mar 2026 18:24:52 +0000 Message-Id: <69af1074.1f61b.23c6656d@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=03c9c46186a8e085b01189da250ed603140fe94f commit 03c9c46186a8e085b01189da250ed603140fe94f Author: Po-Chuan Hsieh AuthorDate: 2026-03-09 17:58:46 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-03-09 18:19:13 +0000 security/py-pyhanko-cli: Allow build with py-pyhanko 0.33.0+ and py-pyhanko-certvalidator 0.30.0+ - Bump PORTREVISION for package change --- security/py-pyhanko-cli/Makefile | 5 +++-- security/py-pyhanko-cli/files/patch-pyproject.toml | 13 ++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/security/py-pyhanko-cli/Makefile b/security/py-pyhanko-cli/Makefile index 967ec63f8682..9e169a797d35 100644 --- a/security/py-pyhanko-cli/Makefile +++ b/security/py-pyhanko-cli/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyhanko-cli PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,8 +20,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=8.1.3:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=4.3.8:devel/py-platformdirs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyhanko>=0.32.0<0.33:security/py-pyhanko@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.29.0<0.30:security/py-pyhanko-certvalidator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyhanko>=0.32.0:security/py-pyhanko@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.29.0:security/py-pyhanko-certvalidator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=4.3:devel/py-tzlocal@${PY_FLAVOR} USES= python diff --git a/security/py-pyhanko-cli/files/patch-pyproject.toml b/security/py-pyhanko-cli/files/patch-pyproject.toml index 7d1189644985..8e80a5ded15a 100644 --- a/security/py-pyhanko-cli/files/patch-pyproject.toml +++ b/security/py-pyhanko-cli/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-09-12 22:23:29 UTC +--- pyproject.toml.orig 2025-11-22 16:23:46 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] @@ -17,3 +17,14 @@ keywords = [ "signature", "pdf", +@@ -34,8 +33,8 @@ dependencies = [ + dependencies = [ + "asn1crypto>=1.5.1", + "tzlocal>=4.3", +- "pyhanko>=0.32.0,<0.33", +- "pyhanko-certvalidator>=0.29.0,<0.30", ++ "pyhanko>=0.32.0", ++ "pyhanko-certvalidator>=0.29.0", + "click>=8.1.3,!=8.2.0", + "platformdirs>=4.3.8", + ]