Yes, you're right, my mistake.
This is fine, nothing needs to change.
Thanks!

Stu

> ---------- Original Message ----------
> From: Jeremy Evans <jer...@openbsd.org>
> Date: July 24, 2018 at 2:19 PM
> 
> 
> On 07/24 01:59, Stuart Cassoff wrote:
> > Hi,
> > 
> > The dependency information for Tcl/Tk is incomplete;
> > the port as it is would break if the ports Tcl/Tk version were bumped to 
> > 8.6.
> > 
> > OK?
> 
> If tk >=8.5,<8.6 requires tcl >=8.5,<8.6, I'm not sure why this is
> needed, but I don't have a problem with adding it.
> 
> You'll have to bump REVISION-tk as well, but after that OK jeremy@.
> 
> Thanks,
> Jeremy
> 
> > 
> > Stu
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/lang/ruby/2.3/Makefile,v
> > retrieving revision 1.25
> > diff -u -p -u -p -r1.25 Makefile
> > --- Makefile        31 Mar 2018 21:12:45 -0000      1.25
> > +++ Makefile        24 Jul 2018 17:56:25 -0000
> > @@ -26,6 +26,7 @@ CONFIGURE_ARGS+=  --with-tcl-include=${LO
> >                     --with-X11-dir=${X11BASE}
> >  WANTLIB-tk =               X11 c gmp m pthread ruby${BINREV} tcl85 tk85
> >  LIB_DEPENDS-tk =   tk->=8.5,<8.6:x11/tk/8.5 \
> > +                   tcl->=8.5,<8.6:lang/tcl/8.5 \
> >                     devel/gmp \
> >                     lang/ruby/${REV},-main>=${VERSION},<${NEXTVER}
> >  RUN_DEPENDS-tk =

Reply via email to