[Midnightbsd-cvs] mports: bsd.tcl.mk: Change default version to 8.5 for tcl and tk.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 22 12:47:03 EDT 2008


Log Message:
-----------
Change default version to 8.5 for tcl and tk.  Those are the latest and they are out of beta.

Modified Files:
--------------
    mports/Mk:
        bsd.tcl.mk (r1.5 -> r1.6)

-------------- next part --------------
Index: bsd.tcl.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.tcl.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -L Mk/bsd.tcl.mk -L Mk/bsd.tcl.mk -u -r1.5 -r1.6
--- Mk/bsd.tcl.mk
+++ Mk/bsd.tcl.mk
@@ -14,7 +14,7 @@
 #			 	different TCL versions the version can be 
 #				specified directly. If version is not specified
 #				(USE_TCL=yes) then the latest version is used
-#				(8.4 currently).
+#				(8.5 currently).
 #				Available values are: 85, 85-thread, 84, 
 #				84-thread, 83, 82, and 80.
 #
@@ -22,7 +22,7 @@
 #				different TK versions the version can be 
 #				specified directly. If version is not specified
 #				(USE_TK=yes) then the latest version is used
-#				(8.4 currently).
+#				(8.5 currently).
 #				Available values are: 85, 84, 83, 82, and 80.
 ##
 # TCL_LIBDIR:		Path where tcl libraries can be found
@@ -59,7 +59,7 @@
 .endif
 
 .if ${USE_TCL} == "yes"
-USE_TCL=	84
+USE_TCL=	85
 .endif
 
 TCL_VER:=	${USE_TCL:S/8/8./:S/-thread//}
@@ -99,7 +99,7 @@
 .endif
 
 .if ${USE_TK} == "yes"
-USE_TK=		84
+USE_TK=		85
 .endif
 
 TK_VER:=	${USE_TK:S/8/8./}


More information about the Midnightbsd-cvs mailing list