net-mgmt/2ping: Update to 4.6.1

- Update LICENSE

Changes:	https://github.com/rfinnie/2ping/releases
This commit is contained in:
Po-Chuan Hsieh
2026-04-06 00:53:17 +08:00
parent fa35317447
commit c8a998aa7c
3 changed files with 16 additions and 6 deletions
+2 -3
View File
@@ -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} \
+3 -3
View File
@@ -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
+11
View File
@@ -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",