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 Jun  6 23:32:41 UTC 2021

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

Log Message:
texlive2pkg: update to 1.10

bump default to 2021
fixup some license matches


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/pkgtools/texlive2pkg/Makefile
cvs rdiff -u -r1.8 -r1.9 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.16 pkgsrc/pkgtools/texlive2pkg/Makefile:1.17
--- pkgsrc/pkgtools/texlive2pkg/Makefile:1.16   Mon May 24 19:53:43 2021
+++ pkgsrc/pkgtools/texlive2pkg/Makefile        Sun Jun  6 23:32:40 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2021/05/24 19:53:43 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2021/06/06 23:32:40 markd Exp $
 #
 
-PKGNAME=       texlive2pkg-1.9
-PKGREVISION=   1
+PKGNAME=       texlive2pkg-1.10
 CATEGORIES=    pkgtools
 
 MAINTAINER=    markd%NetBSD.org@localhost

Index: pkgsrc/pkgtools/texlive2pkg/files/texlive.pkg
diff -u pkgsrc/pkgtools/texlive2pkg/files/texlive.pkg:1.8 pkgsrc/pkgtools/texlive2pkg/files/texlive.pkg:1.9
--- pkgsrc/pkgtools/texlive2pkg/files/texlive.pkg:1.8   Sat Feb 20 05:08:37 2021
+++ pkgsrc/pkgtools/texlive2pkg/files/texlive.pkg       Sun Jun  6 23:32:40 2021
@@ -1,7 +1,7 @@
 #!/usr/pkg/bin/perl
-# $NetBSD: texlive.pkg,v 1.8 2021/02/20 05:08:37 markd Exp $
+# $NetBSD: texlive.pkg,v 1.9 2021/06/06 23:32:40 markd Exp $
 
-$version = "2020";
+$version = "2021";
 $pkgname = $shortdesc = $revision = $license = $longdesc = $depend = $homepage = "";
 $plist = $other = $maps = "";
 
@@ -35,15 +35,16 @@ $version =~ s:/::g;
 $version =~ s: :_:g; # 5th edition
 $version =~ s:-::g;  # 2013-05-12
 $license =~ s: apache2 : apache-2.0 :;
+$license =~ s: cc0 : cc0-1.0-universal :;
 $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: gpl : gnu-gpl-v2 :;
 $license =~ s: gpl2 : gnu-gpl-v2 :;
-$license =~ s: gpl2+ : gnu-gpl-v2 :;
+$license =~ s: gpl2\+ : gnu-gpl-v2 :;
 $license =~ s: gpl3 : gnu-gpl-v3 :;
-$license =~ s: gpl3+ : gnu-gpl-v3 :;
+$license =~ s: gpl3\+ : gnu-gpl-v3 :;
 $license =~ s: lppl1 : lppl-1.0 :;
 $license =~ s: lppl1.2 : lppl-1.2 :;
 $license =~ s: lppl : lppl-1.3c :;



Home | Main Index | Thread Index | Old Index