git: 8c2813e384b3 - main - security/tor-devel: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 22:56:58 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8c2813e384b335879bf86c561a8de4d4e622dca7
commit 8c2813e384b335879bf86c561a8de4d4e622dca7
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-29 09:07:15 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-29 22:53:29 +0000
security/tor-devel: Mark DEPRECATED
- Ignored for more than a year
- security/tor is a more recent version than this
- Set EXPIRATION_DATE 2023-11-30
Approved by: portmgr (blanket)
---
security/tor-devel/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index fa24e46d636e..cb52b8c3c0f4 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -11,6 +11,8 @@ WWW= https://www.torproject.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Ignored for more than a year and security/tor is more recent than this
+EXPIRATION_DATE= 2023-11-30
IGNORE= TorProject didn't release any development version at this time
USES= compiler:c11 cpe gmake pkgconfig # should be compiler:c99 or compiler:gnu99