diff options
author | danfe <danfe@FreeBSD.org> | 2015-08-06 17:10:56 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-08-06 17:10:56 +0800 |
commit | 0ae61b68184f04567df902d2ba70310dbe2bcb10 (patch) | |
tree | 767661cb741ca023d0e4d7e079230410d7f7ff8f /dns | |
parent | 95748bbcc03bc36ec75ee83a98a8c4b0f429e7f9 (diff) | |
download | freebsd-ports-gnome-0ae61b68184f04567df902d2ba70310dbe2bcb10.tar.gz freebsd-ports-gnome-0ae61b68184f04567df902d2ba70310dbe2bcb10.tar.zst freebsd-ports-gnome-0ae61b68184f04567df902d2ba70310dbe2bcb10.zip |
Reduce the difference with other dnstools ports: provide fallback download
site, amend CATEGORIES and port description.
Diffstat (limited to 'dns')
-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 |