diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
commit | 011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch) | |
tree | be6c85e782d49cf223592ee199c43ca0222da761 /science | |
parent | 2a0640b2d4b751061c9ddc616327c22b754034ba (diff) |
- Chase guile shared lib bump
- Add an entry to UPDATING
Notes
Notes:
svn path=/head/; revision=278635
Diffstat (limited to 'science')
-rw-r--r-- | science/harminv/Makefile | 3 | ||||
-rw-r--r-- | science/libctl/Makefile | 3 | ||||
-rw-r--r-- | science/meep/Makefile | 4 | ||||
-rw-r--r-- | science/mpb/Makefile | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/science/harminv/Makefile b/science/harminv/Makefile index 584e68aa69f3..5fcea58ac61f 100644 --- a/science/harminv/Makefile +++ b/science/harminv/Makefile @@ -7,6 +7,7 @@ PORTNAME= harminv PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/harminv/ @@ -25,7 +26,7 @@ USE_LDCONFIG= yes MAN1= harminv.1 -LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile \ +LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile \ blas.2:${PORTSDIR}/math/blas \ lapack.4:${PORTSDIR}/math/lapack diff --git a/science/libctl/Makefile b/science/libctl/Makefile index 55f588f7b941..d400b38a3c12 100644 --- a/science/libctl/Makefile +++ b/science/libctl/Makefile @@ -8,13 +8,14 @@ PORTNAME= libctl PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= science math MASTER_SITES= http://ab-initio.mit.edu/libctl/ MAINTAINER= devel@stasyan.com COMMENT= Control Language Library -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile USE_AUTOTOOLS= libtool USE_FORTRAN= yes diff --git a/science/meep/Makefile b/science/meep/Makefile index 19d927604f9e..4826e9952a2b 100644 --- a/science/meep/Makefile +++ b/science/meep/Makefile @@ -7,7 +7,7 @@ PORTNAME= meep PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ @@ -17,7 +17,7 @@ COMMENT= FDTD simulation software to model electromagnetic systems BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash \ harminv:${PORTSDIR}/science/harminv \ gsed:${PORTSDIR}/textproc/gsed -LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile \ +LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile \ blas.2:${PORTSDIR}/math/blas \ ctl.4:${PORTSDIR}/science/libctl \ hdf5.0:${PORTSDIR}/science/hdf5 diff --git a/science/mpb/Makefile b/science/mpb/Makefile index c70809c8d9d4..09c8b32b4db9 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -8,7 +8,7 @@ PORTNAME= mpb PORTVERSION= 1.4.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ @@ -19,7 +19,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ hdf5.0:${PORTSDIR}/science/hdf5 \ ctl.4:${PORTSDIR}/science/libctl \ - guile.20:${PORTSDIR}/lang/guile + guile.21:${PORTSDIR}/lang/guile USE_FORTRAN= yes |