aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-18 15:08:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-18 15:08:58 +0000
commitd0f33fd4a70e4465865a1979380d756a52970f1d (patch)
tree1016f50d3bc25c3967030195050b0600296ebbe4 /math
parent55af5f30cd2f08aa4cf23f924f03434f134b6a52 (diff)
downloadports-d0f33fd4a70e4465865a1979380d756a52970f1d.tar.gz
ports-d0f33fd4a70e4465865a1979380d756a52970f1d.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/asymptote/Makefile2
-rw-r--r--math/digitizer/Makefile4
-rw-r--r--math/fpc-fftw/Makefile2
-rw-r--r--math/freefem++/Makefile3
-rw-r--r--math/freemat/Makefile6
-rw-r--r--math/gretl/Makefile3
-rw-r--r--math/labplot/Makefile4
-rw-r--r--math/ruby-fftw3/Makefile4
8 files changed, 15 insertions, 13 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index 3e63a00443e2..ae47406b5335 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -20,7 +20,7 @@ COMMENT= A powerful script-based vector graphics language
LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl
.endif
.if defined(WITH_FFTW)
-LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3
+LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3
.endif
BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
dvips:${PORTSDIR}/print/dvipsk-tetex \
diff --git a/math/digitizer/Makefile b/math/digitizer/Makefile
index 9b0bb326b47f..dae680b0f552 100644
--- a/math/digitizer/Makefile
+++ b/math/digitizer/Makefile
@@ -7,7 +7,7 @@
PORTNAME= digitizer
PORTVERSION= 4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +17,7 @@ MAINTAINER= thierry@FreeBSD.org
COMMENT= Engauge Digitizer - Digitizing software to convert graphs into numbers
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
-LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3
+LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3
WRKSRC= ${WRKDIR}/engauge
diff --git a/math/fpc-fftw/Makefile b/math/fpc-fftw/Makefile
index cac7f8d65c98..81b4b6d78944 100644
--- a/math/fpc-fftw/Makefile
+++ b/math/fpc-fftw/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= math lang
PKGNAMESUFFIX= -fftw
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 3a4fd58e4e53..3ef48f29f31a 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -7,6 +7,7 @@
PORTNAME= freefem++
DISTVERSION= 3.0-5
+PORTREVISION= 1
CATEGORIES= math science
MASTER_SITES= http://www.freefem.org/ff++/ftp/
@@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An implementation of a language dedicated to the finite element method
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads \
- fftw3.4:${PORTSDIR}/math/fftw3 \
+ fftw3.5:${PORTSDIR}/math/fftw3 \
umfpack.1:${PORTSDIR}/math/suitesparse \
arpack.1:${PORTSDIR}/math/arpack \
gsl.13:${PORTSDIR}/math/gsl
diff --git a/math/freemat/Makefile b/math/freemat/Makefile
index bcb242e72288..45c4de1f7834 100644
--- a/math/freemat/Makefile
+++ b/math/freemat/Makefile
@@ -7,7 +7,7 @@
PORTNAME= FreeMat
PORTVERSION= 3.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math science
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
@@ -43,8 +43,8 @@ SLAVEDIRS= math/freemat-mpi
DATADIR+= ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
.if !defined(WITHOUT_FFTW)
-LIB_DEPENDS+= fftw3.4:${PORTSDIR}/math/fftw3 \
- fftw3f.4:${PORTSDIR}/math/fftw3-float
+LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 \
+ fftw3f.5:${PORTSDIR}/math/fftw3-float
.endif
.if !defined(WITHOUT_ARPACK)
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 8b71ca388631..d5031c7e8c19 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gretl
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= math finance
MASTER_SITES= SF
@@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Gnu Regression, Econometrics and Time-series Library
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \
+LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \
mpfr.3:${PORTSDIR}/math/mpfr
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
diff --git a/math/labplot/Makefile b/math/labplot/Makefile
index 698f2db920b0..fc6097251c63 100644
--- a/math/labplot/Makefile
+++ b/math/labplot/Makefile
@@ -7,7 +7,7 @@
PORTNAME= LabPlot
PORTVERSION= 1.6.0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=labplot
@@ -19,7 +19,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
jasper.4:${PORTSDIR}/graphics/jasper \
MagickWand.2:${PORTSDIR}/graphics/ImageMagick \
gsl.13:${PORTSDIR}/math/gsl \
- fftw3.4:${PORTSDIR}/math/fftw3 \
+ fftw3.5:${PORTSDIR}/math/fftw3 \
qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \
origin.0:${PORTSDIR}/math/liborigin
diff --git a/math/ruby-fftw3/Makefile b/math/ruby-fftw3/Makefile
index 948fc2451a30..8740c9ad28a4 100644
--- a/math/ruby-fftw3/Makefile
+++ b/math/ruby-fftw3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fftw3
PORTVERSION= 0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math ruby
MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-fftw3/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp
COMMENT= A Ruby interface to the FFTW ver.3
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
-LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3
+LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3
USE_RUBY= yes
USE_RUBY_EXTCONF= yes