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.11
details: https://anonhg.NetBSD.org/pkgsrc/rev/c6a6361fc28a
branches: trunk
changeset: 377181:c6a6361fc28a
user: markd <markd%pkgsrc.org@localhost>
date: Sun Apr 17 11:13:06 2022 +0000
description:
texlive2pkg: update to 1.11
add additional license mapping
bump default version to 2022
diffstat:
pkgtools/texlive2pkg/Makefile | 4 ++--
pkgtools/texlive2pkg/files/texlive.pkg | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 01b293d5fcdc -r c6a6361fc28a pkgtools/texlive2pkg/Makefile
--- a/pkgtools/texlive2pkg/Makefile Sun Apr 17 11:09:24 2022 +0000
+++ b/pkgtools/texlive2pkg/Makefile Sun Apr 17 11:13:06 2022 +0000
@@ -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
diff -r 01b293d5fcdc -r c6a6361fc28a pkgtools/texlive2pkg/files/texlive.pkg
--- a/pkgtools/texlive2pkg/files/texlive.pkg Sun Apr 17 11:09:24 2022 +0000
+++ b/pkgtools/texlive2pkg/files/texlive.pkg Sun Apr 17 11:13:06 2022 +0000
@@ -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-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