pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/texlive2pkg texlive2pkg: update to 1.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f8964bb1de6
branches:  trunk
changeset: 454183:9f8964bb1de6
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jun 06 23:32:40 2021 +0000

description:
texlive2pkg: update to 1.10

bump default to 2021
fixup some license matches

diffstat:

 pkgtools/texlive2pkg/Makefile          |  5 ++---
 pkgtools/texlive2pkg/files/texlive.pkg |  9 +++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r 9035fdeea7ea -r 9f8964bb1de6 pkgtools/texlive2pkg/Makefile
--- a/pkgtools/texlive2pkg/Makefile     Sun Jun 06 23:29:22 2021 +0000
+++ b/pkgtools/texlive2pkg/Makefile     Sun Jun 06 23:32:40 2021 +0000
@@ -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
diff -r 9035fdeea7ea -r 9f8964bb1de6 pkgtools/texlive2pkg/files/texlive.pkg
--- a/pkgtools/texlive2pkg/files/texlive.pkg    Sun Jun 06 23:29:22 2021 +0000
+++ b/pkgtools/texlive2pkg/files/texlive.pkg    Sun Jun 06 23:32:40 2021 +0000
@@ -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; # 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