From owner-svn-ports-head@FreeBSD.ORG Tue Jul 31 15:00:57 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 6195210656A3 for ; Tue, 31 Jul 2012 15:00:57 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 04A1A8FC12 for ; Tue, 31 Jul 2012 15:00:56 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sweb; b=NCTgg+ 151N8vZBksowzWYRVK4huxO+T8e6q1ccNA3zd1egSpyQqc4UnlUBxYc1hQD16H1S uyMAkqwZTZW/YvyqvxgXmLKpYtBq6JAKv7e/aei8DKJ+/MhV/joQOAHLZ69mlBmo pwg3SNUiR/kYikRMu/4CDKxvOl5Z3ZS+WxaPA= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=sweb; bh=Jr5XiDb+vrR7 elZ1ZI0qpQ+umUnhRw5n2M8sQGvdvac=; b=w4iyHexs781RAbxGhsPmRO3a4Aac C5QY3k5yPQdhzX+AL3rzuHTVwAUIJcshZqp+mfV2sdkKDZ8phKoGK7a1CXBtM3be IE60AroSqvhy96vSFju+U4R7HIUH9IDeCfUdF580p4+zgxMVhiO7Dt5v+qzNDnJL jGyNISM0Apx354E= Received: (qmail 68956 invoked from network); 31 Jul 2012 10:00:54 -0500 Received: from unknown (HELO ?192.168.0.74?) (bryan@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 31 Jul 2012 10:00:54 -0500 Message-ID: <5017F32C.8020603@shatow.net> Date: Tue, 31 Jul 2012 10:01:00 -0500 From: Bryan Drewery User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Baptiste Daroussin References: <201207311332.q6VDWAYa032251@svn.freebsd.org> In-Reply-To: <201207311332.q6VDWAYa032251@svn.freebsd.org> X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r301788 - head/devel/yajl X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 31 Jul 2012 15:00:57 -0000 On 7/31/2012 8:32 AM, Baptiste Daroussin wrote: > Author: bapt > Date: Tue Jul 31 13:32:10 2012 > New Revision: 301788 > URL: http://svn.freebsd.org/changeset/ports/301788 > > Log: > Mirror back, apparently we still got some problems fetching from github from > time to time What problem was seen? I should have mentioned that it does force https/ssl support, so it's good to have the fallback mirror too. > > Modified: > head/devel/yajl/Makefile > > Modified: head/devel/yajl/Makefile > ============================================================================== > --- head/devel/yajl/Makefile Tue Jul 31 13:25:26 2012 (r301787) > +++ head/devel/yajl/Makefile Tue Jul 31 13:32:10 2012 (r301788) > @@ -8,7 +8,8 @@ > PORTNAME= yajl > PORTVERSION= 2.0.4 > CATEGORIES= devel > -MASTER_SITES= http://github.com/lloyd/yajl/tarball/${GITREF}/ > +MASTER_SITES= http://github.com/lloyd/yajl/tarball/${GITREF}/ \ > + http://files.etoilebsd.net/yajl/ > DISTNAME= lloyd-${PORTNAME}-${GITREF} > > MAINTAINER= bapt@FreeBSD.org > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > -- Regards, Bryan Drewery bdrewery@freenode/EFNet