From owner-svn-ports-all@FreeBSD.ORG Mon Jun 1 21:01:58 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E5E6625; Mon, 1 Jun 2015 21:01:58 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::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 273531958; Mon, 1 Jun 2015 21:01:58 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by wibdq8 with SMTP id dq8so40957135wib.1; Mon, 01 Jun 2015 14:01:55 -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=FfYrmX7Xsy/HqmcpgidsGosDhtFGzIRerb5lBDkYm1c=; b=I6FXoYjXEs1dWbsvLkc6bzwSBspQteQbV2jQDGOOjhc0Cp0oRnMFcO54AAVicFP3PC Ep3iITfV4DdwBkTI0TJvw2rPIBU4czUEztpKA77CnD8s+742GSOEmoXx61GbFl9BQ6Ww 6BYwWxZq447143HLdVmmaHOPWR9tLso+ielbu/16aeGOjYMkSVLi60shp4c56grjnOVF n1IqI/pgCcBUNDWgCHilJ75+o+8jWU/bcI7GQ8Ci2T6zdd6SR1Uxs5NH+Z08PkwruzfQ J7tmTYLVelDFd2FS+fMFCSyouTlz9X+CHvrAjHdJSSQqW5hp7F+pgLH0Lw5f9lgfN17c l/DQ== MIME-Version: 1.0 X-Received: by 10.180.91.40 with SMTP id cb8mr24236409wib.64.1433192515594; Mon, 01 Jun 2015 14:01:55 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.17.130 with HTTP; Mon, 1 Jun 2015 14:01:55 -0700 (PDT) In-Reply-To: <201506011949.t51JnKgc078211@svn.freebsd.org> References: <201506011949.t51JnKgc078211@svn.freebsd.org> Date: Mon, 1 Jun 2015 23:01:55 +0200 X-Google-Sender-Auth: 1QgbVk_acUB4UWXmotsS1uKCE7o Message-ID: Subject: Re: svn commit: r388270 - in head/devel/tcllib: . files From: Antoine Brodin To: Mikhail Teterin Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Mon, 01 Jun 2015 21:01:58 -0000 On Mon, Jun 1, 2015 at 9:49 PM, Mikhail Teterin wrote: > Author: mi > Date: Mon Jun 1 19:49:19 2015 > New Revision: 388270 > URL: https://svnweb.freebsd.org/changeset/ports/388270 > > Log: > Upstream is having difficulties connecting their Fossil-repository > to GitHub and the version currently offered by GH for download is > missing a lot of files, which were included before. > > Go back to the distfile used 4 days ago -- hosted privately for the > time being. The filename is deliberately preserved so people and > mirrors, which already have the correct version, would not have to > re-download. > > Modified: > head/devel/tcllib/Makefile > head/devel/tcllib/distinfo > head/devel/tcllib/files/patch-jpeg Hi, This still fails to stage. During build: --- critcl --- can't find package cmdline while executing "package require cmdline" (file "/usr/local/lib/critcl-app3.1.12/critcl.tcl" line 23) invoked from within "source /usr/local/lib/critcl-app3.1.12/critcl.tcl" ("package ifneeded critcl::app 3.1.12" script) invoked from within "package require critcl::app" (file "/usr/local/bin/critcl" line 4) Cheers, Antoine