diff options
author | thierry <thierry@FreeBSD.org> | 2015-03-10 20:45:19 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-03-10 20:45:19 +0000 |
commit | 2fb93f75cff22ea2781abd11c97fbcc83e2d415c (patch) | |
tree | cbbba4650a636e4e5edc9d97d318e51133dd08aa | |
parent | 8a62bcc302b81913c14ce650e53f3a96db61a2fa (diff) | |
download | FreeBSD-ports-2fb93f75cff22ea2781abd11c97fbcc83e2d415c.zip FreeBSD-ports-2fb93f75cff22ea2781abd11c97fbcc83e2d415c.tar.gz |
- Switch to guile2
- Upgrade meep to 1.2.1 and unbreak.
Submitted by: Stas Timokhin <devel (at) stasyan.com>
-rw-r--r-- | science/harminv/Makefile | 4 | ||||
-rw-r--r-- | science/meep/Makefile | 7 | ||||
-rw-r--r-- | science/meep/distinfo | 4 |
3 files changed, 6 insertions, 9 deletions
diff --git a/science/harminv/Makefile b/science/harminv/Makefile index f60b5ee..4711905 100644 --- a/science/harminv/Makefile +++ b/science/harminv/Makefile @@ -3,7 +3,7 @@ PORTNAME= harminv PORTVERSION= 1.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/harminv/ @@ -19,6 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" USE_LDCONFIG= yes -LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile +LIB_DEPENDS+= libguile-2.0.so:${PORTSDIR}/lang/guile2 .include <bsd.port.mk> diff --git a/science/meep/Makefile b/science/meep/Makefile index 0c55761..468f835 100644 --- a/science/meep/Makefile +++ b/science/meep/Makefile @@ -2,19 +2,16 @@ # $FreeBSD$ PORTNAME= meep -PORTVERSION= 1.2 -PORTREVISION= 12 +PORTVERSION= 1.2.1 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ MAINTAINER= devel@stasyan.com COMMENT= FDTD simulation software to model electromagnetic systems -BROKEN= Depends on conflicting guile and guile2 (via libctl) - BUILD_DEPENDS= harminv:${PORTSDIR}/science/harminv \ gsed:${PORTSDIR}/textproc/gsed -LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 \ libblas.so:${PORTSDIR}/math/blas \ libctl.so:${PORTSDIR}/science/libctl \ libhdf5.so:${PORTSDIR}/science/hdf5 diff --git a/science/meep/distinfo b/science/meep/distinfo index 7370b36..54fa578 100644 --- a/science/meep/distinfo +++ b/science/meep/distinfo @@ -1,2 +1,2 @@ -SHA256 (meep-1.2.tar.gz) = 2734737b8053a45942bc1a50933d63b6fd18c7dc3cf33e92e0815ece93138942 -SIZE (meep-1.2.tar.gz) = 807522 +SHA256 (meep-1.2.1.tar.gz) = f1f0683e5688d231f7dd1863939677148fc27a6744c03510e030c85d6c518ea5 +SIZE (meep-1.2.1.tar.gz) = 731272 |