Commit ade8b137 authored by Rene Ladan's avatar Rene Ladan
Browse files

net/py-tacacs_plus: Remove expired port

2025-03-31 net/py-tacacs_plus: Depends on expired devel/py-pytest-runner
parent c884392e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

net/py-tacacs_plus/Makefile

deleted100644 → 0
+0 −25
Original line number Diff line number Diff line
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>

net/py-tacacs_plus/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1588035114
SHA256 (tacacs_plus-2.6.tar.gz) = f5e3a6e13760656aa69a4e98fc3da3e4728553375569fad757b1800c020dcb36
SIZE (tacacs_plus-2.6.tar.gz) = 14915

net/py-tacacs_plus/pkg-descr

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
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.