From nobody@FreeBSD.org  Fri Aug 22 00:09:39 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5F83C106567E
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Aug 2008 00:09:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 4BCC28FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Aug 2008 00:09:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7M09clA064388
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Aug 2008 00:09:38 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m7M09cuW064387;
	Fri, 22 Aug 2008 00:09:38 GMT
	(envelope-from nobody)
Message-Id: <200808220009.m7M09cuW064387@www.freebsd.org>
Date: Fri, 22 Aug 2008 00:09:38 GMT
From: Wen heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Maintainer Update]math/p5-Math-GSL:update to 0.10
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         126725
>Category:       ports
>Synopsis:       [Maintainer Update]math/p5-Math-GSL:update to 0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 22 00:10:02 UTC 2008
>Closed-Date:    Mon Aug 25 16:38:06 UTC 2008
>Last-Modified:  Mon Aug 25 16:40:06 UTC 2008
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 0.10 from 0.08
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2008-08-22 14:25:38.000000000 +0800
+++ Makefile	2008-08-22 15:23:18.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Math-GSL
-PORTVERSION=	0.08
+PORTVERSION=	0.10
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -37,6 +37,7 @@
 	Math::GSL::Deriv.3 Math::GSL::Multimin.3 Math::GSL::Statistics.3 \
 	Math::GSL::Eigen.3 Math::GSL::Multiroots.3 Math::GSL::Sum.3 \
 	Math::GSL::Errno.3 Math::GSL::NTuple.3 Math::GSL::Vector.3 \
-	Math::GSL::Fit.3 Math::GSL::ODEIV.3 Math::GSL::Wavelet.3
+	Math::GSL::Fit.3 Math::GSL::ODEIV.3 Math::GSL::Wavelet.3 \
+	Math::GSL::Sys.3
 
 .include <bsd.port.mk>
--- distinfo.orig	2008-08-22 14:25:38.000000000 +0800
+++ distinfo	2008-08-22 14:25:38.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (Math-GSL-0.08.tar.gz) = e92f18411591621f41454a802aec22ce
-SHA256 (Math-GSL-0.08.tar.gz) = 6355305531d9fbaa8187192bf5696c3f8cbdd42f8d3ae6fb9884c45189dc9486
-SIZE (Math-GSL-0.08.tar.gz) = 1359535
+MD5 (Math-GSL-0.10.tar.gz) = 6c63261f59220d2ae76a93f60326289d
+SHA256 (Math-GSL-0.10.tar.gz) = 7ce1b35af596d53feaa81e85abee5e81446719563da04cbd492bbe0b2253ad45
+SIZE (Math-GSL-0.10.tar.gz) = 1366849
--- pkg-plist.orig	2008-08-22 14:25:38.000000000 +0800
+++ pkg-plist	2008-08-22 14:25:38.000000000 +0800
@@ -110,6 +110,7 @@
 %%SITE_PERL%%/mach/Math/GSL/Sort/Test.pm
 %%SITE_PERL%%/mach/Math/GSL/CBLAS/Test.pm
 %%SITE_PERL%%/mach/Math/GSL/Spline/Test.pm
+%%SITE_PERL%%/mach/Math/GSL/Statistics/Test.pm
 %%SITE_PERL%%/mach/Math/GSL/Sys/Test.pm
 %%SITE_PERL%%/mach/Math/GSL/Matrix/Test.pm
 %%SITE_PERL%%/mach/Math/GSL/Eigen/Test.pm
@@ -147,6 +148,7 @@
 @dirrm %%SITE_PERL%%/mach/Math/GSL/CBLAS
 @dirrm %%SITE_PERL%%/mach/Math/GSL/Spline
 @dirrm %%SITE_PERL%%/mach/Math/GSL/Sys
+@dirrm %%SITE_PERL%%/mach/Math/GSL/Statistics
 @dirrm %%SITE_PERL%%/mach/Math/GSL/Matrix
 @dirrm %%SITE_PERL%%/mach/Math/GSL/Eigen
 @dirrm %%SITE_PERL%%/mach/Math/GSL/Errno
@@ -170,5 +172,3 @@
 @dirrm %%SITE_PERL%%/mach/Math/GSL/Roots
 @dirrm %%SITE_PERL%%/mach/Math/GSL
 @dirrm %%SITE_PERL%%/mach/Math
-@dirrm %%SITE_PERL%%/mach/auto/Math
-@dirrm %%SITE_PERL%%/mach/auto


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 22 00:10:20 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126725 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Aug 25 16:38:05 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126725 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126725: commit references a PR
Date: Mon, 25 Aug 2008 16:38:06 +0000 (UTC)

 miwi        2008-08-25 16:37:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/p5-Math-GSL     Makefile distinfo pkg-plist 
   Log:
   - Update to 0.10
   
   PR:             126725
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.14      +3 -2      ports/math/p5-Math-GSL/Makefile
   1.5       +3 -3      ports/math/p5-Math-GSL/distinfo
   1.6       +2 -2      ports/math/p5-Math-GSL/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
