diff --git a/net-mgmt/2ping/Makefile b/net-mgmt/2ping/Makefile index 9a1fdee9ddef..962e663d9d05 100644 --- a/net-mgmt/2ping/Makefile +++ b/net-mgmt/2ping/Makefile @@ -1,6 +1,5 @@ PORTNAME= 2ping -PORTVERSION= 4.5.1 -PORTREVISION= 1 +PORTVERSION= 4.6.1 CATEGORIES= net-mgmt perl5 MASTER_SITES= https://www.finnie.org/software/2ping/ \ LOCAL/sunpoet @@ -9,7 +8,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bi-directional ping utility WWW= https://www.finnie.org/software/2ping/ -LICENSE= GPLv2+ +LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ diff --git a/net-mgmt/2ping/distinfo b/net-mgmt/2ping/distinfo index 0349a1c42c87..8727139fdea1 100644 --- a/net-mgmt/2ping/distinfo +++ b/net-mgmt/2ping/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618319974 -SHA256 (2ping-4.5.1.tar.gz) = b56beb1b7da1ab23faa6d28462bcab9785021011b3df004d5d3c8a97ed7d70d8 -SIZE (2ping-4.5.1.tar.gz) = 77053 +TIMESTAMP = 1773966750 +SHA256 (2ping-4.6.1.tar.gz) = c8352b6653c3194af1f869107655df3f98ab18b560e8bce86eabac08d73c72eb +SIZE (2ping-4.6.1.tar.gz) = 81490 diff --git a/net-mgmt/2ping/files/patch-pyproject.toml b/net-mgmt/2ping/files/patch-pyproject.toml new file mode 100644 index 000000000000..6ac3638758fd --- /dev/null +++ b/net-mgmt/2ping/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2026-03-03 04:33:23 UTC ++++ pyproject.toml +@@ -13,7 +13,7 @@ requires-python = ">=3.6" + description = "2ping a bi-directional ping utility" + readme = "README.md" + requires-python = ">=3.6" +-license = "MPL-2.0" ++license = { text = "MPL-2.0" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console",