From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 21 05:10:37 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A1C116A41F for ; Mon, 21 Nov 2005 05:10:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C87A43D45 for ; Mon, 21 Nov 2005 05:10:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAL5AaPD036258 for ; Mon, 21 Nov 2005 05:10:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAL5Aaf8036251; Mon, 21 Nov 2005 05:10:36 GMT (envelope-from gnats) Resent-Date: Mon, 21 Nov 2005 05:10:36 GMT Resent-Message-Id: <200511210510.jAL5Aaf8036251@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aaron Dalton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 053BB16A41F for ; 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 ; 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" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89348: Update Port: textproc/p5-URI-Find 0.13->0.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aaron Dalton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 05:10:37 -0000 >Number: 89348 >Category: ports >Synopsis: Update Port: textproc/p5-URI-Find 0.13->0.16 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 21 05:10:36 GMT 2005 >Closed-Date: >Last-Modified: >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 'intag.com'. - 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: >Unformatted: