Subject: pkg/10772: pkgsrc net/jwhois needs an update
To: None <gnats-bugs@gnats.netbsd.org>
From: Wolfgang Rupprecht <wolfgang@wsrcc.com>
List: netbsd-bugs
Date: 08/07/2000 00:46:12
>Number:         10772
>Category:       pkg
>Synopsis:       pkgsrc net/jwhois needs an update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 07 00:47:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Wolfgang Rupprecht
>Release:        NetBSD-current Aug 5, 2000, pkgsrc Aug 5, 2000
>Organization:
W S Rupprecht Computer Consulting, Fremont CA
>Environment:
	
System: NetBSD capsicum.wsrcc.com 1.5D NetBSD 1.5D (WSRCC) #0: Sat Aug 5 01:14:45 PDT 2000 wolfgang@capsicum.wsrcc.com:/v/src/netbsd/NetBSD-current/usr/src/sys/arch/i386/compile/WSRCC i386


>Description:
	the jwhois adds support for automatically redirecting through
	the appropriate	registries.  This is a wonderful time saver.

>How-To-Repeat:
	inspection.

>Fix:

This patch is missing one potential feature of 2.4.1 .  Jwhois looks
for a writable db cache file at /usr/pkg/var/jwhois.db .

I'm not sure this is the right location so I just left it in a state
that effectively doesn't use a cache.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/jwhois/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2000/01/20 15:24:37	1.2
+++ Makefile	2000/08/07 07:38:07
@@ -1,12 +1,12 @@
 # $NetBSD: Makefile,v 1.2 2000/01/20 15:24:37 hubertf Exp $
 #
 
-DISTNAME=	jwhois-2.1
+DISTNAME=	jwhois-2.4.1
 CATEGORIES=	net
-MASTER_SITES=	ftp://ftp.coyote.org/pub/jwhois/
+MASTER_SITES=	${MASTER_SITE_GNU:=jwhois/}
 
 MAINTAINER=	kim@tac.nyc.ny.us
-HOMEPAGE=	http://www.coyote.org/jwhois/
+HOMEPAGE=	http://www.gnu.org/software/jwhois/
 
 USE_GTEXINFO=	yes
 
@@ -14,6 +14,6 @@
 CONFIGURE_ARGS+=--sysconfdir=/etc
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/share
+	${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf /etc
 
 .include "../../mk/bsd.pkg.mk"
Index: files/md5
===================================================================
RCS file: /cvsroot/pkgsrc/net/jwhois/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1999/10/05 14:17:15	1.1.1.1
+++ md5	2000/08/07 07:38:07
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1999/10/05 14:17:15 kim Exp $
+$NetBSD$
 
-MD5 (jwhois-2.1.tar.gz) = b4f65b438a888f6052ca4c90343426c1
+MD5 (jwhois-2.4.1.tar.gz) = ca4716c2a8eea8d1f11a61d928397637
Index: files/patch-sum
===================================================================
RCS file: /cvsroot/pkgsrc/net/jwhois/files/patch-sum,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-sum
--- patch-sum	1999/10/05 14:17:15	1.1.1.1
+++ patch-sum	2000/08/07 07:38:07
@@ -1,4 +1,6 @@
 $NetBSD: patch-sum,v 1.1.1.1 1999/10/05 14:17:15 kim Exp $
 
-MD5 (patch-aa) = 7adf18ff739bd45cb7b51947808dbe50
-MD5 (patch-ab) = e0ed27d641bb1773157c24115eb5835b
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.

>Release-Note:
>Audit-Trail:
>Unformatted: