pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/tkcon



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Jan 26 12:14:14 UTC 2025

Modified Files:
        pkgsrc/devel/tkcon: Makefile

Log Message:
devel/tkcon: Fix LICENSE

This is simply esdl-license.  Note that bourbon_ware is not a license
grant or a restriction of a previous license grant.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/tkcon/Makefile

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

Modified files:

Index: pkgsrc/devel/tkcon/Makefile
diff -u pkgsrc/devel/tkcon/Makefile:1.1 pkgsrc/devel/tkcon/Makefile:1.2
--- pkgsrc/devel/tkcon/Makefile:1.1     Tue Oct  1 23:40:40 2019
+++ pkgsrc/devel/tkcon/Makefile Sun Jan 26 12:14:14 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/10/01 23:40:40 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2025/01/26 12:14:14 gdt Exp $
 
 DISTNAME=      tkcon-2.7.2
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wjoye/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -8,7 +9,10 @@ GITHUB_TAG=    v${PKGVERSION_NOREV}
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/wjoye/tkcon/
 COMMENT=       Enhanced Tk Console for all Tk platforms
-#LICENSE=      # esdl-license like with bourbon_ware clause v2
+LICENSE=       esdl-license
+# doc/license.terms also contains "bourbon_ware clause v2", which is a
+# declaration that donations are appreciated, rather than a license
+# or a modification of terms.
 
 USE_TOOLS+=    wish:run
 



Home | Main Index | Thread Index | Old Index