[SVN-Commit] r594 - branches/experimental/Mk
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Jul 23 01:06:13 UTC 2011
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
More information about the freebsd-gecko
mailing list