From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 17 08:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E6391065670 for ; Thu, 17 May 2012 08:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 01E238FC0C for ; Thu, 17 May 2012 08:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4H8A1a6023677 for ; Thu, 17 May 2012 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4H8A1HB023676; Thu, 17 May 2012 08:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 17 May 2012 08:10:01 GMT Resent-Message-Id: <201205170810.q4H8A1HB023676@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, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBB60106564A; Thu, 17 May 2012 08:05:38 +0000 (UTC) (envelope-from bofh@bofh.telnet.net.bd) Received: from mx-out-02.telnet-bd.com (mx-out-02.telnet-bd.com [116.212.105.116]) by mx1.freebsd.org (Postfix) with ESMTP id 7F3488FC0C; Thu, 17 May 2012 08:05:36 +0000 (UTC) Received: from bofh.telnet.net.bd (bofh.telnet.net.bd [120.50.31.42]) by fortune-02.telnet.net.bd (Postfix) with ESMTPS id 43E2F2D41A8; Thu, 17 May 2012 14:06:03 +0600 (BDT) Received: (from root@localhost) by bofh.telnet.net.bd (8.14.5/8.14.5/Submit) id q4H85ZFR039772; Thu, 17 May 2012 14:05:35 +0600 (BDT) (envelope-from bofh) Message-Id: <201205170805.q4H85ZFR039772@bofh.telnet.net.bd> Date: Thu, 17 May 2012 14:05:35 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tobez@FreeBSD.org Subject: ports/168001: [PATCH] math/p5-Statistics-Descriptive: update to 3.0602 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 08:10:02 -0000 >Number: 168001 >Category: ports >Synopsis: [PATCH] math/p5-Statistics-Descriptive: update to 3.0602 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 17 08:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT >Description: - Update to 3.0602 For Committer's reference: http://tb.s.ubze.ro//logs/7.4-FreeBSD-i386/p5-Statistics-Descriptive-3.0602.log http://tb.s.ubze.ro//logs/7.4-FreeBSD-amd64/p5-Statistics-Descriptive-3.0602.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/p5-Statistics-Descriptive-3.0602.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/p5-Statistics-Descriptive-3.0602.log http://tb.s.ubze.ro//logs/8.3-FreeBSD-i386/p5-Statistics-Descriptive-3.0602.log http://tb.s.ubze.ro//logs/8.3-FreeBSD-amd64/p5-Statistics-Descriptive-3.0602.log Port maintainer (tobez@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-Statistics-Descriptive-3.0602.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/p5-Statistics-Descriptive/Makefile ./Makefile --- /usr/ports/math/p5-Statistics-Descriptive/Makefile 2011-11-28 17:38:07.000000000 +0600 +++ ./Makefile 2012-05-17 13:55:04.058847570 +0600 @@ -6,7 +6,7 @@ # PORTNAME= Statistics-Descriptive -PORTVERSION= 3.0203 +PORTVERSION= 3.0602 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,9 @@ PERL_CONFIGURE= yes -MAN3= Statistics::Descriptive.3 +MAN3= Statistics::Descriptive.3 \ + Statistics::Descriptive::Smoother::Weightedexponential.3 \ + Statistics::Descriptive::Smoother.3 \ + Statistics::Descriptive::Smoother::Exponential.3 .include diff -ruN --exclude=CVS /usr/ports/math/p5-Statistics-Descriptive/distinfo ./distinfo --- /usr/ports/math/p5-Statistics-Descriptive/distinfo 2011-11-28 17:38:07.000000000 +0600 +++ ./distinfo 2012-05-17 13:46:12.277848309 +0600 @@ -1,2 +1,2 @@ -SHA256 (Statistics-Descriptive-3.0203.tar.gz) = b4136f1928a2ba4dd7e727c24489ffb8473739cf90c33a85bf863f64d252a4e4 -SIZE (Statistics-Descriptive-3.0203.tar.gz) = 24086 +SHA256 (Statistics-Descriptive-3.0602.tar.gz) = b0338b0f54423c693c1acef8640fd5cad7d2886269369f62439dc09f1ef0226a +SIZE (Statistics-Descriptive-3.0602.tar.gz) = 33705 diff -ruN --exclude=CVS /usr/ports/math/p5-Statistics-Descriptive/pkg-plist ./pkg-plist --- /usr/ports/math/p5-Statistics-Descriptive/pkg-plist 2011-09-05 14:54:02.000000000 +0600 +++ ./pkg-plist 2012-05-17 14:01:48.920848187 +0600 @@ -1,5 +1,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive/.packlist %%SITE_PERL%%/Statistics/Descriptive.pm +%%SITE_PERL%%/Statistics/Descriptive/Smoother/Weightedexponential.pm +%%SITE_PERL%%/Statistics/Descriptive/Smoother/Exponential.pm +%%SITE_PERL%%/Statistics/Descriptive/Smoother.pm +@dirrm %%SITE_PERL%%/Statistics/Descriptive/Smoother +@dirrm %%SITE_PERL%%/Statistics/Descriptive @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics @dirrmtry %%SITE_PERL%%/Statistics --- p5-Statistics-Descriptive-3.0602.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: