Bug 277390 - lang/itcl: remove support for Tcl 8.5
Summary: lang/itcl: remove support for Tcl 8.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-29 10:27 UTC by Pietro Cerutti
Modified: 2024-04-01 14:13 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (erik)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti freebsd_committer freebsd_triage 2024-02-29 10:27:56 UTC
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}
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-03-29 15:35:18 UTC
Hi Pietro,

Maintainer timeout so feel free to commit this

Best regards,
Dnaiel
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-04-01 14:13:37 UTC
A commit in branch main references this bug:

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(-)