Date: Fri, 21 Jun 2024 08:52:07 GMT From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b9d7d8a5b23b - main - security/cpfx: update to latest commit Message-ID: <202406210852.45L8q7Dd084013@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9d7d8a5b23b937b421a115305635db3ab96eca6 commit b9d7d8a5b23b937b421a115305635db3ab96eca6 Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2024-06-21 08:47:14 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2024-06-21 08:52:01 +0000 security/cpfx: update to latest commit This update corresponds to v2.0.0 that drops dependency on py-asn1 module. --- security/cpfx/Makefile | 7 +++---- security/cpfx/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/security/cpfx/Makefile b/security/cpfx/Makefile index e32d20fd6426..c2eba21fc730 100644 --- a/security/cpfx/Makefile +++ b/security/cpfx/Makefile @@ -1,5 +1,5 @@ PORTNAME= cpfx -DISTVERSION= g20221025 +DISTVERSION= g20240515 CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,8 +9,7 @@ WWW= https://github.com/li0ard/cpfx LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=2.6.0:devel/py-asn1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygost>=5.11:security/pygost@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygost>=5.11:security/pygost@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyderasn>=9.3:devel/pyderasn@${PY_FLAVOR} PLIST_FILES= bin/cpfx.py bin/schemas.py @@ -20,7 +19,7 @@ USE_PYTHON= flavors USE_GITHUB= yes GH_ACCOUNT= li0ard -GH_TAGNAME= 69c3d7d +GH_TAGNAME= c177c69 NO_ARCH= yes NO_BUILD= yes diff --git a/security/cpfx/distinfo b/security/cpfx/distinfo index f479bb261449..f5fb4b5cdfbf 100644 --- a/security/cpfx/distinfo +++ b/security/cpfx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680396777 -SHA256 (li0ard-cpfx-g20221025-69c3d7d_GH0.tar.gz) = aa67d827f27d6ffc9384320207c564cc5a0f60c52f0d58c82bce3e81e2d72b4b -SIZE (li0ard-cpfx-g20221025-69c3d7d_GH0.tar.gz) = 7959 +TIMESTAMP = 1718959082 +SHA256 (li0ard-cpfx-g20240515-c177c69_GH0.tar.gz) = ae0b36fa6efadcdf1b6919338142b47c3f37c2ba0a79d3649e998ea4d3536682 +SIZE (li0ard-cpfx-g20240515-c177c69_GH0.tar.gz) = 8891
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406210852.45L8q7Dd084013>