diff options
author | tobez <tobez@FreeBSD.org> | 2003-12-17 17:33:25 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-12-17 17:33:25 +0800 |
commit | 0a83e5da8975326ab81dd828a76df05b8ae30d3f (patch) | |
tree | 5def35fec7ee06968e69fa80138a4b9da53973cc /math | |
parent | d717afe08f81480947876c1b7d7b8bd4b92acd63 (diff) | |
download | freebsd-ports-gnome-0a83e5da8975326ab81dd828a76df05b8ae30d3f.tar.gz freebsd-ports-gnome-0a83e5da8975326ab81dd828a76df05b8ae30d3f.tar.zst freebsd-ports-gnome-0a83e5da8975326ab81dd828a76df05b8ae30d3f.zip |
Update to 0.5.
PR: 59358
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Statistics-ChiSquare/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Statistics-ChiSquare/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Statistics-ChiSquare/pkg-plist | 3 |
3 files changed, 2 insertions, 7 deletions
diff --git a/math/p5-Statistics-ChiSquare/Makefile b/math/p5-Statistics-ChiSquare/Makefile index 9a0f87f5ac53..1e5ac28de60b 100644 --- a/math/p5-Statistics-ChiSquare/Makefile +++ b/math/p5-Statistics-ChiSquare/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Statistics-ChiSquare -PORTVERSION= 0.3 +PORTVERSION= 0.5 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Statistics @@ -17,8 +17,6 @@ COMMENT= How random is your data? PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/Statistics/ChiSquare-${PORTVERSION} - MAN3= Statistics::ChiSquare.3 .include <bsd.port.mk> diff --git a/math/p5-Statistics-ChiSquare/distinfo b/math/p5-Statistics-ChiSquare/distinfo index cb4ec9fadc83..72ceadbf9515 100644 --- a/math/p5-Statistics-ChiSquare/distinfo +++ b/math/p5-Statistics-ChiSquare/distinfo @@ -1 +1 @@ -MD5 (Statistics-ChiSquare-0.3.tar.gz) = be15ed825d1db592ac52f848e5cd151f +MD5 (Statistics-ChiSquare-0.5.tar.gz) = 1c02a8eabeed699e0e8b2de9f09dc2ca diff --git a/math/p5-Statistics-ChiSquare/pkg-plist b/math/p5-Statistics-ChiSquare/pkg-plist index 76c47af2923d..4d855a2d36af 100644 --- a/math/p5-Statistics-ChiSquare/pkg-plist +++ b/math/p5-Statistics-ChiSquare/pkg-plist @@ -1,8 +1,5 @@ -%%SITE_PERL%%/auto/Statistics/ChiSquare/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/ChiSquare/.packlist %%SITE_PERL%%/Statistics/ChiSquare.pm -@dirrm %%SITE_PERL%%/auto/Statistics/ChiSquare @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/ChiSquare -@unexec rmdir %D/%%SITE_PERL%%/auto/Statistics 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Statistics 2>/dev/null || true |