git: 658d4419620b - main - security/vanguards-tor: Remove unnecessary dependency

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 16 Mar 2025 19:18:41 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=658d4419620b4a9c376effa6bef28510421f4968

commit 658d4419620b4a9c376effa6bef28510421f4968
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-16 19:17:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-16 19:18:36 +0000

    security/vanguards-tor: Remove unnecessary dependency
    
    PR:             285406
    Reported by:    p5B2EA84B3@t-online.de
---
 security/vanguards-tor/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/security/vanguards-tor/Makefile b/security/vanguards-tor/Makefile
index 84c16841aaf4..9839dcb10108 100644
--- a/security/vanguards-tor/Makefile
+++ b/security/vanguards-tor/Makefile
@@ -12,10 +12,6 @@ WWW=		https://github.com/mikeperry-tor/vanguards
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-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}stem>0:security/py-stem@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}