On Feb 13, 2013, at 04:03, c...@macports.org wrote:

> Revision: 103079
>          https://trac.macports.org/changeset/103079
> Author:   c...@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

Why? We've been putting a space before the backslash everywhere else, except 
when that results in badness (i.e. in notes).

> 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


_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to