diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-25 19:53:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-25 19:53:45 +0000 |
commit | 448ac4b87b56c77152017bdfb20e62f9cc50dbb5 (patch) | |
tree | fa2ed8cc50266f3d04ec42d80b28f56970cc87e0 /math/PDL | |
parent | 2612a1d540819129b6b14d09a0ad644f8112fc45 (diff) | |
download | ports-448ac4b87b56c77152017bdfb20e62f9cc50dbb5.tar.gz ports-448ac4b87b56c77152017bdfb20e62f9cc50dbb5.zip |
Notes
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 12 | ||||
-rw-r--r-- | math/PDL/distinfo | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 3b8b3a9aae81..cd067b7adba5 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= PDL -PORTVERSION= 2.007 -PORTREVISION= 4 +PORTVERSION= 2.008 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHM @@ -16,10 +15,15 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header \ p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \ - p5-File-Map>=0.47:${PORTSDIR}/devel/p5-File-Map \ - p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline \ + p5-File-Map>=0.57:${PORTSDIR}/devel/p5-File-Map \ + p5-Inline>=0.68:${PORTSDIR}/devel/p5-Inline \ + p5-Inline-C>=0.62:${PORTSDIR}/devel/p5-Inline-C \ p5-Module-Compile>=0.23:${PORTSDIR}/devel/p5-Module-Compile RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS+= p5-Devel-CheckLib>=1.01:${PORTSDIR}/devel/p5-Devel-CheckLib +TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn PORTSCOUT= limit:^[0-9]\.[0-9][0-9]+[0-9\.]*$$ diff --git a/math/PDL/distinfo b/math/PDL/distinfo index 670cbdfb512e..e8272de8244c 100644 --- a/math/PDL/distinfo +++ b/math/PDL/distinfo @@ -1,2 +1,2 @@ -SHA256 (PDL-2.007.tar.gz) = 609f6661061e444f2b5de845b2ab927adb9007b6511cf2f08aa0d6df0c62500c -SIZE (PDL-2.007.tar.gz) = 2921078 +SHA256 (PDL-2.008.tar.gz) = 44f1246ee5fb6f7252870aa0afe11f3c05d7e5c70bfdf5677fa20da19212d9b8 +SIZE (PDL-2.008.tar.gz) = 3209074 |