svn commit: r327707 - head

Brad Davis brd at FreeBSD.org
Fri Sep 20 15:28:05 UTC 2013


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 <kreed002 at gmail.com>
  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 at 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 at FreeBSD.org
 
   Optional Stack Protector [1] support has been added with the WITH_SSP


More information about the svn-ports-all mailing list