Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Tomasz Luchowski <zuntum@netbsd.org>
List: pkgsrc-changes
Date: 05/14/2001 16:30:55
Module Name:	pkgsrc
Committed By:	zuntum
Date:		Mon May 14 13:30:54 UTC 2001

Modified Files:
	pkgsrc/www/p5-URI: Makefile distinfo

Log Message:
Update p5-URI to 1.12

Changelog:

   URI->new($u, $scheme) does no longer fail if given a badly
   formatted scheme string.

   URI::WithBase's clone and base method was basically just
   broken.  This also affected the URI::URL subclass.
   The clone() method did not copy the base, and updating
   the base with the base method always set it to "1".

Fixes pkg/12895 by Nathan Ahlstrom <nrahlstr@winternet.com>


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/www/p5-URI/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/www/p5-URI/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.