[Bug 277390] lang/itcl: remove support for Tcl 8.5
Date: Thu, 29 Feb 2024 10:27:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277390 Bug ID: 277390 Summary: lang/itcl: remove support for Tcl 8.5 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: gahr@FreeBSD.org CC: erik@bz.bzflag.bz Flags: maintainer-feedback?(erik@bz.bzflag.bz) CC: erik@bz.bzflag.bz Tcl 8.5 is EOL and I'd like to remove it from the tree. Please approve this patch to remove support for itcl w/ 8.5. 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} -- You are receiving this mail because: You are the assignee for the bug.