From nobody@FreeBSD.org  Tue Apr 29 01:18:58 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 1D4583BF
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Apr 2014 01:18:58 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 08FEA1A2D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Apr 2014 01:18:58 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3T1Ivnb005354
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Apr 2014 01:18:57 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3T1IvRo005345;
	Tue, 29 Apr 2014 01:18:57 GMT
	(envelope-from nobody)
Message-Id: <201404290118.s3T1IvRo005345@cgiserv.freebsd.org>
Date: Tue, 29 Apr 2014 01:18:57 GMT
From: Jason Bacon <jwbacon@tds.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: maintainer update: science/fvcom-mpi with name change
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         189092
>Category:       ports
>Synopsis:       maintainer update: science/fvcom-mpi with name change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 29 01:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        10.0-RELEASE
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD freebie.acadix.biz 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:45:06 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Change name of science/fvcom-mpi to fvcom-openmpi in order to leave room for ports using other MPI implementations, such as mpich2.

Master port also contains changes to facilitate this.  See ports/189091.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS --exclude=.svn /usr/ports/science/fvcom-openmpi/Makefile /usr/wip/science/fvcom-openmpi/Makefile
--- /usr/ports/science/fvcom-openmpi/Makefile	2014-04-12 19:17:45.000000000 -0500
+++ /usr/wip/science/fvcom-openmpi/Makefile	2014-04-28 20:13:02.000000000 -0500
@@ -1,8 +1,11 @@
 # Created by: Jason Bacon <jwbacon@tds.net>
 # $FreeBSD: head/science/fvcom-mpi/Makefile 351165 2014-04-13 00:17:45Z danilo $
 
-PORTREVISION=	2
-PKGNAMESUFFIX=	-mpi
+PKGNAMESUFFIX=	-openmpi
+
+# Would be nice to get this from Mk
+# Include trailing / so that it can be used as ${MPIPREFIX}bin, etc.
+MPIPREFIX=	mpi/openmpi/
 
 MAINTAINER=	jwbacon@tds.net
 
@@ -10,7 +13,7 @@
 
 MASTERDIR=	${.CURDIR}/../fvcom
 
-MAKE_ARGS+=	FC=${LOCALBASE}/mpi/openmpi/bin/mpif90 \
+MAKE_ARGS+=	FC=${LOCALBASE}/${MPIPREFIX}bin/mpif90 \
 		PORT_CPP_FLAGS+=-DMULTIPROCESSOR
 
 .include "${MASTERDIR}/Makefile"


>Release-Note:
>Audit-Trail:
>Unformatted:
