From owner-svn-ports-head@FreeBSD.ORG Fri Sep 27 10:18:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B005E6CD; Fri, 27 Sep 2013 10:18:20 +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 8F91D2127; Fri, 27 Sep 2013 10:18:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8RAIKV3097411; Fri, 27 Sep 2013 10:18:20 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8RAIKIU097404; Fri, 27 Sep 2013 10:18:20 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309271018.r8RAIKIU097404@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 27 Sep 2013 10:18:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328452 - head/devel/tcloo 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: Fri, 27 Sep 2013 10:18:20 -0000 Author: gahr Date: Fri Sep 27 10:18:19 2013 New Revision: 328452 URL: http://svnweb.freebsd.org/changeset/ports/328452 Log: - Update to 1.0.1. This is the version that's bundled with Tcl 8.6.1 Changes: * doc/next.n (METHOD SEARCH ORDER): Bug [3606943]: Corrected description of method search order. * generic/tclOODefineCmds.c (ClassSuperSet): Bug [9d61624b3d]: Stop crashes when emptying the superclass slot, even when doing elaborate things with metaclasses. * generic/tclOOBasic.c (TclOO_Object_VarName): [Bug 3603695]: Change the way that the 'varname' method is implemented so that there are no longer problems with interactions due to the resolver. Thanks to Taylor Venable for identifying the problem. Modified: head/devel/tcloo/Makefile head/devel/tcloo/distinfo head/devel/tcloo/pkg-plist Modified: head/devel/tcloo/Makefile ============================================================================== --- head/devel/tcloo/Makefile Fri Sep 27 10:14:26 2013 (r328451) +++ head/devel/tcloo/Makefile Fri Sep 27 10:18:19 2013 (r328452) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcloo -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= devel MASTER_SITES= SF/tcl/TclOO%20Package/${PORTVERSION}/ DISTNAME= TclOO${PORTVERSION} @@ -10,7 +10,7 @@ DISTNAME= TclOO${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= Implementation of TclOO for Tcl 8.5 -USE_TCL= 85 +USES+= tcl:85 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ @@ -18,17 +18,4 @@ CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} PLIST_SUB+= PORTVERSION=${PORTVERSION} -MANN= class.n \ - copy.n \ - define.n \ - my.n \ - next.n \ - object.n \ - ooInfo.n \ - self.n -MAN3= Class.3 \ - Method.3 \ - OOInitStubs.3 - -NO_STAGE= yes .include Modified: head/devel/tcloo/distinfo ============================================================================== --- head/devel/tcloo/distinfo Fri Sep 27 10:14:26 2013 (r328451) +++ head/devel/tcloo/distinfo Fri Sep 27 10:18:19 2013 (r328452) @@ -1,2 +1,2 @@ -SHA256 (TclOO1.0.tar.gz) = e64d69b9f7f63476757efbcab72931b2b3ee3fec2984500df9f30c026907454d -SIZE (TclOO1.0.tar.gz) = 230724 +SHA256 (TclOO1.0.1.tar.gz) = 418b4929d17a2e673435da16813048c75583fe9ecf333df6d8ac76c4ea2ee0b4 +SIZE (TclOO1.0.1.tar.gz) = 228647 Modified: head/devel/tcloo/pkg-plist ============================================================================== --- head/devel/tcloo/pkg-plist Fri Sep 27 10:14:26 2013 (r328451) +++ head/devel/tcloo/pkg-plist Fri Sep 27 10:18:19 2013 (r328452) @@ -4,4 +4,15 @@ lib/TclOO%%PORTVERSION%%/tclooConfig.sh lib/TclOO%%PORTVERSION%%/libTclOOstub.a include/tclOO.h include/tclOODecls.h +man/mann/class.n.gz +man/mann/copy.n.gz +man/mann/define.n.gz +man/mann/my.n.gz +man/mann/next.n.gz +man/mann/object.n.gz +man/mann/ooInfo.n.gz +man/mann/self.n.gz +man/man3/Class.3.gz +man/man3/Method.3.gz +man/man3/OOInitStubs.3.gz @dirrm lib/TclOO%%PORTVERSION%%