pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/texlive2pkg



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Apr 17 11:13:07 UTC 2022

Modified Files:
        pkgsrc/pkgtools/texlive2pkg: Makefile
        pkgsrc/pkgtools/texlive2pkg/files: texlive.pkg

Log Message:
texlive2pkg: update to 1.11

add additional license mapping
bump default version to 2022


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/pkgtools/texlive2pkg/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/pkgtools/texlive2pkg/files/texlive.pkg

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

Modified files:

Index: pkgsrc/pkgtools/texlive2pkg/Makefile
diff -u pkgsrc/pkgtools/texlive2pkg/Makefile:1.17 pkgsrc/pkgtools/texlive2pkg/Makefile:1.18
--- pkgsrc/pkgtools/texlive2pkg/Makefile:1.17   Sun Jun  6 23:32:40 2021
+++ pkgsrc/pkgtools/texlive2pkg/Makefile        Sun Apr 17 11:13:06 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2021/06/06 23:32:40 markd Exp $
+# $NetBSD: Makefile,v 1.18 2022/04/17 11:13:06 markd Exp $
 #
 
-PKGNAME=       texlive2pkg-1.10
+PKGNAME=       texlive2pkg-1.11
 CATEGORIES=    pkgtools
 
 MAINTAINER=    markd%NetBSD.org@localhost

Index: pkgsrc/pkgtools/texlive2pkg/files/texlive.pkg
diff -u pkgsrc/pkgtools/texlive2pkg/files/texlive.pkg:1.9 pkgsrc/pkgtools/texlive2pkg/files/texlive.pkg:1.10
--- pkgsrc/pkgtools/texlive2pkg/files/texlive.pkg:1.9   Sun Jun  6 23:32:40 2021
+++ pkgsrc/pkgtools/texlive2pkg/files/texlive.pkg       Sun Apr 17 11:13:07 2022
@@ -1,7 +1,7 @@
 #!/usr/pkg/bin/perl
-# $NetBSD: texlive.pkg,v 1.9 2021/06/06 23:32:40 markd Exp $
+# $NetBSD: texlive.pkg,v 1.10 2022/04/17 11:13:07 markd Exp $
 
-$version = "2021";
+$version = "2022";
 $pkgname = $shortdesc = $revision = $license = $longdesc = $depend = $homepage = "";
 $plist = $other = $maps = "";
 
@@ -40,6 +40,7 @@ $license =~ s: cc-by-4 : cc-by-v4.0 :;
 $license =~ s: cc-by-sa-4 : cc-by-sa-v4.0 :;
 $license =~ s: fdl : gnu-fdl-v1.3 :;
 $license =~ s: lgpl : gnu-lgpl-v2 :;
+$license =~ s: lgpl2.1 : gnu-lgpl-v2.1 :;
 $license =~ s: gpl : gnu-gpl-v2 :;
 $license =~ s: gpl2 : gnu-gpl-v2 :;
 $license =~ s: gpl2\+ : gnu-gpl-v2 :;



Home | Main Index | Thread Index | Old Index