Skip to content

Commit

Permalink
lang/tcl90: update to 9.0b2 RC1, move port directory
Browse files Browse the repository at this point in the history
I've moved lang/tcl9 to lang/tcl90, for consistency with tcl86 and
tcl87. It is still to be seen whether we'll need to maintain more minor
releases in the 9.x series.
  • Loading branch information
gahr committed Apr 30, 2024
1 parent c391004 commit e648a5b
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 72 deletions.
1 change: 1 addition & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -3201,3 +3201,4 @@ net-p2p/go-prysm||2024-04-24|Has expired: Broken for more than 6 months
x11-toolkits/p5-Gtk2-Ex-Dialogs||2024-04-24|Has expired: No longer works with modern Gtk2
math/mathlibtools||2024-04-28|Project is obsolete and archived on GitHub since Aug 2023, not compatible with math/lean4
emulators/qemu7@tools|emulators/qemu@tools|2024-04-29|Use emulators/qemu@tools instead
lang/tcl9|lang/tcl90|2024-04-30|Renamed for consistency with the 8.x series ports
2 changes: 1 addition & 1 deletion lang/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
SUBDIR += tcl-wrapper
SUBDIR += tcl86
SUBDIR += tcl87
SUBDIR += tcl9
SUBDIR += tcl90
SUBDIR += tclX
SUBDIR += tolua
SUBDIR += tolua++
Expand Down
3 changes: 0 additions & 3 deletions lang/tcl9/distinfo

This file was deleted.

6 changes: 3 additions & 3 deletions lang/tcl9/Makefile → lang/tcl90/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= tcl
DISTVERSION= ${TCL_VERSION}${TCL_RC}
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= lang
MASTER_SITES= SF/tcl/Tcl/${TCL_VERSION} \
TCLTK/tcl8_7
Expand Down Expand Up @@ -55,9 +55,9 @@ CONFIGURE_ARGS= --enable-shared \
--with-system-libtommath
LDFLAGS+= -Wl,-z,muldefs

TCL_VERSION= 9.0b1
TCL_VERSION= 9.0b2
TCL_VER= 9.0
TCL_RC=
TCL_RC= rc1
SHORT_TCL_VER= ${TCL_VER:S/.//}
MAN_SUFFIX= ${PKGBASE}

Expand Down
3 changes: 3 additions & 0 deletions lang/tcl90/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1714467663
SHA256 (tcl9.0b2rc1-src.tar.gz) = 584475685fd5b0c941f3346b6a56d5846b5116082d9cc800be85ddfe42b30e84
SIZE (tcl9.0b2rc1-src.tar.gz) = 11675114
File renamed without changes.
138 changes: 73 additions & 65 deletions lang/tcl9/pkg-plist → lang/tcl90/pkg-plist

Large diffs are not rendered by default.

0 comments on commit e648a5b

Please sign in to comment.