From owner-svn-ports-head@FreeBSD.ORG Fri Jul 25 11:50:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 616882D8; Fri, 25 Jul 2014 11:50:15 +0000 (UTC) Received: from mail-yh0-x231.google.com (mail-yh0-x231.google.com [IPv6:2607:f8b0:4002:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ECD90279C; Fri, 25 Jul 2014 11:50:14 +0000 (UTC) Received: by mail-yh0-f49.google.com with SMTP id b6so2841274yha.36 for ; Fri, 25 Jul 2014 04:50:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=reyQxrNd5QdIEfw3NPCSprXEc30vFCxmImuWF0pz6Ws=; b=ZWTfMMuj/v9AcFPYh6+JbMA2DnHKyI4SZioZ9yL+UcuMKmjKoLpVWrN14How2f6Of9 feyOCk1zW/psC0cLh5zfVlkINps6+du6ndIRnUABrlvbne4J97q9Mw/kPgNgt/4gs3Uy Xodm3n5gfCzWZ9l4EdyO5plf8IUZetD/WNpbvw2rXyKGiBWhZtJ7IJ57KoQ1ksPia7sm le1N88sobppE7uE4BTZnuJqS46sOQrbQVeBiROOxuNI68WgjwWhvXInkfJVo6PXatEeH kTnaxo6nhgIoCGyVWRiEBeXi4Rz7sfUBheZ11WhY4caQjN00+2LYIzVaCrQQrJ5RGwHu Ip2g== MIME-Version: 1.0 X-Received: by 10.236.2.72 with SMTP id 48mr22638933yhe.124.1406289013995; Fri, 25 Jul 2014 04:50:13 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Fri, 25 Jul 2014 04:50:13 -0700 (PDT) In-Reply-To: <201407240948.s6O9m4IG034314@svn.freebsd.org> References: <201407240948.s6O9m4IG034314@svn.freebsd.org> Date: Fri, 25 Jul 2014 13:50:13 +0200 X-Google-Sender-Auth: uLzSS1dfnTbKP9WPxSwDfXx2UPY Message-ID: Subject: Re: svn commit: r362773 - head/biology/p5-Bio-Graphics From: Antoine Brodin To: Kurt Jaeger Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 25 Jul 2014 11:50:15 -0000 On Thu, Jul 24, 2014 at 11:48 AM, Kurt Jaeger wrote: > Author: pi > Date: Thu Jul 24 09:48:03 2014 > New Revision: 362773 > URL: http://svnweb.freebsd.org/changeset/ports/362773 > QAT: https://qat.redports.org/buildarchive/r362773/ > > Log: > biology/p5-Bio-Graphics: 2.37 -> 2.38 > > Modified: > head/biology/p5-Bio-Graphics/Makefile > head/biology/p5-Bio-Graphics/distinfo Hi, This fails to build: ===> Building for p5-Bio-Graphics-2.38 /usr/local/bin/perl5 Build --makefile_env_macros 1 Module::Build version 0.40 required--this is only version 0.3901 at Build line 41. *** [all] Error code 255 Cheers, Antoine