From 580d75d761010c8c3da5826f28feb6e9ea9a0e0a Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 6 Jan 2024 14:56:55 +0100 Subject: [PATCH] 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 a17b1d9c5a391..a98f993566e92 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