Index: head/dns/dsc/Makefile =================================================================== --- head/dns/dsc/Makefile (revision 492817) +++ head/dns/dsc/Makefile (revision 492818) @@ -1,35 +1,34 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= dsc PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://www.dns-oarc.net/files/dsc/ \ https://dns.company/files/dsc/ MAINTAINER= freebsd@dns.company COMMENT= Tool used for collecting and exploring statistics from DNS servers LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= libpcap>=1.8.1:net/libpcap \ - GeoIP>=1.6.12:net/GeoIP \ - p5-Proc-PID-File>=1.28:devel/p5-Proc-PID-File \ - p5-XML-Simple>=2.24:textproc/p5-XML-Simple \ +RUN_DEPENDS= libpcap>=1.8.1:net/libpcap \ + p5-Proc-PID-File>=1.28:devel/p5-Proc-PID-File \ + p5-XML-Simple>=2.24:textproc/p5-XML-Simple \ dsp>=2.0.0:dns/dsp +LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb -DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible -EXPIRATION_DATE=2019-02-15 +USES= gmake perl5 shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-extra-cflags=-I${LOCALBASE}/include -USES= gmake perl5 shebangfix SUB_FILES= pkg-message USE_RC_SUBR= dsc OPTIONS_DEFINE= DOCS .include Index: head/dns/dsc/files/pkg-message.in =================================================================== --- head/dns/dsc/files/pkg-message.in (revision 492817) +++ head/dns/dsc/files/pkg-message.in (revision 492818) @@ -1,7 +1,7 @@ ########################################### Before you configure: -To obtain MaxMind's GeoIP tables, -run %%LOCALBASE%%/bin/geoipupdate.sh manually. +To obtain MaxMind's GeoIP tables, install net/geoipupdate +and run %%LOCALBASE%%/bin/geoipupdate manually. ########################################### Index: head/dns/dsc/pkg-descr =================================================================== --- head/dns/dsc/pkg-descr (revision 492817) +++ head/dns/dsc/pkg-descr (revision 492818) @@ -1,10 +1,10 @@ DSC (originally developed by The Measurement Factory and now developed by DNS-OARC) is a system for collecting and exploring statistics from busy DNS servers. It uses a distributed architecture with collectors running on or near nameservers sending their data to one or more central presenters for display and archiving. Collectors use pcap to sniff network traffic. They transmit aggregated data to the presenter as XML data. dsc is configurable to allow the administrator to capture -any kind of data that he or she chooses. +any kind of data that he or she chooses. WWW: https://www.dns-oarc.net/tools/dsc/