pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/jimtcl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 15 07:49:58 UTC 2026

Modified Files:
        pkgsrc/lang/jimtcl: Makefile

Log Message:
jimtcl: fix HOMEPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/jimtcl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/jimtcl/Makefile
diff -u pkgsrc/lang/jimtcl/Makefile:1.16 pkgsrc/lang/jimtcl/Makefile:1.17
--- pkgsrc/lang/jimtcl/Makefile:1.16    Tue Jul 21 09:56:27 2026
+++ pkgsrc/lang/jimtcl/Makefile Tue Sep 15 07:49:58 2026
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2026/07/21 09:56:27 adam Exp $
+# $NetBSD: Makefile,v 1.17 2026/09/15 07:49:58 wiz Exp $
 
 DISTNAME=      jimtcl-0.84
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=msteveb/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://jim.tcl.tk/
+HOMEPAGE=      https://github.com/msteveb/jimtcl
 COMMENT=       Small footprint implementation of the Tcl programming language
 LICENSE=       2-clause-bsd
 



Home | Main Index | Thread Index | Old Index