From owner-svn-ports-head@FreeBSD.ORG Wed May 6 08:00:42 2015 Return-Path: Delivered-To: svn-ports-head@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 156DFE48; Wed, 6 May 2015 08:00:42 +0000 (UTC) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9C42113F; Wed, 6 May 2015 08:00:41 +0000 (UTC) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3lhVj33zSZzZql; Wed, 6 May 2015 10:00:39 +0200 (CEST) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id cd7pou-vYmmz; Wed, 6 May 2015 10:00:37 +0200 (CEST) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Wed, 6 May 2015 10:00:37 +0200 (CEST) Message-ID: <5549CA25.2050304@FreeBSD.org> Date: Wed, 06 May 2015 10:00:37 +0200 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Johan van Selst , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385508 - head/devel/ocaml-findlib References: <201505060720.t467KkME014868@svn.freebsd.org> In-Reply-To: <201505060720.t467KkME014868@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 06 May 2015 08:00:42 -0000 On 05/06/15 09:20, Johan van Selst wrote: > Author: johans > Date: Wed May 6 07:20:46 2015 > New Revision: 385508 > URL: https://svnweb.freebsd.org/changeset/ports/385508 > > Log: > Add dependency on camlp4 to ensure its META data gets installed > > PR: 199986 Thanks for fixing this, I did not notice this detail in my commit! -- Guido Falsi