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: ports/160457: [PATCH] math/p5-Statistics-R: update to 0.21 Message-ID: <20110904135041.D81731EA3@sunpoet.net> Resent-Message-ID: <201109041400.p84E0HAb058989@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160457 >Category: ports >Synopsis: [PATCH] math/p5-Statistics-R: update to 0.21 >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: Sun Sep 04 14:00:17 UTC 2011 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110904135041.D81731EA3>