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

cal at macports.org cal at macports.org
Wed Feb 13 02:03:49 PST 2013


Revision: 103079
          https://trac.macports.org/changeset/103079
Author:   cal at macports.org
Date:     2013-02-13 02:03:48 -0800 (Wed, 13 Feb 2013)
Log Message:
-----------
portmain: define option procs without space at the end

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-13 09:46:30 UTC (rev 103078)
+++ users/cal/base-sqlite-portindex/src/port1.0/portmain.tcl	2013-02-13 10:03:48 UTC (rev 103079)
@@ -47,17 +47,17 @@
 set_ui_prefix
 
 # define options
-options prefix name version revision epoch long_description description \
-        homepage notes provides replaced_by worksrcdir filesdir distname \
-        portdbpath libpath distpath sources_conf os.platform os.subplatform \
-        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 \
+options prefix name version revision epoch long_description description\
+        homepage notes provides replaced_by worksrcdir filesdir distname\
+        portdbpath libpath distpath sources_conf os.platform os.subplatform\
+        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
 # and options that behave like sets
-options -setsemantics \
-        categories maintainers license conflicts platforms \
-        default_variants supported_archs depends_skip_archcheck \
+options -setsemantics\
+        categories 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/20130213/f4223317/attachment.html>


More information about the macports-changes mailing list