From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 15:28:05 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id B625E304; Fri, 20 Sep 2013 15:28:05 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A0382E5B; Fri, 20 Sep 2013 15:28:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KFS5QV035347; Fri, 20 Sep 2013 15:28:05 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KFS5eF035346; Fri, 20 Sep 2013 15:28:05 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201309201528.r8KFS5eF035346@svn.freebsd.org> From: Brad Davis Date: Fri, 20 Sep 2013 15:28:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327707 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, 20 Sep 2013 15:28:05 -0000 Author: brd (doc committer) Date: Fri Sep 20 15:28:04 2013 New Revision: 327707 URL: http://svnweb.freebsd.org/changeset/ports/327707 Log: - Add entry about the new DEFAULT_VERSIONS framework Reviewed by: Ken Reed Approved by: bapt@ Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Sep 20 14:36:35 2013 (r327706) +++ head/UPDATING Fri Sep 20 15:28:04 2013 (r327707) @@ -7,6 +7,22 @@ you update your ports collection, before 20130920: AFFECTS: Users of ports + AUTHOR: bapt@FreeBSD.org + + New way to override the default version of a language in the ports + tree. + + The make variable, DEFAULT_VERSIONS, allows users to override the + default version defined by the ports tree. + + For example, to declare specific versions for Perl, Ruby and Tcl/Tk, + it would be defined as: + DEFAULT_VERSIONS= perl5=5.18 ruby=2.0 tcltk=8.6 + + Today, this only is supported by Perl, Ruby and Tcl/Tk. + +20130920: + AFFECTS: Users of ports AUTHOR: bdrewery@FreeBSD.org Optional Stack Protector [1] support has been added with the WITH_SSP