From sunpoet@sunpoet.net  Sun Sep  4 13:51:02 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 84062106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Sep 2011 13:51:02 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 4D9DB8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Sep 2011 13:51:02 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id D81731EA3; Sun,  4 Sep 2011 21:50:41 +0800 (CST)
Message-Id: <20110904135041.D81731EA3@sunpoet.net>
Date: Sun,  4 Sep 2011 21:50:41 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: wen@FreeBSD.org
Subject: [PATCH] math/p5-Statistics-R: update to 0.21
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         160457
>Category:       ports
>Synopsis:       [PATCH] math/p5-Statistics-R: update to 0.21
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 04 14:00:17 UTC 2011
>Closed-Date:    Mon Sep 05 06:30:49 UTC 2011
>Last-Modified:  Mon Sep 05 08:50:07 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Update to 0.21

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Statistics-R-0.21.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/p5-Statistics-R/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	28 Jul 2011 04:19:57 -0000	1.3
+++ Makefile	4 Sep 2011 13:50:38 -0000
@@ -6,21 +6,31 @@
 #
 
 PORTNAME=	Statistics-R
-PORTVERSION=	0.08
-PORTREVISION=	2
+PORTVERSION=	0.21
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:BRICAS
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Controls the R interpreter through Perl
 
-RUN_DEPENDS=	${LOCALBASE}/bin/R:${PORTSDIR}/math/R
+BUILD_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
+		p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
+		${LOCALBASE}/bin/R:${PORTSDIR}/math/R
+RUN_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
+		p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
+		${LOCALBASE}/bin/R:${PORTSDIR}/math/R
 
 PERL_CONFIGURE=	yes
 
-MAN3=		Statistics::R::Bridge.3 \
-		Statistics::R.3
+MAN3=		Statistics::R.3 \
+		Statistics::R::Legacy.3 \
+		Statistics::R::Win32.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500809
+BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/math/p5-Statistics-R/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	7 Mar 2011 07:07:18 -0000	1.1
+++ distinfo	4 Sep 2011 13:50:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (Statistics-R-0.08.tar.gz) = 2ca4731748046d340abd141ee8f30f4bcfc30bd6bf18d295b97fc0d7ac88e1fe
-SIZE (Statistics-R-0.08.tar.gz) = 9646
+SHA256 (Statistics-R-0.21.tar.gz) = 6e7e702d5d1fe8ef69541a1f11356f1c2d39f9bebde8070d2e6f1fff3fe96ec8
+SIZE (Statistics-R-0.21.tar.gz) = 28178
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/math/p5-Statistics-R/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	7 Mar 2011 07:07:18 -0000	1.1
+++ pkg-plist	4 Sep 2011 13:50:38 -0000
@@ -1,8 +1,8 @@
-bin/statistics-r.pl
-%%SITE_PERL%%/Statistics/R/Bridge.pm
 %%SITE_PERL%%/Statistics/R.pm
+%%SITE_PERL%%/Statistics/R/Legacy.pm
+%%SITE_PERL%%/Statistics/R/Win32.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/R/.packlist
-@dirrmtry %%SITE_PERL%%/Statistics/R
-@dirrmtry %%SITE_PERL%%/Statistics
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/R
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/R
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
+@dirrm %%SITE_PERL%%/Statistics/R
+@dirrmtry %%SITE_PERL%%/Statistics
--- p5-Statistics-R-0.21.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Sep 4 14:00:26 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

Date: Sun, 4 Sep 2011 23:09:20 +0800
From: wen heping <wenheping@gmail.com>
To: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
Cc: FreeBSD-gnats-submit@freebsd.org, wen@freebsd.org
Subject: Re: [PATCH] math/p5-Statistics-R: update to 0.21

 Do you success in regress test ?
 
 wen

Date: Mon, 5 Sep 2011 00:17:04 +0800
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: wen heping <wenheping@gmail.com>
Cc: FreeBSD-gnats-submit@freebsd.org, wen@freebsd.org
Subject: Re: [PATCH] math/p5-Statistics-R: update to 0.21

 We do not have regression-test: in Makefile and I did not add it manually.
 Therefore, tinderbox does not test it.
 
 Regards,
 -- 
    Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> <sunpoet at FreeBSD.org>
            4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B
                              http://people.FreeBSD.org/~sunpoet/pgpkeys.txt

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160457: commit references a PR
Date: Mon,  5 Sep 2011 06:29:41 +0000 (UTC)

 wen         2011-09-05 06:29:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/p5-Statistics-R Makefile distinfo pkg-plist 
   Log:
   - Update to 0.21
   ChangeLog: http://cpansearch.perl.org/src/FANGLY/Statistics-R-0.21/Changes
   
   PR:             ports/160457
   Submitted by:   sunpoet@
   
   Revision  Changes    Path
   1.4       +8 -5      ports/math/p5-Statistics-R/Makefile
   1.2       +2 -2      ports/math/p5-Statistics-R/distinfo
   1.2       +2 -2      ports/math/p5-Statistics-R/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Mon Sep 5 06:30:45 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

Date: Mon, 5 Sep 2011 14:32:11 +0800
From: wen heping <wenheping@gmail.com>
To: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
Subject: Re: [PATCH] math/p5-Statistics-R: update to 0.21

 0.20 regress fail but 0.21 success.
 
 Committed and PR closed.
 
 Thank you.
 
 wen
>Unformatted:
