From owner-svn-ports-head@FreeBSD.ORG Fri Oct 12 16:11:44 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33569C3D for ; Fri, 12 Oct 2012 16:11:44 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id CAD308FC14 for ; Fri, 12 Oct 2012 16:11:43 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fw7so4737293vcb.13 for ; Fri, 12 Oct 2012 09:11:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=CWsDLTTsJY4lJnKxvEq3KSw544l456L7vIQ4ayZSH0A=; b=hr7xANaoi2OuKXKeuxzIcIR98pfurc3oFKq3FMViIUqo0pdPLrTSYTZzkvADB1IcLQ eNq6xDngsEIKgAEAoSDXFAIVeJhnoYVXmi4hDUFnLdpzenqBB7E5QkxtV8YxE8QIBGIG +y3iIhJA7M9qxtyibOCZvch+gURju75Pgo/QQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=CWsDLTTsJY4lJnKxvEq3KSw544l456L7vIQ4ayZSH0A=; b=X8XVwecXHB9cGhqjY88YW/5X3u9LZVDWQ8i+d0cdrO24xHPQ0Bw6UMK7I16jom7TQt 6257RXRmSXhJWY0wXqxaRSv2BX2OBMWWm/K9EBeVd2ajNgJfeYu6aqnJboOB0VTIymOe rS+LyWL//4To1dbOqxSYoMndoEGiGLKxfp2meVy7M50V9I6YrrZCvHDe2zKgkaRxQD8l vSelWfbdbzevSVoxg0kJnUzn5fN1kn6kOdv1nXDEIJEvNf1LkcjghiLeFD4SaAVkRTrz XCKiiHWDNfdZAFPMalszHpYYN69BxKibgQgA2qMiQdBIN8X3Z/FvgQTwAN5+HEdj8dU1 pmtg== Received: by 10.58.190.161 with SMTP id gr1mr2942778vec.3.1350058301875; Fri, 12 Oct 2012 09:11:41 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.58.253.3 with HTTP; Fri, 12 Oct 2012 09:11:11 -0700 (PDT) In-Reply-To: <201210121530.q9CFUUr4028628@svn.freebsd.org> References: <201210121530.q9CFUUr4028628@svn.freebsd.org> From: Eitan Adler Date: Fri, 12 Oct 2012 12:11:11 -0400 X-Google-Sender-Auth: quuL2K5wwbqK4gz2TPcWPv_DytY Message-ID: Subject: Re: svn commit: r305784 - head/textproc/igor To: Glen Barber Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmGcDfjG6GL8XoZ9/xewuOOQDhZiBeuCrAnJA37sX7A1s+26jHcelU8fM9TnBubp00PcY3+ 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.14 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, 12 Oct 2012 16:11:44 -0000 On 12 October 2012 11:30, Glen Barber wrote: > Author: gjb > Date: Fri Oct 12 15:30:30 2012 > New Revision: 305784 > URL: http://svn.freebsd.org/changeset/ports/305784 > > Log: > Fix fetch. > > Approved by: eadler (mentor, implicit) > PR: ports/172617 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=172617 > Feature safe: yes > > Modified: > head/textproc/igor/Makefile > > Modified: head/textproc/igor/Makefile > ============================================================================== > --- head/textproc/igor/Makefile Fri Oct 12 15:18:02 2012 (r305783) > +++ head/textproc/igor/Makefile Fri Oct 12 15:30:30 2012 (r305784) > @@ -3,7 +3,7 @@ > PORTNAME= igor > PORTVERSION= 1.330 > CATEGORIES= textproc > -MASTER_SITES= http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ > +MASTER_SITES= https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ o.O this was run through tinderbox. I'm guessing it caches distfiles or something? -- Eitan Adler Source & Ports committer X11, Bugmeister, Ports Security teams