Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2024 14:19:07 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 580d75d76101 - main - net/aslookup: Mark BROKEN, deprecate and set expiration date to 2024-02-29
Message-ID:  <202401061419.406EJ7Or043398@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=580d75d761010c8c3da5826f28feb6e9ea9a0e0a

commit 580d75d761010c8c3da5826f28feb6e9ea9a0e0a
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 13:56:55 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 13:56:59 +0000

    net/aslookup: Mark BROKEN, deprecate and set expiration date to 2024-02-29
    
    Lookup queries returns nothing
    Return to pool as bsdforge.com has expired
    
    Approved by:    portmgr
---
 net/aslookup/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net/aslookup/Makefile b/net/aslookup/Makefile
index a17b1d9c5a39..a98f993566e9 100644
--- a/net/aslookup/Makefile
+++ b/net/aslookup/Makefile
@@ -5,10 +5,14 @@ MASTER_SITES=	http://aslookup.bgpview.org/download/ \
 		https://BSDforce.com/source/net/aslookup/
 DISTNAME=	${PORTNAME}-beta${PORTVERSION}
 
-MAINTAINER=	portmaster@BSDforge.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool that searches the sequence of AS numbers
 WWW=		http://aslookup.bgpview.org/index-e.html
 
+BROKEN=		Lookup returns nothing 
+DEPRECATED=	Lookup returns nothing
+EXPIRATION_DATE=2024-02-29
+
 CFLAGS+=	-DARINDB -DJPNICDB -DAPNICDB
 
 OPTIONS_DEFINE=	DOCS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401061419.406EJ7Or043398>