From owner-svn-ports-all@FreeBSD.ORG Tue Jun 9 21:32:14 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 541AD271; Tue, 9 Jun 2015 21:32:14 +0000 (UTC) (envelope-from danilogondolfo@gmail.com) Received: from mail-yk0-x22a.google.com (mail-yk0-x22a.google.com [IPv6:2607:f8b0:4002:c07::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1082F1888; Tue, 9 Jun 2015 21:32:14 +0000 (UTC) (envelope-from danilogondolfo@gmail.com) Received: by ykfr66 with SMTP id r66so14193903ykf.0; Tue, 09 Jun 2015 14:32:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=6u09PB57nrUBu+jmau+LDzHz030UCTWzy0xW0IT7AS0=; b=MJY6VGPxJmYiMt4/HkpZmjmkdLLoxnVa2kYaJmLEn53vdcr/+NOrhZHbZpJoPkGiC7 ZIhe6E8Pnzp0e+Hd5oMxPktFy18D37+2R8rqMsvxVGa+NWhtRZve9inrp1DkM9BzZezp VR0mUXWfyHi1M9m/zxUK6WIdO8mwlkMY+uwF3NT4NFdB9iJCKgkVGnSlKjGLqSXnrkTQ NIBpCs6scZ4bnfInba56qOVaClN07kKH5pdD5IHmJI7yFdmjG0zVrjnpbChQVyYckQ9W ravkIrhj88mBZH/wpH+Q3S9sxBbIUu/6xFLoQXf2jE9QB1hYiJus1Ed2xg8Uc4jLeXzm xSfA== X-Received: by 10.170.150.7 with SMTP id r7mr28084640ykc.48.1433885533291; Tue, 09 Jun 2015 14:32:13 -0700 (PDT) Received: from [192.168.1.109] ([179.105.216.92]) by mx.google.com with ESMTPSA id s203sm5080291ywb.28.2015.06.09.14.32.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Jun 2015 14:32:12 -0700 (PDT) Sender: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= Message-ID: <55775BAC.4080403@FreeBSD.org> Date: Tue, 09 Jun 2015 18:33:32 -0300 From: Danilo Egea Gondolfo User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r389002 - head/net References: <201506092110.t59LAS5j023573@svn.freebsd.org> In-Reply-To: <201506092110.t59LAS5j023573@svn.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 09 Jun 2015 21:32:14 -0000 Oops! Thanks and sorry... On 06/09/15 18:10, Antoine Brodin wrote: > Author: antoine > Date: Tue Jun 9 21:10:28 2015 > New Revision: 389002 > URL: https://svnweb.freebsd.org/changeset/ports/389002 > > Log: > Finish openmpi-devel removal > > Modified: > head/net/Makefile > > Modified: head/net/Makefile > ============================================================================== > --- head/net/Makefile Tue Jun 9 21:07:24 2015 (r389001) > +++ head/net/Makefile Tue Jun 9 21:10:28 2015 (r389002) > @@ -462,7 +462,6 @@ > SUBDIR += openldap24-sasl-client > SUBDIR += openldap24-server > SUBDIR += openmpi > - SUBDIR += openmpi-devel > SUBDIR += openmq > SUBDIR += openmq-client > SUBDIR += openntpd > >