From aaron@moondance.itsy-bitsy.net  Mon Nov 21 05:09:57 2005
Return-Path: <aaron@moondance.itsy-bitsy.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 053BB16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Nov 2005 05:09:57 +0000 (GMT)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: from mpls-qmqp-03.inet.qwest.net (mpls-qmqp-03.inet.qwest.net [63.231.195.114])
	by mx1.FreeBSD.org (Postfix) with SMTP id 78A6543D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Nov 2005 05:09:56 +0000 (GMT)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: (qmail 23521 invoked by uid 0); 21 Nov 2005 04:57:07 -0000
Received: from unknown (63.231.195.3)
  by mpls-qmqp-03.inet.qwest.net with QMQP; 21 Nov 2005 04:57:07 -0000
Received: from finch.st (HELO mail.itsy-bitsy.net) (168.103.194.212)
  by mpls-pop-03.inet.qwest.net with SMTP; 21 Nov 2005 05:09:55 -0000
Received: from localhost ([127.0.0.1] helo=moondance.itsy-bitsy.net)
	by mail.itsy-bitsy.net with esmtp (Exim 4.54 (FreeBSD))
	id 1Ee3w8-0006Nk-AH
	for FreeBSD-gnats-submit@freebsd.org; Sun, 20 Nov 2005 22:09:52 -0700
Received: (from aaron@localhost)
	by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id jAL59p0K024535;
	Sun, 20 Nov 2005 22:09:51 -0700 (MST)
	(envelope-from aaron)
Message-Id: <200511210509.jAL59p0K024535@moondance.itsy-bitsy.net>
Date: Sun, 20 Nov 2005 22:09:51 -0700 (MST)
From: "Aaron Dalton" <aaron@freebsd.org>
Reply-To: Aaron Dalton <aaron@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update Port: textproc/p5-URI-Find 0.13->0.16
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         89348
>Category:       ports
>Synopsis:       Update Port: textproc/p5-URI-Find 0.13->0.16
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    petef
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 05:10:36 GMT 2005
>Closed-Date:    Tue Dec 13 15:49:30 GMT 2005
>Last-Modified:  Tue Dec 13 15:49:30 GMT 2005
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
0.16 Fri Jul 22 06:00:24 EDT 2005
    - Oops, make the URI::Find::Schemeless->top_level_domain_re case
      insensitive, as it should be and the docs claimed it was.  Thanks
      to Todd Eigenschink.

0.15 Tue Mar 22 07:23:17 EST 2005
    - Have all functions croak if invoked with the wrong number of
      arguments.  Add URI::Find->badinvo.
	https://rt.cpan.org/NoAuth/Bug.html?id=1845
    - Mention DARREN's urifind script in the man page.
    - Oops, URI::URL::strict was turned on and left on.  Put it back the
      way you found it.  Thanks to Chris Nandor.
	https://rt.cpan.org/NoAuth/Bug.html?id=11906
    - Schemeless.pm:
    	- Find '<x>intag.com</x>'.
	- Get $tldRe from a new class method, ->top_level_domain_re.
	- Update top level domain list.

>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-URI-Find/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	26 Oct 2003 16:01:12 -0000	1.5
+++ Makefile	21 Nov 2005 05:06:26 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	URI-Find
-PORTVERSION=	0.13
+PORTVERSION=	0.16
 CATEGORIES=	textproc net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	URI
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-URI-Find/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	31 Mar 2004 03:11:55 -0000	1.3
+++ distinfo	21 Nov 2005 05:06:35 -0000
@@ -1,2 +1,3 @@
-MD5 (URI-Find-0.13.tar.gz) = ef318a426cfec1d7752682a13e7d7296
-SIZE (URI-Find-0.13.tar.gz) = 9855
+MD5 (URI-Find-0.16.tar.gz) = 339279e268cf37e629f54c1091f99a13
+SHA256 (URI-Find-0.16.tar.gz) = c5003ad256f6747717c3214dd4d52589319b2df21d48b277730612f0e8e93fbb
+SIZE (URI-Find-0.16.tar.gz) = 11509
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->petef  
Responsible-Changed-By: aaron 
Responsible-Changed-When: Mon Nov 21 05:10:44 GMT 2005 
Responsible-Changed-Why:  
Passed off to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89348 
State-Changed-From-To: open->closed  
State-Changed-By: aaron 
State-Changed-When: Tue Dec 13 15:49:06 UTC 2005 
State-Changed-Why:  
Committed and closed due to maintainer timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89348 
>Unformatted:
