Index: head/dns/dsc/Makefile =================================================================== --- head/dns/dsc/Makefile +++ head/dns/dsc/Makefile @@ -3,6 +3,7 @@ PORTNAME= dsc PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://www.dns-oarc.net/files/dsc/ \ https://dns.company/files/dsc/ @@ -13,18 +14,16 @@ 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 Index: head/dns/dsc/files/pkg-message.in =================================================================== --- head/dns/dsc/files/pkg-message.in +++ head/dns/dsc/files/pkg-message.in @@ -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 +++ head/dns/dsc/pkg-descr @@ -5,6 +5,6 @@ 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/