Date: Mon, 25 May 2015 19:53:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387398 - head/math/PDL Message-ID: <201505251953.t4PJrjOr024286@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon May 25 19:53:45 2015 New Revision: 387398 URL: https://svnweb.freebsd.org/changeset/ports/387398 Log: - Update to 2.008 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/PDL/Changes Modified: head/math/PDL/Makefile head/math/PDL/distinfo Modified: head/math/PDL/Makefile ============================================================================== --- head/math/PDL/Makefile Mon May 25 19:53:39 2015 (r387397) +++ head/math/PDL/Makefile Mon May 25 19:53:45 2015 (r387398) @@ -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\.]*$$ Modified: head/math/PDL/distinfo ============================================================================== --- head/math/PDL/distinfo Mon May 25 19:53:39 2015 (r387397) +++ head/math/PDL/distinfo Mon May 25 19:53:45 2015 (r387398) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505251953.t4PJrjOr024286>