diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 13:53:22 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 13:53:22 +0000 |
commit | d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01 (patch) | |
tree | 70c2049bf7cb81daf29a37481d1586373dd5ba80 /math | |
parent | 88133fe808126a7e44e982994d4fbbee2e96ae0a (diff) | |
download | ports-d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01.tar.gz ports-d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 4 | ||||
-rw-r--r-- | math/asymptote/Makefile | 4 | ||||
-rw-r--r-- | math/freefem++/Makefile | 3 | ||||
-rw-r--r-- | math/labplot/Makefile | 4 | ||||
-rw-r--r-- | math/orpie/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-GSL/Makefile | 4 | ||||
-rw-r--r-- | math/py-gsl/Makefile | 4 | ||||
-rw-r--r-- | math/ruby-gsl/Makefile | 3 | ||||
-rw-r--r-- | math/yacas/Makefile | 4 |
9 files changed, 18 insertions, 16 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 10e38bb31d66..c60a32ff879d 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -8,7 +8,7 @@ PORTNAME= PDL PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -28,7 +28,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${SITE_PERL}/Term/ReadLine/readline.pm:${PORTSDIR}/devel/p5-ReadLine-Perl LIB_DEPENDS= plplotd.11:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ - gsl.10:${PORTSDIR}/math/gsl + gsl.12:${PORTSDIR}/math/gsl RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index fc7805cf0982..06d75f12fb90 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -7,7 +7,7 @@ PORTNAME= asymptote PORTVERSION= 1.42 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -51,7 +51,7 @@ ALL_TARGET= asy INSTALL_TARGET= install-asy .if defined(WITH_GSL) -LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.12:${PORTSDIR}/math/gsl .endif # Documentation diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index 5909e6358e47..5327388f5a51 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -7,6 +7,7 @@ PORTNAME= freefem++ DISTVERSION= 2.24-1 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= http://www.freefem.org/ff++/ftp/ @@ -17,7 +18,7 @@ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads \ fftw3.4:${PORTSDIR}/math/fftw3 \ umfpack.1:${PORTSDIR}/math/suitesparse \ arpack.1:${PORTSDIR}/math/arpack \ - gsl.10:${PORTSDIR}/math/gsl + gsl.12:${PORTSDIR}/math/gsl BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ dvips:${PORTSDIR}/print/dvipsk-tetex \ pdflatex:${PORTSDIR}/print/teTeX-base diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 6c776c7fdc83..8767e5a424fe 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.5.1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=labplot @@ -18,7 +18,7 @@ COMMENT= LabPlot : Data analysis and visualisation LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ Magick.10:${PORTSDIR}/graphics/ImageMagick \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ - gsl.10:${PORTSDIR}/math/gsl \ + gsl.12:${PORTSDIR}/math/gsl \ jasper.4:${PORTSDIR}/graphics/jasper \ fftw3.4:${PORTSDIR}/math/fftw3 \ netcdf:${PORTSDIR}/science/netcdf \ diff --git a/math/orpie/Makefile b/math/orpie/Makefile index d0e22ec78f1e..b6d017a7b45c 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -7,7 +7,7 @@ PORTNAME= orpie PORTVERSION= 1.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= math MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/orpie/ @@ -15,7 +15,7 @@ MAINTAINER= dylan@dylex.net COMMENT= A fullscreen RPN calculator for the console BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 9402a5c93144..8f27eda320bb 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -7,7 +7,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.01 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl interface to GNU Scientific Library -LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index 404bfc3e25fe..ae631dc15de6 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gsl PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pygsl @@ -20,7 +20,7 @@ COMMENT= Python interface to GNU Scientific Library BUILD_DEPENDS= ${PYNUMERIC} RUN_DEPENDS= ${PYNUMERIC} -LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index 7972c57aabfc..2d721ed8d71a 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -7,6 +7,7 @@ PORTNAME= gsl PORTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= rb-${PORTNAME} @@ -17,7 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= clsung@FreeBSD.org COMMENT= A Ruby extension library for GSL (GNU Scientific Library) -LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/math/yacas/Makefile b/math/yacas/Makefile index a6c858055ef1..5d760d0a6a74 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -8,14 +8,14 @@ PORTNAME= yacas PORTVERSION= 1.0.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://yacas.sourceforge.net/backups/ MAINTAINER= shaun@FreeBSD.org COMMENT= Yet Another Computer Algebra System -LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD= yes |