diff options
author | matusita <matusita@FreeBSD.org> | 2006-04-29 00:46:00 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2006-04-29 00:46:00 +0800 |
commit | 56be81155c064b5aae52af95bfce0fcf6fe33f33 (patch) | |
tree | fad5ea41c7123ef33b41c1e1b33a98d3a702355c /net | |
parent | c2142d51be286f854af722a14660ffe2d12c8bef (diff) | |
download | freebsd-ports-gnome-56be81155c064b5aae52af95bfce0fcf6fe33f33.tar.gz freebsd-ports-gnome-56be81155c064b5aae52af95bfce0fcf6fe33f33.tar.zst freebsd-ports-gnome-56be81155c064b5aae52af95bfce0fcf6fe33f33.zip |
Add .eu domain whois server to the list. Bump PORTREVISION.
Please note that original submitter also sent to jwhois developers list
so it'll be imported to the further jwhois version.
Submitted by: karsten at rohrbach.de
Diffstat (limited to 'net')
-rw-r--r-- | net/jwhois/Makefile | 2 | ||||
-rw-r--r-- | net/jwhois/files/jwhois.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 86ce1a26bb11..a81b47600324 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -7,7 +7,7 @@ PORTNAME= jwhois PORTVERSION= 3.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= jwhois diff --git a/net/jwhois/files/jwhois.conf b/net/jwhois/files/jwhois.conf index fa6f14403f00..6601a1befa79 100644 --- a/net/jwhois/files/jwhois.conf +++ b/net/jwhois/files/jwhois.conf @@ -189,6 +189,7 @@ whois-servers { "\\.ee$" = "whois.eenet.ee"; "\\.eg$" = "whois.ripe.net"; "\\.es$" = "www.nic.es"; + "\\.eu$" = "whois.eu"; "\\.fi$" = "whois.ficora.fi"; "\\.fj$" = "whois.usp.ac.fj"; "\\.fm$" = "www.dot.fm"; |