- 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 <tcvena@gmail.com> for identifying the problem.
This commit is contained in:
Pietro Cerutti 2013-09-27 10:18:19 +00:00
parent 44df6d7559
commit 3e75d0d5f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328452
3 changed files with 15 additions and 17 deletions

View file

@ -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 <bsd.port.mk>

View file

@ -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

View file

@ -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%%