[67487] trunk/base

jmr at macports.org jmr at macports.org
Mon May 10 22:33:06 PDT 2010


Revision: 67487
          http://trac.macports.org/changeset/67487
Author:   jmr at macports.org
Date:     2010-05-10 22:33:03 -0700 (Mon, 10 May 2010)
Log Message:
-----------
update NEWS, mention setrequested and unsetrequested in ChangeLog

Modified Paths:
--------------
    trunk/base/ChangeLog
    trunk/base/NEWS

Modified: trunk/base/ChangeLog
===================================================================
--- trunk/base/ChangeLog	2010-05-11 04:56:05 UTC (rev 67486)
+++ trunk/base/ChangeLog	2010-05-11 05:33:03 UTC (rev 67487)
@@ -93,6 +93,8 @@
       installed explicitly (as opposed to as a dependency of something else).
       This enables the new 'requested', 'unrequested' and 'leaves' pseudo-
       ports, as well as the --follow-dependencies option for uninstall.
+      The setrequested and unsetrequested actions will set and clear the flag,
+      respectively.
       (#15260, jmr in r64517, r64663, r65546, r66037, r66200, r66215)
 
     - The macports1.0 directory is now installed to

Modified: trunk/base/NEWS
===================================================================
--- trunk/base/NEWS	2010-05-11 04:56:05 UTC (rev 67486)
+++ trunk/base/NEWS	2010-05-11 05:33:03 UTC (rev 67487)
@@ -1,3 +1,35 @@
+== Overview of changes from MacPorts 1.8.2 to 1.9.0 ==
+
+# For regular users:
+
+*) All output is now logged to a file, whose location will be shown if a port
+   target fails. This should be attached to bug reports. The new 'log' action
+   can also be used to view the log for a port.
+*) Command line options can be abbreviated if unambigious.
+*) New actions: rdeps, rdependents, setrequested, unsetrequested
+*) --follow-dependencies option for uninstall (ports with the requested flag
+   set or with other dependents are skipped).
+*) New pseudo-ports and selectors: requested, unrequested, leaves, depof:,
+   rdepof:, dependentof:, rdependentof:.
+*) Architectures of dependencies are checked before install, and in many cases
+   will be automatically fixed by upgrading with +universal.
+*) New sqlite registry format which is faster and lacks some of the old
+   format's inconvenient limitations.
+*) Explicitly deselected variants (e.g. -foo) are now recorded, so they will
+   not be set to + when upgrading if +foo appears in variants.conf or
+   the port's default_variants.
+
+# For Portfile writers:
+
+*) New os.subplatform variable.
+*) New configure.ld_archflags option to match configure.cc_archflags et al.
+*) 'platform' acts like an 'if' statement rather than a variant.
+*) New supported_archs option for indicating a port only supports certain
+   archs or is noarch.
+*) pre-/post-deactivate and pre-/post-uninstall procedures can now be used,
+   and pre-/post-activate procedures are run every time the port is activated,
+   not just the first time when it is installed.
+
 == Overview of changes from MacPorts 1.7.1 to 1.8.0 ==
 
 # For regular users:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100510/1f2f5273/attachment.html>


More information about the macports-changes mailing list