From owner-svn-ports-all@FreeBSD.ORG Fri Oct 12 16:11:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0B65C41 for ; Fri, 12 Oct 2012 16:11:44 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 52A338FC18 for ; Fri, 12 Oct 2012 16:11:44 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id v11so4054181vbm.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=TbxQ8kPrrHybreqhZ1J3zYg0qlyOqWAp0ymnQ1n+p2bfpwPKFykqT2IB+hEdPlZITX IbH5erQ23oGgmdUaUTsS0avuL8dgdZMDC6vM0eUwLVqtpu2ELDlnuHB+K5OFmqbBq8Jd O8q84lgIlVD2gxfG9O/bVgNXIGvoW+6+Iwv7vAKk2Y68+I72rTZ9x2DMTed6ztc87tOY /kLo26C/rarrpKXg4kpsh4jw47jhkbLpxmKoiWa1Bl9J3vzQGR7fmWy34B72Pj+KJ7NN VfCHGTO0K9J9d/+lcyEJ66PuP07G98kKIu5I2LJb2oJa0WVRTI1WyebsrhpHLWHkFgNa CGcw== 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: ALoCoQm7oUlsaptJbZBIBUakvxSAG028IrE92XwiGnpylB+ogax9Na51H1cEwVSBbXUdXGtVQO5v Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: 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