summaryrefslogtreecommitdiff
path: root/net/jwhois
diff options
context:
space:
mode:
authortaca <taca>2005-04-11 15:38:16 +0000
committertaca <taca>2005-04-11 15:38:16 +0000
commit1dea4a16df6b082a07307b59fe269deb875322d0 (patch)
treec35430275efc4545c3febe68351f49d5008ef1d5 /net/jwhois
parent7202de2b53432a81c2cc500b00de5b1efd6ec5f1 (diff)
downloadpkgsrc-1dea4a16df6b082a07307b59fe269deb875322d0.tar.gz
Change whois server for jp domain; whois.nic.ad.jp => whois.jprs.jp.
(whois.nic.ad.jp is still valid for IP address.) Bump PKGREVISION.
Diffstat (limited to 'net/jwhois')
-rw-r--r--net/jwhois/Makefile4
-rw-r--r--net/jwhois/distinfo4
-rw-r--r--net/jwhois/patches/patch-aa31
3 files changed, 24 insertions, 15 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index b5ebb4e2199..d84b59ed465 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2005/01/29 18:10:05 kim Exp $
+# $NetBSD: Makefile,v 1.50 2005/04/11 15:38:16 taca Exp $
#
DISTNAME= jwhois-3.2.2
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=jwhois/}
diff --git a/net/jwhois/distinfo b/net/jwhois/distinfo
index 133bc207c01..e9859b3d53e 100644
--- a/net/jwhois/distinfo
+++ b/net/jwhois/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2005/02/24 12:13:51 agc Exp $
+$NetBSD: distinfo,v 1.25 2005/04/11 15:38:16 taca Exp $
SHA1 (jwhois-3.2.2.tar.gz) = ca69b017e19d378affd7cdc3a980f2209cb1caab
RMD160 (jwhois-3.2.2.tar.gz) = 5fac4e9e03ded5618b5d58d38d72e8863518ba2f
Size (jwhois-3.2.2.tar.gz) = 385390 bytes
-SHA1 (patch-aa) = 29c57efce17b6c821d550ae65f8e741ca9b308ca
+SHA1 (patch-aa) = 5d7c81419712d12a3de318f0ba1a84934d0e5acc
SHA1 (patch-ab) = e2b35b66adae6caba8a778194ff0238a31006b0b
SHA1 (patch-ac) = 1ff97afeaab96982f52597216db449e86bbd0444
diff --git a/net/jwhois/patches/patch-aa b/net/jwhois/patches/patch-aa
index e8e212c2a25..d553592c87a 100644
--- a/net/jwhois/patches/patch-aa
+++ b/net/jwhois/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.6 2005/01/29 17:45:35 kim Exp $
+$NetBSD: patch-aa,v 1.7 2005/04/11 15:38:16 taca Exp $
---- example/jwhois.conf.orig 2003-06-30 13:16:45.000000000 -0400
-+++ example/jwhois.conf 2005-01-29 12:36:50.000000000 -0500
-@@ -55,7 +55,42 @@
+--- example/jwhois.conf.orig 2003-07-01 02:16:45.000000000 +0900
++++ example/jwhois.conf
+@@ -55,7 +55,42 @@ whois-servers {
"^[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+-[0-9]+$" = "whois.nic.br";
#
@@ -46,7 +46,7 @@ $NetBSD: patch-aa,v 1.6 2005/01/29 17:45:35 kim Exp $
#
".*:.*" = "whois.6bone.net";
-@@ -147,7 +182,7 @@
+@@ -147,7 +182,7 @@ whois-servers {
"\\.ee$" = "whois.eenet.ee";
"\\.eg$" = "whois.ripe.net";
"\\.es$" = "www.nic.es";
@@ -55,7 +55,16 @@ $NetBSD: patch-aa,v 1.6 2005/01/29 17:45:35 kim Exp $
"\\.fj$" = "whois.usp.ac.fj";
"\\.fm$" = "www.dot.fm";
"\\.fo$" = "whois.ripe.net";
-@@ -242,7 +277,7 @@
+@@ -176,7 +211,7 @@ whois-servers {
+ "\\.it$" = "whois.nic.it";
+ "\\.je$" = "whois.isles.net";
+ "\\.jp$" {
+- whois-server = "whois.nic.ad.jp";
++ whois-server = "whois.jprs.jp";
+ query-format = "$* /e";
+ }
+ "\\.kg$" = "whois.domain.kg";
+@@ -242,7 +277,7 @@ whois-servers {
"\\.to$" = "whois.tonic.to";
"\\.tr$" = "whois.metu.edu.tr";
"\\.tt$" = "www.nic.tt";
@@ -64,7 +73,7 @@ $NetBSD: patch-aa,v 1.6 2005/01/29 17:45:35 kim Exp $
"\\.tw$" = "whois.twnic.net";
"\\.ua$" = "whois.com.ua";
"\\.ug$" = "whois.co.ug";
-@@ -371,6 +406,15 @@
+@@ -371,6 +406,15 @@ cidr-blocks {
"80.0.0.0/8" = "whois.ripe.net";
"81.0.0.0/8" = "whois.ripe.net";
"82.0.0.0/8" = "whois.ripe.net";
@@ -80,7 +89,7 @@ $NetBSD: patch-aa,v 1.6 2005/01/29 17:45:35 kim Exp $
"150.217.0.0/16" = "whois.ripe.net";
"151.3.0.0/16" = "whois.ripe.net";
"151.4.0.0/15" = "whois.ripe.net";
-@@ -491,6 +535,10 @@
+@@ -491,6 +535,10 @@ server-options {
whois-redirect = ".*Whois Server: \\(.*\\)";
}
@@ -91,7 +100,7 @@ $NetBSD: patch-aa,v 1.6 2005/01/29 17:45:35 kim Exp $
"whois\\.apnic\\.net" {
whois-redirect = ".*http://\\(whois\\.nic\\.or\\.kr\\)/";
whois-redirect = ".*at \\([Ww][Hh][Oo][Ii][Ss]\\.[A-Za-z]*\\.[Nn][Ee][Tt]\\)";
-@@ -693,14 +741,6 @@
+@@ -693,14 +741,6 @@ server-options {
form-element = "whois";
}
@@ -106,7 +115,7 @@ $NetBSD: patch-aa,v 1.6 2005/01/29 17:45:35 kim Exp $
"whois\\.lacnic\\.net" {
whois-redirect = ".*\\(whois.nic.br\\)";
whois-redirect = ".*\\(whois.registro.br\\)";
-@@ -724,10 +764,10 @@
+@@ -724,10 +764,10 @@ server-options {
#
# The cache feature is used to provide a local cache with Whois information.
@@ -119,7 +128,7 @@ $NetBSD: patch-aa,v 1.6 2005/01/29 17:45:35 kim Exp $
#
# This is the time after which an entry expires from the cache in hours.
-@@ -743,7 +783,7 @@
+@@ -743,7 +783,7 @@ server-options {
#
# Path to the browser to use for HTTP servers.
#