git: 1ace6939c5dd - 2022Q4 - security/tor-devel: Add IGNORE line because no devel version currently exists

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 02 Oct 2022 20:35:40 UTC
The branch 2022Q4 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1ace6939c5ddd68cd7dc44cfb46875b489c399da

commit 1ace6939c5ddd68cd7dc44cfb46875b489c399da
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-02 20:33:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-02 20:35:37 +0000

    security/tor-devel: Add IGNORE line because no devel version currently exists
    
    PR:             266767
    Reported by:    p5B2EA84B3@t-online.de
    
    (cherry picked from commit 210bc406da6b70dc6396ae185479db88ca196bd0)
---
 security/tor-devel/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 37c4d69f35a8..2bb91c23e657 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
 
+IGNORE=		TorProject didn't release any development version at this time
+
 USES=		compiler:c11 cpe gmake pkgconfig # should be compiler:c99 or compiler:gnu99
 USE_CSTD=	gnu99 # until this bug report is closed: https://trac.torproject.org/projects/tor/ticket/27900