Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2015 09:10:56 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393643 - head/dns/whoseip
Message-ID:  <201508060910.t769AuNq037736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Aug  6 09:10:56 2015
New Revision: 393643
URL: https://svnweb.freebsd.org/changeset/ports/393643

Log:
  Reduce the difference with other dnstools ports: provide fallback download
  site, amend CATEGORIES and port description.

Modified:
  head/dns/whoseip/Makefile
  head/dns/whoseip/pkg-descr

Modified: head/dns/whoseip/Makefile
==============================================================================
--- head/dns/whoseip/Makefile	Thu Aug  6 09:08:24 2015	(r393642)
+++ head/dns/whoseip/Makefile	Thu Aug  6 09:10:56 2015	(r393643)
@@ -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

Modified: head/dns/whoseip/pkg-descr
==============================================================================
--- head/dns/whoseip/pkg-descr	Thu Aug  6 09:08:24 2015	(r393642)
+++ head/dns/whoseip/pkg-descr	Thu Aug  6 09:10:56 2015	(r393643)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508060910.t769AuNq037736>