aboutsummaryrefslogtreecommitdiff
path: root/net/aslookup/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-09-19 09:35:18 +0000
committerRene Ladan <rene@FreeBSD.org>2020-09-19 09:35:18 +0000
commit03b80b26467f699914f3e0823c5f89259c3a009d (patch)
treef1ed9568eef7d0126e46c7bb263fbaeef78d1770 /net/aslookup/Makefile
parent19c76400cc7cd5106b3b3c4a92c40d8f47dac813 (diff)
downloadports-03b80b26467f699914f3e0823c5f89259c3a009d.tar.gz
ports-03b80b26467f699914f3e0823c5f89259c3a009d.zip
net/aslookup: unexpire by updating to 0.13d
- Various fixes are performed, by Chris, dinoex and myself. - MASTER_SITES and WWW changed to a new home. - AS queries are now ran against whois.epoch.net, the former server went offline. - Hand over maintainership to Chris PR: 246187 Submitted by: Chris Hutchinson Approved by: previous maintainer MFH: 2020Q3
Notes
Notes: svn path=/head/; revision=548951
Diffstat (limited to 'net/aslookup/Makefile')
-rw-r--r--net/aslookup/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/net/aslookup/Makefile b/net/aslookup/Makefile
index 230483448b11..b8f45593788c 100644
--- a/net/aslookup/Makefile
+++ b/net/aslookup/Makefile
@@ -2,25 +2,19 @@
# $FreeBSD$
PORTNAME= aslookup
-PORTVERSION= 0.12
-PORTREVISION= 1
+PORTVERSION= 0.13d
CATEGORIES= net
-MASTER_SITES= http://www.bugest.net/software/aslookup/
-DISTNAME= ${PORTNAME}-alpha${PORTVERSION}
+MASTER_SITES= http://aslookup.bgpview.org/download/ \
+ https://BSDforce.com/source/net/aslookup/
+DISTNAME= ${PORTNAME}-beta${PORTVERSION}
-MAINTAINER= jmohacsi@bsd.hu
+MAINTAINER= portmaster@BSDforge.com
COMMENT= Tool that searches the sequence of AS numbers
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
+CFLAGS+= -DARINDB -DJPNICDB -DAPNICDB
OPTIONS_DEFINE= DOCS
-post-patch:
- @${REINPLACE_CMD} -E -e "s|CFLAGS.*=|CFLAGS +=|" \
- -e "s|CC.*=|CC ?=|" ${WRKSRC}/Makefile
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/aslookup ${STAGEDIR}${PREFIX}/bin
@if [ ! -d ${STAGEDIR}${PREFIX}/share/doc/aslookup ]; then \