diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-08-06 09:10:56 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-08-06 09:10:56 +0000 |
commit | 7aca933fca9095bf1e5357271c44846b3a744349 (patch) | |
tree | 767661cb741ca023d0e4d7e079230410d7f7ff8f /dns/whoseip | |
parent | 7a731d0a7cd14cad63c813fea5f79d098211a527 (diff) | |
download | freebsd-ports-7aca933fca9095bf1e5357271c44846b3a744349.zip |
Reduce the difference with other dnstools ports: provide fallback download
site, amend CATEGORIES and port description.
Diffstat (limited to 'dns/whoseip')
-rw-r--r-- | dns/whoseip/Makefile | 5 | ||||
-rw-r--r-- | dns/whoseip/pkg-descr | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dns/whoseip/Makefile b/dns/whoseip/Makefile index da8de86583bc..84c2a869344f 100644 --- a/dns/whoseip/Makefile +++ b/dns/whoseip/Makefile @@ -3,8 +3,9 @@ PORTNAME= whoseip PORTVERSION= 1.00 -CATEGORIES= dns -MASTER_SITES= ftp://download.gnu.org.ua/pub/release/dnstools/ +CATEGORIES= dns perl5 +MASTER_SITES= ftp://download.gnu.org.ua/pub/release/dnstools/ \ + http://freebsd.nsu.ru/distfiles/ MAINTAINER= danfe@FreeBSD.org COMMENT= Get information about IP addresses: country code and network diff --git a/dns/whoseip/pkg-descr b/dns/whoseip/pkg-descr index 9301749e21fb..60c01183ac11 100644 --- a/dns/whoseip/pkg-descr +++ b/dns/whoseip/pkg-descr @@ -1,4 +1,7 @@ whoseip returns information about IP addresses: country code and network they belong to. +It is part of dnstools, a set of utilities for DNS management and related +tasks. + WWW: http://www.gnu.org.ua/software/dnstools/whoseip.html |