From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 16:30:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 112BC1065672; Fri, 14 Sep 2012 16:30:38 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F07458FC14; Fri, 14 Sep 2012 16:30:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EGUbJ1061317; Fri, 14 Sep 2012 16:30:37 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EGUboQ061314; Fri, 14 Sep 2012 16:30:37 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209141630.q8EGUboQ061314@svn.freebsd.org> From: Beat Gaetzi Date: Fri, 14 Sep 2012 16:30:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304277 - head/math/parmgridgen X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 16:30:38 -0000 Author: beat Date: Fri Sep 14 16:30:37 2012 New Revision: 304277 URL: http://svn.freebsd.org/changeset/ports/304277 Log: - Chase openmpi update Reported by: pointyhat Modified: head/math/parmgridgen/Makefile Modified: head/math/parmgridgen/Makefile ============================================================================== --- head/math/parmgridgen/Makefile Fri Sep 14 16:06:31 2012 (r304276) +++ head/math/parmgridgen/Makefile Fri Sep 14 16:30:37 2012 (r304277) @@ -7,6 +7,7 @@ PORTNAME= parmgridgen PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= http://www.mgnet.org/mgnet/Codes/parmgridgen/ \ http://www-users.cs.umn.edu/~moulitsa/download/ \ @@ -18,7 +19,7 @@ COMMENT= Library for obtaining a sequenc ALL_TARGET= parallel -LIB_DEPENDS+= mpi.0:${PORTSDIR}/net/openmpi +LIB_DEPENDS+= mpi.1:${PORTSDIR}/net/openmpi USE_GMAKE= yes post-patch: