svn commit: r393643 - head/dns/whoseip

Alexey Dokuchaev danfe at FreeBSD.org
Thu Aug 6 09:10:57 UTC 2015


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 at 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


More information about the svn-ports-all mailing list