summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2018-06-03 01:38:32 +0000
committermarkd <markd@pkgsrc.org>2018-06-03 01:38:32 +0000
commit4aa2509c755d02df9287a46c40ebe52c76e69b4d (patch)
treefb33d74697e37421a291b1d81186b2f5d2d1a903 /pkgtools
parentd8125c36d831be644189591e2379363630631274 (diff)
downloadpkgsrc-4aa2509c755d02df9287a46c40ebe52c76e69b4d.tar.gz
texlive2pkg: update version to 1.3
Add some more licenses, bump default version to 2018.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/texlive2pkg/Makefile4
-rwxr-xr-xpkgtools/texlive2pkg/files/texlive.pkg6
2 files changed, 6 insertions, 4 deletions
diff --git a/pkgtools/texlive2pkg/Makefile b/pkgtools/texlive2pkg/Makefile
index bfd43f38d98..19a6e879f54 100644
--- a/pkgtools/texlive2pkg/Makefile
+++ b/pkgtools/texlive2pkg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2017/06/21 14:05:29 markd Exp $
+# $NetBSD: Makefile,v 1.5 2018/06/03 01:38:32 markd Exp $
#
-PKGNAME= texlive2pkg-1.2
+PKGNAME= texlive2pkg-1.3
CATEGORIES= pkgtools
MAINTAINER= markd@NetBSD.org
diff --git a/pkgtools/texlive2pkg/files/texlive.pkg b/pkgtools/texlive2pkg/files/texlive.pkg
index 39713026702..3e0c0e181af 100755
--- a/pkgtools/texlive2pkg/files/texlive.pkg
+++ b/pkgtools/texlive2pkg/files/texlive.pkg
@@ -1,7 +1,7 @@
#!/usr/pkg/bin/perl
-# $NetBSD: texlive.pkg,v 1.3 2017/06/21 14:05:29 markd Exp $
+# $NetBSD: texlive.pkg,v 1.4 2018/06/03 01:38:32 markd Exp $
-$version = "2017";
+$version = "2018";
$pkgname = $shortdesc = $revision = $license = $longdesc = $depend = $homepage = "";
$plist = $other = $maps = "";
@@ -47,8 +47,10 @@ $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 = "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 = "public-domain" if ($license eq "pd");