pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tcl90: follow a pkglint suggestion
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Jul 24 22:30:13 2025 +0200
Changeset: 00ca6b9019cbc34b2e010824e3a9766059728dda
Modified Files:
tcl90/Makefile
Added Files:
tcl90/version.mk
Removed Files:
tcl90/Makefile.version
Log Message:
tcl90: follow a pkglint suggestion
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=00ca6b9019cbc34b2e010824e3a9766059728dda
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tcl90/Makefile | 2 +-
tcl90/Makefile.version | 15 ---------------
tcl90/version.mk | 15 +++++++++++++++
3 files changed, 16 insertions(+), 16 deletions(-)
diffs:
diff --git a/tcl90/Makefile b/tcl90/Makefile
index cafa01505e..6c51714f61 100644
--- a/tcl90/Makefile
+++ b/tcl90/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE= https://www.tcl-lang.org/
COMMENT= Tool Command Language, a dynamic language
LICENSE= 2-clause-bsd
-.include "Makefile.version"
+.include "version.mk"
MAKE_JOBS_SAFE= no
diff --git a/tcl90/Makefile.version b/tcl90/Makefile.version
deleted file mode 100644
index 2c7e40b73e..0000000000
--- a/tcl90/Makefile.version
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile.version,v 1.1 2025/03/05 06:28:19 scole Exp $
-# used by cad/xcircuit/Makefile
-# used by devel/tcl-tclcl/Makefile
-# used by lang/tcl/Makefile
-# used by lang/tcl-otcl/Makefile
-
-TCL_SONUM= 90
-TCL_BASEVER= 9.0
-TCL_VERSION= 9.0.2
-
-# Update bundled versions in lang/tcl/buildlink3.mk
-ITCL_VERSION= 4.3.3
-SQLITE3_VERSION= 3.49.1
-TDBC_VERSION= 1.1.11
-THREAD_VERSION= 3.0.2
diff --git a/tcl90/version.mk b/tcl90/version.mk
new file mode 100644
index 0000000000..2c7e40b73e
--- /dev/null
+++ b/tcl90/version.mk
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile.version,v 1.1 2025/03/05 06:28:19 scole Exp $
+# used by cad/xcircuit/Makefile
+# used by devel/tcl-tclcl/Makefile
+# used by lang/tcl/Makefile
+# used by lang/tcl-otcl/Makefile
+
+TCL_SONUM= 90
+TCL_BASEVER= 9.0
+TCL_VERSION= 9.0.2
+
+# Update bundled versions in lang/tcl/buildlink3.mk
+ITCL_VERSION= 4.3.3
+SQLITE3_VERSION= 3.49.1
+TDBC_VERSION= 1.1.11
+THREAD_VERSION= 3.0.2
Home |
Main Index |
Thread Index |
Old Index