diff options
author | markd <markd@pkgsrc.org> | 2019-02-02 01:55:52 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-02-02 01:55:52 +0000 |
commit | 5dd0d62e66726df92266aaa68213683bbb482f8a (patch) | |
tree | 9943d0ceeb015c9f9bdeb59ba8667579ed8a6c41 /pkgtools/texlive2pkg | |
parent | 2df48eeabcf1e49abc5f7090681b2abb8013a86e (diff) | |
download | pkgsrc-5dd0d62e66726df92266aaa68213683bbb482f8a.tar.gz |
texlive2pkg: update to 1.4
more license mappings
Diffstat (limited to 'pkgtools/texlive2pkg')
-rw-r--r-- | pkgtools/texlive2pkg/Makefile | 5 | ||||
-rwxr-xr-x | pkgtools/texlive2pkg/files/texlive.pkg | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/pkgtools/texlive2pkg/Makefile b/pkgtools/texlive2pkg/Makefile index 2b05743c3dc..00d17ef78ae 100644 --- a/pkgtools/texlive2pkg/Makefile +++ b/pkgtools/texlive2pkg/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2018/08/22 09:46:12 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2019/02/02 01:55:52 markd Exp $ # -PKGNAME= texlive2pkg-1.3 -PKGREVISION= 1 +PKGNAME= texlive2pkg-1.4 CATEGORIES= pkgtools MAINTAINER= markd@NetBSD.org diff --git a/pkgtools/texlive2pkg/files/texlive.pkg b/pkgtools/texlive2pkg/files/texlive.pkg index 3e0c0e181af..fae2382415d 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.4 2018/06/03 01:38:32 markd Exp $ +# $NetBSD: texlive.pkg,v 1.5 2019/02/02 01:55:52 markd Exp $ $version = "2018"; $pkgname = $shortdesc = $revision = $license = $longdesc = $depend = $homepage = ""; @@ -46,12 +46,14 @@ $license = "lppl-1.3c" if ($license eq "lppl"); $license = "lppl-1.3c" if ($license eq "lppl1.3"); $license = "lppl-1.3c" if ($license eq "lppl1.3c"); $license = "ofl-v1.1 AND lppl-1.3c" if ($license eq "ofllppl1.3"); +$license = "ofl-v1.1 AND lppl-1.3c" if ($license eq "ofllppl"); $license = "gnu-gpl-v2 AND ofl-v1.1 AND lppl-1.3c" if ($license eq "gplofllppl"); $license = "gnu-gpl-v2 AND lppl-1.3c" if ($license eq "lpplgpl"); $license = "modified-bsd" if ($license eq "bsd"); $license = "modified-bsd" if ($license eq "bsd3"); $license = "2-clause-bsd" if ($license eq "bsd2"); $license = "ofl-v1.1" if ($license eq "ofl"); +$license = "gfsl" if ($license eq "gfl"); $license = "public-domain" if ($license eq "pd"); $extras = ""; |