[103395] users/cal/base-sqlite-portindex/src/port1.0/portmain.tcl

cal at macports.org cal at macports.org
Sun Feb 24 04:30:49 PST 2013


Revision: 103395
          https://trac.macports.org/changeset/103395
Author:   cal at macports.org
Date:     2013-02-24 04:30:49 -0800 (Sun, 24 Feb 2013)
Log Message:
-----------
port1.0: categories is order-sensitive (because the primary category is always first)

Modified Paths:
--------------
    users/cal/base-sqlite-portindex/src/port1.0/portmain.tcl

Modified: users/cal/base-sqlite-portindex/src/port1.0/portmain.tcl
===================================================================
--- users/cal/base-sqlite-portindex/src/port1.0/portmain.tcl	2013-02-24 08:56:30 UTC (rev 103394)
+++ users/cal/base-sqlite-portindex/src/port1.0/portmain.tcl	2013-02-24 12:30:49 UTC (rev 103395)
@@ -53,12 +53,11 @@
         os.version os.major os.arch os.endian install.user install.group\
         macosx_deployment_target universal_variant os.universal_supported\
         installs_libs copy_log_files compiler.cpath compiler.library_path\
-        add_users altprefix
+        add_users altprefix categories
 # and options that behave like sets
 options -setsemantics\
-        categories maintainers license conflicts platforms\
-        default_variants supported_archs depends_skip_archcheck\
-        license_noconflict
+        maintainers license conflicts platforms default_variants\
+        supported_archs depends_skip_archcheck license_noconflict
 
 # Order of option_proc and option_export matters. Filter before exporting.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130224/52f60275/attachment-0001.html>


More information about the macports-changes mailing list