From owner-freebsd-gecko@FreeBSD.ORG Sat Dec 11 14:34:36 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75378106564A for ; Sat, 11 Dec 2010 14:34:36 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 1FEF38FC08 for ; Sat, 11 Dec 2010 14:34:34 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oBBEYY1v027930 for ; Sat, 11 Dec 2010 14:34:34 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oBBEYTQX027345 for freebsd-gecko@freebsd.org; Sat, 11 Dec 2010 14:34:29 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 11 Dec 2010 14:34:29 GMT Message-Id: <201012111434.oBBEYTQX027345@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r474 - branches/experimental/Mk trunk/Mk X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2010 14:34:36 -0000 Author: beat Date: Sat Dec 11 14:34:28 2010 New Revision: 474 Log: - Fix comment indentation Modified: branches/experimental/Mk/bsd.gecko.mk trunk/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Sat Dec 11 14:27:17 2010 (r473) +++ branches/experimental/Mk/bsd.gecko.mk Sat Dec 11 14:34:28 2010 (r474) @@ -173,7 +173,7 @@ # Ports can use the following: # -# USE_FIREFOX - Add runtime dependency on Firefox. If no version +# USE_FIREFOX Add runtime dependency on Firefox. If no version # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. @@ -181,20 +181,20 @@ # NOTE: # default value 36 is used in case of USE_FIREFOX=yes # -# USE_FIREFOX_BUILD - Add buildtime dependency on Firefox. +# USE_FIREFOX_BUILD Add buildtime dependency on Firefox. # Available values: see USE_FIREFOX # -# INVALID_FIREFOX_VER - This variable contains a list of Firefox versions +# INVALID_FIREFOX_VER This variable contains a list of Firefox versions # not supported by the port. This setting is effective # only when USE_FIREFOX is set to a range (e.g. 35+) # -# WITH_FIREFOX_VER - User defined global variable to set Firefox version +# WITH_FIREFOX_VER User defined global variable to set Firefox version # This variable is effective only if USE_FIREFOX is # set to a range (e.g. 35+) and WITH_FIREFOX_VER # points inside that range. # NOTE: INVALID_FIREFOX_VER takes precedence # -# USE_SEAMONKEY - Add runtime dependency on SeaMonkey. If no +# USE_SEAMONKEY Add runtime dependency on SeaMonkey. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -202,20 +202,20 @@ # NOTE: # default value 20 is used in case of USE_SEAMONKEY=yes # -# USE_SEAMONKEY_BUILD - Add buildtime dependency on SeaMonkey. +# USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY # -# INVALID_SEAMONKEY_VER - This variable contains a list of SeaMonkey versions +# INVALID_SEAMONKEY_VER This variable contains a list of SeaMonkey versions # not supported by the port. This setting is effective # only when USE_SEAMONKEY is set to a range (e.g. 11+) # -# WITH_SEAMONKEY_VER - User defined global variable to set SeaMonkey version +# WITH_SEAMONKEY_VER User defined global variable to set SeaMonkey version # This variable is effective only if USE_SEAMONKEY is # set to a range (e.g. 11+) and WITH_SEAMONKEY_VER # points inside that range. # NOTE: INVALID_SEAMONKEY_VER takes precedence # -# USE_THUNDERBIRD - Add runtime dependency on Thunderbird. If no +# USE_THUNDERBIRD Add runtime dependency on Thunderbird. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -223,14 +223,14 @@ # NOTE: # default value 31 is used in case of USE_THUNDERBIRD=yes # -# USE_THUNDERBIRD_BUILD - Add buildtime dependency on Thunderbird. +# USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird. # Available values: see USE_THUNDERBIRD # -# INVALID_THUNDERBIRD_VER - This variable contains a list of Thunderbird versions +# INVALID_THUNDERBIRD_VER This variable contains a list of Thunderbird versions # not supported by the port. This setting is effective # only when USE_THUNDERBIRD is set to a range (e.g. 30+) # -# WITH_THUNDERBIRD_VER - User defined global variable to set Thunderbird version +# WITH_THUNDERBIRD_VER User defined global variable to set Thunderbird version # This variable is effective only if USE_THUNDERBIRD is # set to a range (e.g. 30+) and WITH_THUNDERBIRD_VER # points inside that range. Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sat Dec 11 14:27:17 2010 (r473) +++ trunk/Mk/bsd.gecko.mk Sat Dec 11 14:34:28 2010 (r474) @@ -173,7 +173,7 @@ # Ports can use the following: # -# USE_FIREFOX - Add runtime dependency on Firefox. If no version +# USE_FIREFOX Add runtime dependency on Firefox. If no version # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. @@ -181,10 +181,10 @@ # NOTE: # default value 36 is used in case of USE_FIREFOX=yes # -# USE_FIREFOX_BUILD - Add buildtime dependency on Firefox. +# USE_FIREFOX_BUILD Add buildtime dependency on Firefox. # Available values: see USE_FIREFOX # -# USE_SEAMONKEY - Add runtime dependency on SeaMonkey. If no +# USE_SEAMONKEY Add runtime dependency on SeaMonkey. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -192,10 +192,10 @@ # NOTE: # default value 20 is used in case of USE_SEAMONKEY=yes # -# USE_SEAMONKEY_BUILD - Add buildtime dependency on SeaMonkey. +# USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY # -# USE_THUNDERBIRD - Add runtime dependency on Thunderbird. If no +# USE_THUNDERBIRD Add runtime dependency on Thunderbird. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -203,7 +203,7 @@ # NOTE: # default value 31 is used in case of USE_THUNDERBIRD=yes # -# USE_THUNDERBIRD_BUILD - Add buildtime dependency on Thunderbird. +# USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird. # Available values: see USE_THUNDERBIRD #