Bug 95302 - p5-Net-XWhois denic-aware
Summary: p5-Net-XWhois denic-aware
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-04 12:40 UTC by Frank Altpeter
Modified: 2006-12-25 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.35 KB, patch)
2006-04-04 12:40 UTC, Frank Altpeter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Altpeter 2006-04-04 12:40:19 UTC
	p5-Net-XWhois doesn't handle the (not so) new denic whois output correctly. Additionally,
	it doesn't handle recursive queries correctly.
	This patch should fix this.

Fix: ----------------------------------------- cut here ---------------------------
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-04 12:44:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer
Comment 2 Anton Berezin 2006-04-11 08:53:08 UTC
On Tue, Apr 04, 2006 at 01:32:28PM +0200, Frank Altpeter wrote:

> 	p5-Net-XWhois doesn't handle the (not so) new denic whois output correctly. Additionally,
> 	it doesn't handle recursive queries correctly.
> 	This patch should fix this.

Have you submitted this fix to the module author?  Normally this is a
preffered way to deal with such things.

\Anton.
-- 
An undefined problem has an infinite number of solutions.
-- Robert A. Humphrey
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2006-08-14 13:48:38 UTC
State Changed
From-To: open->feedback

Put the right status
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-12-25 15:40:36 UTC
erwin       2006-12-25 15:40:29 UTC

  FreeBSD ports repository

  Modified files:
    net/p5-Net-XWhois/files patch-lib::Net::XWhois.pm 
  Log:
  - Add support for DENIC.
  - Fix recursive queries
  
  Don't bump PORTREVISION as it was bumped 20 minutes ago.
  
  PR:             95302
  Submitted by:   Frank Altpeter <frank@altpeter.de>
  
  Revision  Changes    Path
  1.6       +28 -5     ports/net/p5-Net-XWhois/files/patch-lib::Net::XWhois.pm
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Erwin Lansing freebsd_committer freebsd_triage 2006-12-25 15:41:27 UTC
State Changed
From-To: feedback->closed

Committed, thanks!