Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2024 14:13:31 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dbf77f72b059 - main - lang/itcl: remove support for Tcl 8.5
Message-ID:  <202404011413.431EDV3g018019@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gahr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dbf77f72b059f68319337672014c19943d69c4a7

commit dbf77f72b059f68319337672014c19943d69c4a7
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2024-04-01 14:11:46 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2024-04-01 14:11:46 +0000

    lang/itcl: remove support for Tcl 8.5
    
    PR:             277390
    Submitted by:   gahr
    Approved by:    maintainer timeout
---
 lang/itcl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile
index a0203e95e410..316960a5d019 100644
--- a/lang/itcl/Makefile
+++ b/lang/itcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	itcl
 PORTVERSION=	3.4.4
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	lang tcl
 MASTER_SITES=	SF/incrtcl/%5BIncr%20Tcl_Tk%5D-source/itcl%203.4.4
@@ -10,7 +10,7 @@ MAINTAINER=	erik@bz.bzflag.bz
 COMMENT=	Object-oriented extension to Tcl [incr Tcl]
 WWW=		https://sourceforge.net/projects/incrtcl/
 
-USES+=		tcl:85,86,tea
+USES+=		tcl:86,tea
 
 USE_LDCONFIG=	${PREFIX}/lib/itcl${PORTVERSION:R}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404011413.431EDV3g018019>