From owner-svn-ports-all@FreeBSD.ORG Sat Nov 30 08:33:19 2013 Return-Path: Delivered-To: svn-ports-all@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 BEF4381B for ; Sat, 30 Nov 2013 08:33:19 +0000 (UTC) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43E331329 for ; Sat, 30 Nov 2013 08:33:18 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id eo20so7501104lab.0 for ; Sat, 30 Nov 2013 00:33:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Uk3u9VwAPN/9OgxfJCAv2p8z+H9dAU8JfE3YxOaJzTg=; b=SEoenTEHPyVHCu5FgaL1gokzqmFFCYyftaaUk3fZLB740uMVC1UDCN7TiWLUNEpt6I hs3O0kRkDVNbyiz3nybteXgIWsHcXQtDJneLVRinjVoFkh4tdsEwo4P8CltS7XbJY4Vq 4tT6tJlauhYqdqn1W685GpN7HKix4lCCqEujEWWRSBG9w6uLm0O0/2anyqPtKmLgjEQc h6iV+Dq28LtrnzraHJ9MHD1PaB0tRXz9oBcKUv5o3iPgojnrqIgyH2q7WE/z2oX3Pm1I vhSyN+Vto42XzOmZiPm9rmqy/dpXu5ZgB8uDlgq4k+JLUGFq814SiwN3pp0VDYLg7e46 bLEg== X-Gm-Message-State: ALoCoQlsN+l3l6HMO+tJ4BZ66QbMFhkkHhLhUzx4NSBhLRpwapg7KHYxYBPulATyb1dzABS9SBut X-Received: by 10.112.151.42 with SMTP id un10mr36997683lbb.7.1385800391252; Sat, 30 Nov 2013 00:33:11 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.31.131 with HTTP; Sat, 30 Nov 2013 00:32:51 -0800 (PST) In-Reply-To: <201311292355.rATNttoJ071129@svn.freebsd.org> References: <201311292355.rATNttoJ071129@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 16:32:51 +0800 X-Google-Sender-Auth: 53Ns2D5QrCeQCjlaA_2ApxVFwiU Message-ID: Subject: Re: svn commit: r335250 - in head/net: . openmpi openmpi-devel To: Danilo Egea Gondolfo Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 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: Sat, 30 Nov 2013 08:33:19 -0000 On Sat, Nov 30, 2013 at 7:55 AM, Danilo Egea Gondolfo wrote: > Author: danilo > Date: Fri Nov 29 23:55:54 2013 > New Revision: 335250 > URL: http://svnweb.freebsd.org/changeset/ports/335250 > > Log: > - New port net/openmpi-devel. Version 1.7 of Open MPI. > > Open MPI is a project combining technologies and resources from several > other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to > build the best MPI library available. A completely new MPI-2 compliant > implementation, Open MPI offers advantages for system and software > vendors, application developers and computer science researchers. > > Added: > head/net/openmpi-devel/ > head/net/openmpi-devel/Makefile (contents, props changed) > head/net/openmpi-devel/distinfo (contents, props changed) > head/net/openmpi-devel/pkg-descr (contents, props changed) > head/net/openmpi-devel/pkg-plist (contents, props changed) > Modified: > head/net/Makefile > head/net/openmpi/Makefile (contents, props changed) > Normally we would first "svn cp openmpi openmpi-devel" and then modify it. Is there any reason not doing so? Regards, sunpoet