From 43308ef5189ac6e94b9a10f306d1df4754f34cb9 Mon Sep 17 00:00:00 2001 From: markd Date: Sat, 30 Jan 2016 04:59:57 +0000 Subject: Update to 1.1. Teach about more licenses. --- pkgtools/texlive2pkg/Makefile | 4 ++-- pkgtools/texlive2pkg/files/texlive.pkg | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/texlive2pkg/Makefile b/pkgtools/texlive2pkg/Makefile index def8870c1c1..7a88faa3624 100644 --- a/pkgtools/texlive2pkg/Makefile +++ b/pkgtools/texlive2pkg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2016/01/24 19:34:44 markd Exp $ +# $NetBSD: Makefile,v 1.2 2016/01/30 04:59:57 markd Exp $ # -PKGNAME= texlive2pkg-1.0 +PKGNAME= texlive2pkg-1.1 CATEGORIES= pkgtools MAINTAINER= markd@NetBSD.org diff --git a/pkgtools/texlive2pkg/files/texlive.pkg b/pkgtools/texlive2pkg/files/texlive.pkg index 4636e6cc5b5..45a229c0f1e 100755 --- a/pkgtools/texlive2pkg/files/texlive.pkg +++ b/pkgtools/texlive2pkg/files/texlive.pkg @@ -1,5 +1,5 @@ #!/usr/pkg/bin/perl -# $NetBSD: texlive.pkg,v 1.1 2016/01/24 19:34:44 markd Exp $ +# $NetBSD: texlive.pkg,v 1.2 2016/01/30 04:59:57 markd Exp $ $version = "2015"; $pkgname = $shortdesc = $revision = $license = $longdesc = $depend = $homepage = ""; @@ -36,9 +36,11 @@ $version =~ s: :_:g; # 5th edition $version =~ s:-::g; # 2013-05-12 $license = "apache-2.0" if ($license eq "apache2"); $license = "gnu-fdl-v1.3" if ($license eq "fdl"); +$license = "gnu-lgpl-v2" if ($license eq "lgpl"); $license = "gnu-gpl-v2" if ($license eq "gpl"); $license = "gnu-gpl-v2" if ($license eq "gpl2"); $license = "gnu-gpl-v3" if ($license eq "gpl3"); +$license = "lppl-1.0" if ($license eq "lppl1"); $license = "lppl-1.2" if ($license eq "lppl1.2"); $license = "lppl-1.3c" if ($license eq "lppl"); $license = "lppl-1.3c" if ($license eq "lppl1.3"); -- cgit v1.2.3