Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2011 01:06:07 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r594 - branches/experimental/Mk
Message-ID:  <201107230106.p6N167gc032143@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Sat Jul 23 01:06:07 2011
New Revision: 594

Log:
add seamonkey 2.2 support

Modified:
   branches/experimental/Mk/bsd.gecko.mk

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk	Sat Jul 23 00:58:09 2011	(r593)
+++ branches/experimental/Mk/bsd.gecko.mk	Sat Jul 23 01:06:07 2011	(r594)
@@ -192,9 +192,9 @@
 #                         version is given by the maintainer via the port 
 #                         or by the user via defined variable try to find
 #                         the highest stable installed version.
-#                         Available values: yes 21+ 20+ 21 20
+#                         Available values: yes 22+ 20+ 22 20
 #                         NOTE:
-#                         default value 21 is used in case of USE_SEAMONKEY=yes
+#                         default value 22 is used in case of USE_SEAMONKEY=yes
 #
 # USE_SEAMONKEY_BUILD     Add buildtime dependency on SeaMonkey.
 #                         Available values: see USE_SEAMONKEY
@@ -297,12 +297,12 @@
 _SEAMONKEY_BUILD_DEPENDS=	yes
 .endif
 
-_SEAMONKEY_DEFAULT_VERSION=	21
-_SEAMONKEY_VERSIONS=		21 20
-_SEAMONKEY_RANGE_VERSIONS=	21+ 20+
+_SEAMONKEY_DEFAULT_VERSION=	22
+_SEAMONKEY_VERSIONS=		22 20
+_SEAMONKEY_RANGE_VERSIONS=	22+ 20+
 
-# For specifying [21, 20, ..]+
-_SEAMONKEY_21P=	21 ${_SEAMONKEY_20P}
+# For specifying [22, 20, ..]+
+_SEAMONKEY_22P=	22 ${_SEAMONKEY_20P}
 _SEAMONKEY_20P=	20
 
 # Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107230106.p6N167gc032143>