aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2009-09-04 21:30:29 +0800
committerdemon <demon@FreeBSD.org>2009-09-04 21:30:29 +0800
commit06acbb8d3b99c055d8d23f8572a23daf6f74b4cf (patch)
tree52b1edbc3f9b401aa57b377b92ed2035b70a1412
parent94b9f42f3a480a77d6e86ba50ad5f8334e9870d7 (diff)
downloadfreebsd-ports-gnome-06acbb8d3b99c055d8d23f8572a23daf6f74b4cf.tar.gz
freebsd-ports-gnome-06acbb8d3b99c055d8d23f8572a23daf6f74b4cf.tar.zst
freebsd-ports-gnome-06acbb8d3b99c055d8d23f8572a23daf6f74b4cf.zip
Chase glpk shlib version bump;
PORTREVISION++.
-rw-r--r--math/clp/Makefile4
-rw-r--r--math/octave-devel/Makefile4
-rw-r--r--math/octave/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile
index f7a76410429d..79721c9878e7 100644
--- a/math/clp/Makefile
+++ b/math/clp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Clp
PORTVERSION= 1.8.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \
http://www.mavetju.org/download/adopted/
@@ -18,7 +18,7 @@ COMMENT= Linear Programming Solver
LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack
.ifdef WITH_GMPL
-LIB_DEPENDS+= glpk.23:${PORTSDIR}/math/glpk
+LIB_DEPENDS+= glpk.24:${PORTSDIR}/math/glpk
.endif
USE_FORTRAN= yes
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index af75714ebfaf..17a10862b2b5 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= octave
PORTVERSION= 3.1.55
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/\
@@ -24,7 +24,7 @@ BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
gsed:${PORTSDIR}/textproc/gsed
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
- glpk.23:${PORTSDIR}/math/glpk \
+ glpk.24:${PORTSDIR}/math/glpk \
hdf5:${PORTSDIR}/science/hdf5 \
umfpack.1:${PORTSDIR}/math/suitesparse \
qhull:${PORTSDIR}/math/qhull
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 7495dba61062..d83c4fb5de7c 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -7,7 +7,7 @@
PORTNAME= octave
PORTVERSION= 3.2.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
@@ -22,7 +22,7 @@ BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
gsed:${PORTSDIR}/textproc/gsed
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
- glpk.23:${PORTSDIR}/math/glpk \
+ glpk.24:${PORTSDIR}/math/glpk \
hdf5:${PORTSDIR}/science/hdf5 \
umfpack.1:${PORTSDIR}/math/suitesparse \
qhull:${PORTSDIR}/math/qhull \