git-svn-id: https://svn.macports.org/repository/macports/trunk/base@38684 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Caspar Florian Ebeling
2008-07-28 21:32:47 +00:00
parent 34b370b014
commit 06418bb6f7
+6
View File
@@ -5,6 +5,12 @@
Unreleased:
- Ruby port group now accepts a new (optional) last parameter for the
ruby.setup command, "implementation". It is "ruby" by default, and
can be set to "ruby19". It names the ruby-implementing port, and can
possibly support still other rubys in the future. (#15912, febeling
in 38683)
- The buildmakejobs setting now also affects ports using the scons build
system, so now scons-based ports can be built in parallel too. Previously
only automake-based ports were supported. (ryandesign in r38556)