git: 580d75d76101 - main - net/aslookup: Mark BROKEN, deprecate and set expiration date to 2024-02-29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jan 2024 14:19:07 UTC
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