pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Feb 17 11:10:16 UTC 2026

Modified Files:
        pkgsrc/print/tex-context-typescripts: Makefile
        pkgsrc/print/tex-context-typescripts-doc: Makefile

Log Message:
tex-context-typescripts{,-doc}: fix license (gnu-gpl-v3)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-context-typescripts/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-context-typescripts-doc/Makefile

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

Modified files:

Index: pkgsrc/print/tex-context-typescripts/Makefile
diff -u pkgsrc/print/tex-context-typescripts/Makefile:1.4 pkgsrc/print/tex-context-typescripts/Makefile:1.5
--- pkgsrc/print/tex-context-typescripts/Makefile:1.4   Sat Apr  9 20:47:30 2022
+++ pkgsrc/print/tex-context-typescripts/Makefile       Tue Feb 17 11:10:15 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/04/09 20:47:30 markd Exp $
+# $NetBSD: Makefile,v 1.5 2026/02/17 11:10:15 markd Exp $
 
 DISTNAME=      context-typescripts
 PKGNAME=       tex-${DISTNAME}-2021
@@ -7,7 +7,7 @@ TEXLIVE_REV=    60422
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/context-typescripts
 COMMENT=       Small modules to load various fonts for use in ConTeXt
-LICENSE=       gnu-gpl-v2
+LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      tex-context-[0-9]*:../../print/tex-context
 

Index: pkgsrc/print/tex-context-typescripts-doc/Makefile
diff -u pkgsrc/print/tex-context-typescripts-doc/Makefile:1.4 pkgsrc/print/tex-context-typescripts-doc/Makefile:1.5
--- pkgsrc/print/tex-context-typescripts-doc/Makefile:1.4       Sat Apr  9 20:47:30 2022
+++ pkgsrc/print/tex-context-typescripts-doc/Makefile   Tue Feb 17 11:10:16 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/04/09 20:47:30 markd Exp $
+# $NetBSD: Makefile,v 1.5 2026/02/17 11:10:16 markd Exp $
 
 DISTNAME=      context-typescripts.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-2021
@@ -7,7 +7,7 @@ TEXLIVE_REV=    60422
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/context-typescripts
 COMMENT=       Documentation for tex-context-typescripts
-LICENSE=       gnu-gpl-v2
+LICENSE=       gnu-gpl-v3
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index