From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 1 22:20:24 2006 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 D900016A984 for ; Thu, 1 Jun 2006 22:20:15 +0000 (UTC) (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 DD51B43D53 for ; Thu, 1 Jun 2006 22:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k51MKCU4078376 for ; Thu, 1 Jun 2006 22:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k51MKCHL078375; Thu, 1 Jun 2006 22:20:12 GMT (envelope-from gnats) Resent-Date: Thu, 1 Jun 2006 22:20:12 GMT Resent-Message-Id: <200606012220.k51MKCHL078375@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 A3D4216C58B for ; Thu, 1 Jun 2006 22:11:59 +0000 (UTC) (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 ESMTP id AE0AB43D5D for ; Thu, 1 Jun 2006 22:11:57 +0000 (GMT) (envelope-from aaron@moondance.itsy-bitsy.net) Received: from mpls-pop-13.inet.qwest.net (mpls-pop-13.inet.qwest.net [63.231.195.13]) by mpls-qmqp-03.inet.qwest.net (Postfix) with QMQP id 32AC8621EEC for ; Thu, 1 Jun 2006 22:11:57 +0000 (UTC) Received: from unknown (HELO mail.itsy-bitsy.net) (63.231.83.246) by mpls-pop-13.inet.qwest.net with SMTP; 1 Jun 2006 22:11:57 -0000 Received: from [127.0.0.1] (helo=moondance.itsy-bitsy.net) by mail.itsy-bitsy.net with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FlvM0-0003a2-Hw for FreeBSD-gnats-submit@freebsd.org; Thu, 01 Jun 2006 16:09:21 -0600 Received: (from aaron@localhost) by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id k51M9Kmd013765; Thu, 1 Jun 2006 16:09:20 -0600 (MDT) (envelope-from aaron) Message-Id: <200606012209.k51M9Kmd013765@moondance.itsy-bitsy.net> Date: Thu, 1 Jun 2006 16:09:20 -0600 (MDT) From: "Aaron Dalton" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98326: Update Port: math/p5-MatrixReal 1.9->2.01 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: Thu, 01 Jun 2006 22:20:32 -0000 >Number: 98326 >Category: ports >Synopsis: Update Port: math/p5-MatrixReal 1.9->2.01 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 01 22:20:12 GMT 2006 >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: - Update from v1.9 to v2.01 - Update pkg-descr Changes in v2.01 - msouth Fri Aug 19 23:40:24 EDT 2005 ---------------------------- * Changed versioning format to leading zero after the dot to make more minor versions possible this time * Integration of Math::MatrixReal::Ext1 0.07 * merged new_from_cols and new_from_rows into one private function which is called by wrappers with the old names * added tests to exercise all of the known failure modes in new_from_{rows,cols} calls * Fixes for POD * added a much needed =over 4 to the start of the POD * removed tabs * reformatted indentation of the all of the code to 4 space indent (from a mixture of tabs, 8 space, 4 space, and 2 space) >How-To-Repeat: >Fix: --- submission.txt begins here --- ? submission.txt Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/p5-MatrixReal/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 6 Jul 2003 04:29:38 -0000 1.10 +++ Makefile 1 Jun 2006 22:09:10 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/math/p5-MatrixReal/Makefile,v 1.10 2003/07/06 04:29:38 kuriyama Exp $ PORTNAME= MatrixReal -PORTVERSION= 1.9 +PORTVERSION= 2.01 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math Index: distinfo =================================================================== RCS file: /home/pcvs/ports/math/p5-MatrixReal/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 22 Jan 2006 12:56:38 -0000 1.5 +++ distinfo 1 Jun 2006 22:09:10 -0000 @@ -1,3 +1,3 @@ -MD5 (Math-MatrixReal-1.9.tar.gz) = 4df6e63d0e9ff902f1af5dc430a0b483 -SHA256 (Math-MatrixReal-1.9.tar.gz) = d5181e4a48663a4b92c34a747ce7e86272200f1b4f1b6db9dda2c4f91784565f -SIZE (Math-MatrixReal-1.9.tar.gz) = 52631 +MD5 (Math-MatrixReal-2.01.tar.gz) = 5733ae2ca48b8624de86b1764ed7a270 +SHA256 (Math-MatrixReal-2.01.tar.gz) = bb3b29fe2502c99b36019e07d61f8dc567d569896416f0137e2654b72084ea82 +SIZE (Math-MatrixReal-2.01.tar.gz) = 56216 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/math/p5-MatrixReal/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 6 Jul 2003 04:29:38 -0000 1.2 +++ pkg-descr 1 Jun 2006 22:09:10 -0000 @@ -15,8 +15,7 @@ It also has an implementation of Kleene's algorithm for finding minimal costs for paths in a graph. -This is Math:MatrixReal version 1.2 - WWW: http://search.cpan.org/dist/Math-MatrixReal/ - --- sander +Authors: Steffen Beyer + Rodolphe Ortalo + Jonathan Leto --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: