Date: Wed, 8 Jan 2025 09:51:14 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: ef7650d65139 - main - lang/tcl87, x11-toolkits/tk87: deprecate Message-ID: <202501080951.5089pEUX080117@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=ef7650d651392ff5869211a38eea997844ca803a commit ef7650d651392ff5869211a38eea997844ca803a Author: Pietro Cerutti <gahr@FreeBSD.org> AuthorDate: 2025-01-08 09:48:42 +0000 Commit: Pietro Cerutti <gahr@FreeBSD.org> CommitDate: 2025-01-08 09:50:23 +0000 lang/tcl87, x11-toolkits/tk87: deprecate The Tcl/Tk 8.7 series is not going to be released. Users are encouraged to try out 9.0 or stay with 8.6. --- lang/tcl87/Makefile | 5 ++++- x11-toolkits/tk87/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lang/tcl87/Makefile b/lang/tcl87/Makefile index 28d8f479a7e8..f9948c921007 100644 --- a/lang/tcl87/Makefile +++ b/lang/tcl87/Makefile @@ -1,6 +1,6 @@ PORTNAME= tcl DISTVERSION= ${TCL_VERSION}${TCL_RC} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= SF/tcl/Tcl/${TCL_VERSION} \ TCLTK/tcl8_7 @@ -16,6 +16,9 @@ LICENSE_NAME= Tcl/Tk License LICENSE_FILE= ${WRKSRC}/../license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= Tcl/Tk 8.7 is not scheduled for release, use 8.6 or 9.0 +EXPIRATION_DATE=2025-02-07 + USES= compiler:c11 cpe localbase pathfix LIB_DEPENDS= libtommath.so:math/libtommath diff --git a/x11-toolkits/tk87/Makefile b/x11-toolkits/tk87/Makefile index f207b2a48b93..59798daf0371 100644 --- a/x11-toolkits/tk87/Makefile +++ b/x11-toolkits/tk87/Makefile @@ -1,6 +1,6 @@ PORTNAME= tk DISTVERSION= ${TK_VERSION}${TK_RC} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= SF/tcl/Tcl/${TK_VERSION} \ TCLTK/tcl8_7 @@ -16,6 +16,9 @@ LICENSE_NAME= Tcl/Tk License LICENSE_FILE= ${WRKSRC}/../license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= Tcl/Tk 8.7 is not scheduled for release, use 8.6 or 9.0 +EXPIRATION_DATE=2025-02-07 + LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig BUILD_DEPENDS= zip:archivers/zip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501080951.5089pEUX080117>