diff options
author | agc <agc@pkgsrc.org> | 2003-09-16 09:24:57 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-09-16 09:24:57 +0000 |
commit | 108b017f7d51ba8135434e388792fe684a4ca3a7 (patch) | |
tree | e4442e0cfd9a008e412861b8061a14514b78341f /net/jwhois/Makefile | |
parent | 7a1b68e91fcdb0db30b6ef681ec18e30bb0d76f2 (diff) | |
download | pkgsrc-108b017f7d51ba8135434e388792fe684a4ca3a7.tar.gz |
Update jwhois from 3.2.1nb1 to 3.2.2, from Todd Vierling in PR 22741.
"the main change is to fix .ORG lookups (whois.publicinterestregistry.net
returns responses with a spurious extra CR)."
Diffstat (limited to 'net/jwhois/Makefile')
-rw-r--r-- | net/jwhois/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 49d894aced1..6ef2a8f8d5f 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2003/08/09 11:16:19 seb Exp $ +# $NetBSD: Makefile,v 1.29 2003/09/16 09:24:57 agc Exp $ # -DISTNAME= jwhois-3.2.1 -PKGREVISION= 1 +DISTNAME= jwhois-3.2.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=jwhois/} |