From owner-svn-ports-head@freebsd.org Sun Mar 18 06:01:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18172F60C9D; Sun, 18 Mar 2018 06:01:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADDA180E25; Sun, 18 Mar 2018 06:01:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8DEB1CAF5; Sun, 18 Mar 2018 06:01:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2I61P0N044037; Sun, 18 Mar 2018 06:01:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2I61P8S044036; Sun, 18 Mar 2018 06:01:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803180601.w2I61P8S044036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 18 Mar 2018 06:01:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464875 - head/science/meep X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/meep X-SVN-Commit-Revision: 464875 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2018 06:01:26 -0000 Author: yuri Date: Sun Mar 18 06:01:25 2018 New Revision: 464875 URL: https://svnweb.freebsd.org/changeset/ports/464875 Log: science/meep: Add license; Add missing dependencies; Order USExx section Approved by: Approved by: portmgr blanket Modified: head/science/meep/Makefile Modified: head/science/meep/Makefile ============================================================================== --- head/science/meep/Makefile Sun Mar 18 05:52:23 2018 (r464874) +++ head/science/meep/Makefile Sun Mar 18 06:01:25 2018 (r464875) @@ -3,24 +3,31 @@ PORTNAME= meep PORTVERSION= 1.2.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ MAINTAINER= devel@stasyan.com COMMENT= FDTD simulation software to model electromagnetic systems +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= harminv:science/harminv \ gsed:textproc/gsed -LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ +LIB_DEPENDS= libfftw3.so:math/fftw3 \ libblas.so:math/blas \ + libguile-2.0.so:lang/guile2 \ libctl.so:science/libctl \ - libhdf5.so:science/hdf5 + libgc-threaded.so:devel/boehm-gc-threaded \ + libgsl.so:math/gsl \ + libhdf5.so:science/hdf5 \ + liblapack.so:math/lapack RUN_DEPENDS= harminv:science/harminv +USES= fortran gettext gmake iconv libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_GCC= yes -USES= fortran gettext gmake iconv libtool pathfix pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS+= CC="${CC}" CXX="${CXX}" @@ -42,7 +49,7 @@ PLIST_SUB+= MPI="@comment " NOMPI="" .endif .if ${PORT_OPTIONS:MMPICH2} -LIB_DEPENDS+= libmpich.so.8:net/mpich2 +LIB_DEPENDS+= libmpich.so:net/mpich2 CONFIGURE_ENV+= MPICXX=${LOCALBASE}/bin/mpicc CFLAGS+= -I${LOCALBASE}/include .endif