diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-02 11:24:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-02 11:24:27 +0800 |
commit | 49cd44fd9c0624020bdfc91188f886960e408963 (patch) | |
tree | 22b13544fd4f420b4cdc905c2358a12b7e986709 /math | |
parent | 51d937c18481d5bae852cd86d5f2c571be717f53 (diff) | |
download | freebsd-ports-gnome-49cd44fd9c0624020bdfc91188f886960e408963.tar.gz freebsd-ports-gnome-49cd44fd9c0624020bdfc91188f886960e408963.tar.zst freebsd-ports-gnome-49cd44fd9c0624020bdfc91188f886960e408963.zip |
- Update to 2.4.9
- Sort *_DEPENDS
- Comment OPTIONS GL: it should be uncommented after p5-OpenGL >= 0.60
Changes: http://sourceforge.net/projects/pdl/files/PDL/2.4.9/README.txt/view
PR: ports/161151 (part of)
Submitted by: Zhihao Yuan <lichray@gmail.com>
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 27 | ||||
-rw-r--r-- | math/PDL/distinfo | 4 |
2 files changed, 15 insertions, 16 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index c03e836a3a94..3d6975ae3fb5 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -6,8 +6,7 @@ # PORTNAME= PDL -PORTVERSION= 2.4.7 -PORTREVISION= 2 +PORTVERSION= 2.4.9 CATEGORIES= math perl5 MASTER_SITES= CPAN/${PORTNAME}:cpan \ SF/pdl/PDL/${PORTVERSION}:sf @@ -16,16 +15,16 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan,sf MAINTAINER= perl@FreeBSD.org COMMENT= Perl Data Language -BUILD_DEPENDS= p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \ - p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline \ - p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header -RUN_DEPENDS= p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \ - p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline \ - p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header +BUILD_DEPENDS= p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header \ + p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \ + p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline +RUN_DEPENDS= p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header \ + p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \ + p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline PERL_CONFIGURE= yes USE_GMAKE= yes -MAKE_ENV+= PERL5LIB=${WRKSRC}/blib/lib +MAKE_ENV= PERL5LIB=${WRKSRC}/blib/lib PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/Inline PLIST_FILES= bin/pdl bin/pdldoc bin/perldl bin/pptemplate \ ${SITE_PERL_REL}/${PERL_ARCH}/Inline/Pdlpp.pm \ @@ -34,7 +33,6 @@ MAKE_JOBS_UNSAFE= yes OPTIONS= PGPLOT "Enable PDL::Graphics::PGPLOT" on \ PLPLOT "Enable PDL::Graphics::PLplot" off \ - GL "Enable PDL::Graphics::TriD and OpenGL" on \ GD "Enable PDL::IO::GD" off \ FFTW "Enable PDL::FFTW" on \ GSL "Enable PDL::GSL interface" off \ @@ -43,6 +41,8 @@ OPTIONS= PGPLOT "Enable PDL::Graphics::PGPLOT" on \ F77 "Enable PDL::Minuit and PDL::Slatec" on \ READLINE "Use GNU readline" off \ SINK "Include PDL kitchen sink" off +# Please uncomment this option after updating graphics/p5-OpenGL to 0.60+ +# GL "Enable PDL::Graphics::TriD and OpenGL" on .include <bsd.port.options.mk> @@ -54,12 +54,11 @@ BUILD_DEPENDS+= p5-PGPLOT>=0:${PORTSDIR}/graphics/p5-PGPLOT LIB_DEPENDS+= plplotd.11:${PORTSDIR}/math/plplot .endif -.if defined(WITH_GL) -# Please uncomment this two lines after updating OpenGL to 0.60+ +#.if defined(WITH_GL) #BUILD_DEPENDS+= p5-OpenGL>=0.60:${PORTSDIR}/graphics/p5-OpenGL #RUN_DEPENDS+= p5-OpenGL>=0.60:${PORTSDIR}/graphics/p5-OpenGL -USE_GL= yes -.endif +#USE_GL= yes +#.endif .if defined(WITH_GD) LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd diff --git a/math/PDL/distinfo b/math/PDL/distinfo index e1107cd8ae1c..2f4fa91fc3a6 100644 --- a/math/PDL/distinfo +++ b/math/PDL/distinfo @@ -1,2 +1,2 @@ -SHA256 (PDL-2.4.7.tar.gz) = 907ecfa69fa2bdfc5d3464eab7eda9df11f647b4fb3cb87e25969bc29f710a58 -SIZE (PDL-2.4.7.tar.gz) = 2598921 +SHA256 (PDL-2.4.9.tar.gz) = b67667294ec86bd94a34d17069dcca5cc8e773b57c333162ee6a9c0786b82210 +SIZE (PDL-2.4.9.tar.gz) = 2640318 |