From owner-svn-ports-head@FreeBSD.ORG Tue Oct 1 10:28:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AAE754B8; Tue, 1 Oct 2013 10:28:16 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88DB22EBD; Tue, 1 Oct 2013 10:28:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r91ASGdj064805; Tue, 1 Oct 2013 10:28:16 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r91ASFUT064802; Tue, 1 Oct 2013 10:28:15 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201310011028.r91ASFUT064802@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 1 Oct 2013 10:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328931 - head/lang/tcl-manual X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 10:28:16 -0000 Author: gahr Date: Tue Oct 1 10:28:15 2013 New Revision: 328931 URL: http://svnweb.freebsd.org/changeset/ports/328931 Log: - Update to the latest tcl versions Modified: head/lang/tcl-manual/Makefile head/lang/tcl-manual/distinfo head/lang/tcl-manual/pkg-plist Modified: head/lang/tcl-manual/Makefile ============================================================================== --- head/lang/tcl-manual/Makefile Tue Oct 1 09:41:10 2013 (r328930) +++ head/lang/tcl-manual/Makefile Tue Oct 1 10:28:15 2013 (r328931) @@ -13,15 +13,14 @@ COMMENT= Documentation for TCL (Tool Com NO_WRKSUBDIR= yes NO_BUILD= yes -VERSIONS= 8.4.19 \ - 8.5.14 \ - 8.6.0 +VERSIONS= 8.4.20 \ + 8.5.15 \ + 8.6.1 .for v in ${VERSIONS} DISTFILES+= $v/tcl$v-html.tar.gz .endfor -NO_STAGE= yes post-patch: .for v in ${VERSIONS} @${REINPLACE_CMD} -e 's|tclsh|tclsh${v:R}|g; \ @@ -39,8 +38,8 @@ post-patch: do-install: .for v in ${VERSIONS} - ${MKDIR} ${PREFIX}/share/doc/tcl${v:R:S/.//} - ${CP} -R ${WRKDIR}/tcl${v}/html/* ${PREFIX}/share/doc/tcl${v:R:S/.//} + ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/tcl${v:R:S/.//} + ${CP} -R ${WRKDIR}/tcl${v}/html/* ${STAGEDIR}${PREFIX}/share/doc/tcl${v:R:S/.//} .endfor .include Modified: head/lang/tcl-manual/distinfo ============================================================================== --- head/lang/tcl-manual/distinfo Tue Oct 1 09:41:10 2013 (r328930) +++ head/lang/tcl-manual/distinfo Tue Oct 1 10:28:15 2013 (r328931) @@ -1,6 +1,6 @@ -SHA256 (8.4.19/tcl8.4.19-html.tar.gz) = 53b0d0b2859060b7cd6b9e0524e257aa60a56213a8cd75630b22e44180dbe888 -SIZE (8.4.19/tcl8.4.19-html.tar.gz) = 747413 -SHA256 (8.5.14/tcl8.5.14-html.tar.gz) = 3b2c9369568dd922a955d77b2fdc206baee7aa021c5b8769d9b0f76625b501a0 -SIZE (8.5.14/tcl8.5.14-html.tar.gz) = 935323 -SHA256 (8.6.0/tcl8.6.0-html.tar.gz) = 7d440f01bda9e4a2b88f735ae92292967bdfc6853e145718bba5f72edddd586a -SIZE (8.6.0/tcl8.6.0-html.tar.gz) = 1168655 +SHA256 (8.4.20/tcl8.4.20-html.tar.gz) = 5b327685529c7ddb0271aff4ee0ad6c9b9f19ef1f3480fcb9072d7dde2d2a2d4 +SIZE (8.4.20/tcl8.4.20-html.tar.gz) = 741043 +SHA256 (8.5.15/tcl8.5.15-html.tar.gz) = c2185be976845f46914ea43afca1eb0acaec09a6aadb7f63a4e1aa938e87befa +SIZE (8.5.15/tcl8.5.15-html.tar.gz) = 935300 +SHA256 (8.6.1/tcl8.6.1-html.tar.gz) = e6ae92feb838a10238ef5432ed6f7ca3e3abc5785cc53321bb86d66be38974ae +SIZE (8.6.1/tcl8.6.1-html.tar.gz) = 1167482 Modified: head/lang/tcl-manual/pkg-plist ============================================================================== --- head/lang/tcl-manual/pkg-plist Tue Oct 1 09:41:10 2013 (r328930) +++ head/lang/tcl-manual/pkg-plist Tue Oct 1 10:28:15 2013 (r328931) @@ -96,7 +96,6 @@ share/doc/tcl84/TclCmd/regexp.htm share/doc/tcl84/TclCmd/registry.htm share/doc/tcl84/TclCmd/regsub.htm share/doc/tcl84/TclCmd/rename.htm -share/doc/tcl84/TclCmd/resource.htm share/doc/tcl84/TclCmd/return.htm share/doc/tcl84/TclCmd/safe.htm share/doc/tcl84/TclCmd/scan.htm @@ -176,7 +175,6 @@ share/doc/tcl84/TclLib/IntObj.htm share/doc/tcl84/TclLib/Interp.htm share/doc/tcl84/TclLib/LinkVar.htm share/doc/tcl84/TclLib/ListObj.htm -share/doc/tcl84/TclLib/Macintosh.htm share/doc/tcl84/TclLib/Notifier.htm share/doc/tcl84/TclLib/Object.htm share/doc/tcl84/TclLib/ObjectType.htm @@ -776,31 +774,31 @@ share/doc/tcl85/UserCmd/tclsh.htm share/doc/tcl85/UserCmd/wish.htm share/doc/tcl85/contents.htm share/doc/tcl85/docs.css -share/doc/tcl86/ItclCmd/body.htm -share/doc/tcl86/ItclCmd/class.htm -share/doc/tcl86/ItclCmd/code.htm -share/doc/tcl86/ItclCmd/configbody.htm -share/doc/tcl86/ItclCmd/contents.htm -share/doc/tcl86/ItclCmd/delete.htm -share/doc/tcl86/ItclCmd/ensemble.htm -share/doc/tcl86/ItclCmd/find.htm -share/doc/tcl86/ItclCmd/is.htm -share/doc/tcl86/ItclCmd/itcl.htm -share/doc/tcl86/ItclCmd/itclcomponent.htm -share/doc/tcl86/ItclCmd/itcldelegate.htm -share/doc/tcl86/ItclCmd/itclextendedclass.htm -share/doc/tcl86/ItclCmd/itcloption.htm -share/doc/tcl86/ItclCmd/itclvars.htm -share/doc/tcl86/ItclCmd/itclwidget.htm -share/doc/tcl86/ItclCmd/local.htm -share/doc/tcl86/ItclCmd/scope.htm -share/doc/tcl86/ItclLib/Class.htm -share/doc/tcl86/ItclLib/List.htm -share/doc/tcl86/ItclLib/Object.htm -share/doc/tcl86/ItclLib/Preserve.htm -share/doc/tcl86/ItclLib/RegisterC.htm -share/doc/tcl86/ItclLib/Stack.htm -share/doc/tcl86/ItclLib/contents.htm +share/doc/tcl86/Itcl4.0.0Cmd/body.htm +share/doc/tcl86/Itcl4.0.0Cmd/class.htm +share/doc/tcl86/Itcl4.0.0Cmd/code.htm +share/doc/tcl86/Itcl4.0.0Cmd/configbody.htm +share/doc/tcl86/Itcl4.0.0Cmd/contents.htm +share/doc/tcl86/Itcl4.0.0Cmd/delete.htm +share/doc/tcl86/Itcl4.0.0Cmd/ensemble.htm +share/doc/tcl86/Itcl4.0.0Cmd/find.htm +share/doc/tcl86/Itcl4.0.0Cmd/is.htm +share/doc/tcl86/Itcl4.0.0Cmd/itcl.htm +share/doc/tcl86/Itcl4.0.0Cmd/itclcomponent.htm +share/doc/tcl86/Itcl4.0.0Cmd/itcldelegate.htm +share/doc/tcl86/Itcl4.0.0Cmd/itclextendedclass.htm +share/doc/tcl86/Itcl4.0.0Cmd/itcloption.htm +share/doc/tcl86/Itcl4.0.0Cmd/itclvars.htm +share/doc/tcl86/Itcl4.0.0Cmd/itclwidget.htm +share/doc/tcl86/Itcl4.0.0Cmd/local.htm +share/doc/tcl86/Itcl4.0.0Cmd/scope.htm +share/doc/tcl86/Itcl4.0.0Lib/Class.htm +share/doc/tcl86/Itcl4.0.0Lib/List.htm +share/doc/tcl86/Itcl4.0.0Lib/Object.htm +share/doc/tcl86/Itcl4.0.0Lib/Preserve.htm +share/doc/tcl86/Itcl4.0.0Lib/RegisterC.htm +share/doc/tcl86/Itcl4.0.0Lib/Stack.htm +share/doc/tcl86/Itcl4.0.0Lib/contents.htm share/doc/tcl86/Keywords/A.htm share/doc/tcl86/Keywords/B.htm share/doc/tcl86/Keywords/C.htm @@ -1061,28 +1059,26 @@ share/doc/tcl86/TclLib/UpVar.htm share/doc/tcl86/TclLib/Utf.htm share/doc/tcl86/TclLib/WrongNumArgs.htm share/doc/tcl86/TclLib/contents.htm -share/doc/tcl86/TdbcCmd/contents.htm -share/doc/tcl86/TdbcCmd/tdbc.htm -share/doc/tcl86/TdbcCmd/tdbc_connection.htm -share/doc/tcl86/TdbcCmd/tdbc_mapSqlState.htm -share/doc/tcl86/TdbcCmd/tdbc_resultset.htm -share/doc/tcl86/TdbcCmd/tdbc_statement.htm -share/doc/tcl86/TdbcCmd/tdbc_tokenize.htm -share/doc/tcl86/TdbcLib/Tdbc_Init.htm -share/doc/tcl86/TdbcLib/contents.htm -share/doc/tcl86/TdbcmysqlCmd/contents.htm -share/doc/tcl86/TdbcmysqlCmd/tdbc_mysql.htm -share/doc/tcl86/TdbcodbcCmd/contents.htm -share/doc/tcl86/TdbcodbcCmd/tdbc_odbc.htm -share/doc/tcl86/TdbcpostgresCmd/contents.htm -share/doc/tcl86/TdbcpostgresCmd/tdbc_postgres.htm -share/doc/tcl86/Tdbcsqlite3Cmd/contents.htm -share/doc/tcl86/Tdbcsqlite3Cmd/tdbc_sqlite3.htm -share/doc/tcl86/ThreadCmd/contents.htm -share/doc/tcl86/ThreadCmd/thread.htm -share/doc/tcl86/ThreadCmd/tpool.htm -share/doc/tcl86/ThreadCmd/tsv.htm -share/doc/tcl86/ThreadCmd/ttrace.htm +share/doc/tcl86/Tdbc1.0.0Cmd/contents.htm +share/doc/tcl86/Tdbc1.0.0Cmd/tdbc.htm +share/doc/tcl86/Tdbc1.0.0Cmd/tdbc_connection.htm +share/doc/tcl86/Tdbc1.0.0Cmd/tdbc_mapSqlState.htm +share/doc/tcl86/Tdbc1.0.0Cmd/tdbc_resultset.htm +share/doc/tcl86/Tdbc1.0.0Cmd/tdbc_statement.htm +share/doc/tcl86/Tdbc1.0.0Cmd/tdbc_tokenize.htm +share/doc/tcl86/Tdbc1.0.0Lib/Tdbc_Init.htm +share/doc/tcl86/Tdbc1.0.0Lib/contents.htm +share/doc/tcl86/Tdbcmysql1.0.0Cmd/contents.htm +share/doc/tcl86/Tdbcmysql1.0.0Cmd/tdbc_mysql.htm +share/doc/tcl86/Tdbcodbc1.0.0Cmd/contents.htm +share/doc/tcl86/Tdbcodbc1.0.0Cmd/tdbc_odbc.htm +share/doc/tcl86/Tdbcsqlite3-1.0.0Cmd/contents.htm +share/doc/tcl86/Tdbcsqlite3-1.0.0Cmd/tdbc_sqlite3.htm +share/doc/tcl86/Thread2.7.0Cmd/contents.htm +share/doc/tcl86/Thread2.7.0Cmd/thread.htm +share/doc/tcl86/Thread2.7.0Cmd/tpool.htm +share/doc/tcl86/Thread2.7.0Cmd/tsv.htm +share/doc/tcl86/Thread2.7.0Cmd/ttrace.htm share/doc/tcl86/TkCmd/bell.htm share/doc/tcl86/TkCmd/bind.htm share/doc/tcl86/TkCmd/bindtags.htm @@ -1265,19 +1261,18 @@ share/doc/tcl86/docs.css @dirrm share/doc/tcl86/UserCmd @dirrm share/doc/tcl86/TkLib @dirrm share/doc/tcl86/TkCmd -@dirrm share/doc/tcl86/ThreadCmd -@dirrm share/doc/tcl86/Tdbcsqlite3Cmd -@dirrm share/doc/tcl86/TdbcpostgresCmd -@dirrm share/doc/tcl86/TdbcodbcCmd -@dirrm share/doc/tcl86/TdbcmysqlCmd -@dirrm share/doc/tcl86/TdbcLib -@dirrm share/doc/tcl86/TdbcCmd +@dirrm share/doc/tcl86/Thread2.7.0Cmd +@dirrm share/doc/tcl86/Tdbcsqlite3-1.0.0Cmd +@dirrm share/doc/tcl86/Tdbcodbc1.0.0Cmd +@dirrm share/doc/tcl86/Tdbcmysql1.0.0Cmd +@dirrm share/doc/tcl86/Tdbc1.0.0Lib +@dirrm share/doc/tcl86/Tdbc1.0.0Cmd @dirrm share/doc/tcl86/TclLib @dirrm share/doc/tcl86/TclCmd @dirrm share/doc/tcl86/Sqlite3Cmd @dirrm share/doc/tcl86/Keywords -@dirrm share/doc/tcl86/ItclLib -@dirrm share/doc/tcl86/ItclCmd +@dirrm share/doc/tcl86/Itcl4.0.0Lib +@dirrm share/doc/tcl86/Itcl4.0.0Cmd @dirrm share/doc/tcl86 @dirrm share/doc/tcl85/UserCmd @dirrm share/doc/tcl85/TkLib