git: ade8b1377ff0 - main - net/py-tacacs_plus: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 14:44:14 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ade8b1377ff08fa5d9e5572856bb0c443b3ab518
commit ade8b1377ff08fa5d9e5572856bb0c443b3ab518
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 14:44:11 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 14:44:11 +0000
net/py-tacacs_plus: Remove expired port
2025-03-31 net/py-tacacs_plus: Depends on expired devel/py-pytest-runner
---
MOVED | 1 +
net/Makefile | 1 -
net/py-tacacs_plus/Makefile | 25 -------------------------
net/py-tacacs_plus/distinfo | 3 ---
net/py-tacacs_plus/pkg-descr | 10 ----------
5 files changed, 1 insertion(+), 39 deletions(-)
diff --git a/MOVED b/MOVED
index 2783365e6f7d..e8012dff684f 100644
--- a/MOVED
+++ b/MOVED
@@ -4252,3 +4252,4 @@ security/py-python-jose||2025-03-31|Has expired: Depends on expired devel/py-pyt
textproc/rubygem-nokogumbo||2025-03-31|Has expired: Upstream has merged into textproc/rubygem-nokogiri
net/libmediawiki||2025-03-31|Has expired: Project abandoned upstream
finance/odoo16||2025-03-31|Has expired: Depends on expired print/py-pypdf2
+net/py-tacacs_plus||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
diff --git a/net/Makefile b/net/Makefile
index 51ff3b4b68db..5d622abb8e68 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1174,7 +1174,6 @@
SUBDIR += py-sshuttle
SUBDIR += py-stomp.py
SUBDIR += py-suds
- SUBDIR += py-tacacs_plus
SUBDIR += py-terminado
SUBDIR += py-tiny-proxy
SUBDIR += py-tofu
diff --git a/net/py-tacacs_plus/Makefile b/net/py-tacacs_plus/Makefile
deleted file mode 100644
index a003c9c43e04..000000000000
--- a/net/py-tacacs_plus/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= tacacs_plus
-DISTVERSION= 2.6
-PORTREVISION= 1
-CATEGORIES= net python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= rozhuk.im@gmail.com
-COMMENT= Client for TACACS+ authentication
-WWW= https://github.com/ansible/tacacs_plus
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/net/py-tacacs_plus/distinfo b/net/py-tacacs_plus/distinfo
deleted file mode 100644
index ef18be19b9a3..000000000000
--- a/net/py-tacacs_plus/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1588035114
-SHA256 (tacacs_plus-2.6.tar.gz) = f5e3a6e13760656aa69a4e98fc3da3e4728553375569fad757b1800c020dcb36
-SIZE (tacacs_plus-2.6.tar.gz) = 14915
diff --git a/net/py-tacacs_plus/pkg-descr b/net/py-tacacs_plus/pkg-descr
deleted file mode 100644
index b1ffc3612c89..000000000000
--- a/net/py-tacacs_plus/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-A TACACS+ client that supports authentication, authorization and
-accounting.
-
-Unlike RADIUS, which was designed for similar purposes, the TACACS+
-protocol offers basic packet encryption but, as with most crypto
-designed back then, it's not secure and definitely should not be used
-over untrusted networks.
-
-This package has been successfully used with the free tac_plus TACACS+
-server on a variety of operating systems.