From owner-freebsd-stable@FreeBSD.ORG Thu Apr 3 21:28:23 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EC4B7DA for ; Thu, 3 Apr 2014 21:28:23 +0000 (UTC) Received: from isis.morrow.me.uk (isis.morrow.me.uk [204.109.63.142]) by mx1.freebsd.org (Postfix) with ESMTP id 29869BF for ; Thu, 3 Apr 2014 21:28:22 +0000 (UTC) Received: from anubis.morrow.me.uk (host109-148-137-85.range109-148.btcentralplus.com [109.148.137.85]) (Authenticated sender: mauzo) by isis.morrow.me.uk (Postfix) with ESMTPSA id 292B6450A1 for ; Thu, 3 Apr 2014 21:28:14 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 isis.morrow.me.uk 292B6450A1 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=morrow.me.uk; s=dkim201101; t=1396560496; bh=3GTGKQyWXncr2EQbqbompRuk5ky466ihWMVSoJyyph0=; h=Date:From:To:Subject:In-Reply-To; b=V1oXcURKonK+fNnqmiX5qfcImUclga6SETHd+nsK8YdVNVBojVNkLp/1liU2u4+86 OyeOyusgeD7w8sLRJ726gEvNakS2pCXtFUqPeSGaiGZBpzeoOZXH0qbps63tJXDuWx q7y+0zG7ZceH5T8J6AFEWEfSlpVoxYvbRgK2nq7Q= X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.1 at isis.morrow.me.uk Received: by anubis.morrow.me.uk (Postfix, from userid 5001) id 86F9F12C46; Thu, 3 Apr 2014 22:28:09 +0100 (BST) Date: Thu, 3 Apr 2014 22:28:09 +0100 From: Ben Morrow To: freebsd-stable@freebsd.org Subject: Re: [ANNOUNCE] ports 2014Q2 branched Message-ID: <20140403212801.GA92971@anubis.morrow.me.uk> Mail-Followup-To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140402092434.GY99393__31781.5447146588$1396536105$gmane$org@ivaldir.etoilebsd.net> X-Newsgroups: gmane.os.freebsd.stable User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 21:28:23 -0000 Quoth Baptiste Daroussin : > > January 2014 saw the release of the first quaterly branch, intended at > providing a stable and high-quality ports tree. Those stable branches > are a snapshot of the head ports tree taken every 3 months and > currently supported for three months, during which they receive > security fixes as well as build and runtime fixes. This is really good news. I don't know who is in charge of the ports mirror on github, but if it would be possible to mirror these branches as well that would be really helpful. I switched to using git for my ports tree a while ago, because I have some local modifications and I find it much easier to maintain them in git than to fight with svn. Ben