From owner-svn-ports-head@FreeBSD.ORG Thu Apr 9 14:36:07 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 DACE9468; Thu, 9 Apr 2015 14:36:07 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (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 7D74B10E; Thu, 9 Apr 2015 14:36:07 +0000 (UTC) Received: by widdi4 with SMTP id di4so94736940wid.0; Thu, 09 Apr 2015 07:36:05 -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=WQL1lQ2L0KL7Yc8SLsbkQalROZeEVRx9c32ZL/GgO0A=; b=Lq3tU5uJUBvnDtx2ReBg5t6r5kQ/QSTp0lIt3DMGtc7vegtzuDqB0786Fd8Wr7TQaW oCMETK55VChWrNJ61yROxtZ28viA2Ff4jIpmSP5egbEyclftiKKyPZpdgQJZpwcj7CFl BALOl0kxlYGR+7pWsyqjgSIaYcj6Fx6hLJKYfFh98Ls7vCXV5wprJUIARP/MoARXB+pm Y25qQ7Knxd7XmoDl6P/p3Xd4WNB3htAcGgF6L/CxsHhHUhacjLtKajpozw8NiTbny/GV F9cPBcX/gJom6tx26fp1ESlm3r8VCIcBZ6f8386zsL2NhB3m1FDpJEVHHRQgV1Gc4K4J cjsw== MIME-Version: 1.0 X-Received: by 10.194.8.2 with SMTP id n2mr59590033wja.46.1428590165860; Thu, 09 Apr 2015 07:36:05 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.16.231 with HTTP; Thu, 9 Apr 2015 07:36:05 -0700 (PDT) In-Reply-To: <55268E13.9020401@marino.st> References: <201504091430.t39EU6Xn036617@svn.freebsd.org> <55268E13.9020401@marino.st> Date: Thu, 9 Apr 2015 14:36:05 +0000 X-Google-Sender-Auth: RWVdmVSJTnIXAILmbQhsyhX6ap8 Message-ID: Subject: Re: svn commit: r383647 - head/lang/pure From: Antoine Brodin To: John Marino 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-1 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: Thu, 09 Apr 2015 14:36:08 -0000 On Thu, Apr 9, 2015 at 2:34 PM, John Marino wrote: > On 4/9/2015 16:30, Antoine Brodin wrote: >> Author: antoine >> Date: Thu Apr 9 14:30:05 2015 >> New Revision: 383647 >> URL: https://svnweb.freebsd.org/changeset/ports/383647 >> >> Log: >> Mark BROKEN again and re-schedule for removal > > > Please explain. > That commit was tested on FreeBSD 10 amd64, it fetches just fine. > > What is this "unfetchable" reason for? lang/pure % make checksum ===> License GPLv3 LGPL3 accepted by the user ===> pure-0.58_2 depends on file: /usr/local/sbin/pkg - found => pure-0.58.tar.gz doesn't seem to exist in /usr/ports/distfiles/pure. => Attempting to fetch https://cdn.bitbucket.org/purelang/pure-lang/downloads/pure-0.58.tar.gz fetch: https://cdn.bitbucket.org/purelang/pure-lang/downloads/pure-0.58.tar.gz: Forbidden => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/pure and try again. *** Error code 1 Stop. make: stopped in /usr/ports/lang/pure Antoine