diff options
author | skv <skv@FreeBSD.org> | 2011-04-12 23:16:17 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2011-04-12 23:16:17 +0800 |
commit | 63c6ec627a8e7f59e39ea802bcc129b7d6f96d49 (patch) | |
tree | bdd4bead637f432be7bc8bac1239ffbcce60c423 /math | |
parent | 4c13e0f13c644cf0fd4d35ce7f295b861e113b8e (diff) | |
download | freebsd-ports-gnome-63c6ec627a8e7f59e39ea802bcc129b7d6f96d49.tar.gz freebsd-ports-gnome-63c6ec627a8e7f59e39ea802bcc129b7d6f96d49.tar.zst freebsd-ports-gnome-63c6ec627a8e7f59e39ea802bcc129b7d6f96d49.zip |
Update to 1.06
Changes: http://cpansearch.perl.org/src/ADAMK/Chart-Math-Axis-1.06/Changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Chart-Math-Axis/Makefile | 10 | ||||
-rw-r--r-- | math/p5-Chart-Math-Axis/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/math/p5-Chart-Math-Axis/Makefile b/math/p5-Chart-Math-Axis/Makefile index 08f261076952..eccb35a39619 100644 --- a/math/p5-Chart-Math-Axis/Makefile +++ b/math/p5-Chart-Math-Axis/Makefile @@ -6,18 +6,16 @@ # PORTNAME= Chart-Math-Axis -PORTVERSION= 1.05 -PORTREVISION= 1 +PORTVERSION= 1.06 CATEGORIES= math graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Implements an algorithm to find good values for chart axis -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ - ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Params-Util>=0.15:${PORTSDIR}/devel/p5-Params-Util +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/math/p5-Chart-Math-Axis/distinfo b/math/p5-Chart-Math-Axis/distinfo index 719f9fda8dfb..b5be7b50a6f0 100644 --- a/math/p5-Chart-Math-Axis/distinfo +++ b/math/p5-Chart-Math-Axis/distinfo @@ -1,2 +1,2 @@ -SHA256 (Chart-Math-Axis-1.05.tar.gz) = 015944ea49ce29edcc8580b7fbbb9787225ea3a4f2fc79a742fdd5516f705dc3 -SIZE (Chart-Math-Axis-1.05.tar.gz) = 27685 +SHA256 (Chart-Math-Axis-1.06.tar.gz) = ad3e954487f132cdecc3a05d570aacc00e361ea50c4d2b6baeb8e260ceaab9f1 +SIZE (Chart-Math-Axis-1.06.tar.gz) = 34217 |