Index: head/devel/tcloo/Makefile =================================================================== --- head/devel/tcloo/Makefile (revision 328451) +++ head/devel/tcloo/Makefile (revision 328452) @@ -1,34 +1,21 @@ # Created by: gahr # $FreeBSD$ PORTNAME= tcloo -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= devel MASTER_SITES= SF/tcl/TclOO%20Package/${PORTVERSION}/ 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} \ --exec-prefix=${PREFIX} 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 Index: head/devel/tcloo/distinfo =================================================================== --- head/devel/tcloo/distinfo (revision 328451) +++ head/devel/tcloo/distinfo (revision 328452) @@ -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 Index: head/devel/tcloo/pkg-plist =================================================================== --- head/devel/tcloo/pkg-plist (revision 328451) +++ head/devel/tcloo/pkg-plist (revision 328452) @@ -1,7 +1,18 @@ lib/TclOO%%PORTVERSION%%/libTclOO.so.1 lib/TclOO%%PORTVERSION%%/pkgIndex.tcl 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%%