pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Dec  6 19:18:36 UTC 2019

Modified Files:
        pkgsrc/devel/tex-doclicense: Makefile
        pkgsrc/devel/tex-doclicense-doc: Makefile
        pkgsrc/devel/tex-etoolbox: Makefile
        pkgsrc/devel/tex-etoolbox-doc: Makefile
        pkgsrc/devel/tex-l3backend: Makefile
        pkgsrc/devel/tex-l3backend-doc: Makefile
        pkgsrc/devel/tex-l3experimental: Makefile
        pkgsrc/devel/tex-l3kernel: Makefile
        pkgsrc/devel/tex-l3kernel-doc: Makefile
        pkgsrc/devel/tex-l3packages: Makefile
        pkgsrc/devel/tex-l3packages-doc: Makefile
        pkgsrc/devel/tex-latexbug: Makefile
        pkgsrc/devel/tex-latexbug-doc: Makefile
        pkgsrc/devel/tex-lualibs: Makefile
        pkgsrc/devel/tex-lualibs-doc: Makefile
        pkgsrc/devel/tex-luatexbase: Makefile
        pkgsrc/devel/tex-luatexbase-doc: Makefile
        pkgsrc/devel/tex-multido: Makefile
        pkgsrc/devel/tex-multido-doc: Makefile
        pkgsrc/devel/tex-pgfopts: Makefile
        pkgsrc/devel/tex-pgfopts-doc: Makefile
        pkgsrc/devel/tex-pst-uml: Makefile
        pkgsrc/devel/tex-pst-uml-doc: Makefile
        pkgsrc/devel/tex-tlshell: Makefile
        pkgsrc/devel/tex-tlshell-doc: Makefile
        pkgsrc/devel/tex-xifthen: Makefile
        pkgsrc/devel/tex-xifthen-doc: Makefile

Log Message:
tex-*: add TEXLIVE_UNVERSIONED=yes


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/tex-doclicense/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/tex-doclicense-doc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/tex-etoolbox/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/tex-etoolbox-doc/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/tex-l3backend/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/tex-l3backend-doc/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/tex-l3experimental/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/tex-l3kernel/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/tex-l3kernel-doc/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/tex-l3packages/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/tex-l3packages-doc/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/tex-latexbug/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/tex-latexbug-doc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/tex-lualibs/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/tex-lualibs-doc/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/tex-luatexbase/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/tex-luatexbase-doc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/tex-multido/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/tex-multido-doc/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/tex-pgfopts/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/tex-pgfopts-doc/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/tex-pst-uml/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/tex-pst-uml-doc/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/tex-tlshell/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/tex-tlshell-doc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/tex-xifthen/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/tex-xifthen-doc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/tex-doclicense/Makefile
diff -u pkgsrc/devel/tex-doclicense/Makefile:1.5 pkgsrc/devel/tex-doclicense/Makefile:1.6
--- pkgsrc/devel/tex-doclicense/Makefile:1.5    Mon Aug  5 11:14:51 2019
+++ pkgsrc/devel/tex-doclicense/Makefile        Fri Dec  6 19:18:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/08/05 11:14:51 markd Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/06 19:18:33 markd Exp $
 
 DISTNAME=      doclicense
 PKGNAME=       tex-${DISTNAME}-1.10.0
@@ -14,5 +14,6 @@ DEPENDS+=     tex-etoolbox-[0-9]*:../../deve
 DEPENDS+=      tex-xifthen-[0-9]*:../../devel/tex-xifthen
 DEPENDS+=      tex-oberdiek-[0-9]*:../../print/tex-oberdiek
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-doclicense-doc/Makefile
diff -u pkgsrc/devel/tex-doclicense-doc/Makefile:1.5 pkgsrc/devel/tex-doclicense-doc/Makefile:1.6
--- pkgsrc/devel/tex-doclicense-doc/Makefile:1.5        Mon Aug  5 11:14:51 2019
+++ pkgsrc/devel/tex-doclicense-doc/Makefile    Fri Dec  6 19:18:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/08/05 11:14:51 markd Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/06 19:18:33 markd Exp $
 
 DISTNAME=      doclicense.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-1.10.0
@@ -9,5 +9,6 @@ HOMEPAGE=       https://ctan.org/pkg/doclicens
 COMMENT=       Documentation for tex-doclicense
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-etoolbox/Makefile
diff -u pkgsrc/devel/tex-etoolbox/Makefile:1.7 pkgsrc/devel/tex-etoolbox/Makefile:1.8
--- pkgsrc/devel/tex-etoolbox/Makefile:1.7      Sat Jan 26 01:30:03 2019
+++ pkgsrc/devel/tex-etoolbox/Makefile  Fri Dec  6 19:18:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/01/26 01:30:03 markd Exp $
+# $NetBSD: Makefile,v 1.8 2019/12/06 19:18:33 markd Exp $
 
 DISTNAME=      etoolbox
 PKGNAME=       tex-${DISTNAME}-2.5f
@@ -12,5 +12,6 @@ LICENSE=      lppl-1.3c
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 DEPENDS+=      tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-etoolbox-doc/Makefile
diff -u pkgsrc/devel/tex-etoolbox-doc/Makefile:1.8 pkgsrc/devel/tex-etoolbox-doc/Makefile:1.9
--- pkgsrc/devel/tex-etoolbox-doc/Makefile:1.8  Sat Jan 26 01:30:03 2019
+++ pkgsrc/devel/tex-etoolbox-doc/Makefile      Fri Dec  6 19:18:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/01/26 01:30:03 markd Exp $
+# $NetBSD: Makefile,v 1.9 2019/12/06 19:18:34 markd Exp $
 
 DISTNAME=      etoolbox.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-2.5f
@@ -9,5 +9,6 @@ HOMEPAGE=       http://ctan.org/pkg/etoolbox
 COMMENT=       Documentation for tex-etoolbox
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-l3backend/Makefile
diff -u pkgsrc/devel/tex-l3backend/Makefile:1.1 pkgsrc/devel/tex-l3backend/Makefile:1.2
--- pkgsrc/devel/tex-l3backend/Makefile:1.1     Sun Aug 11 03:32:46 2019
+++ pkgsrc/devel/tex-l3backend/Makefile Fri Dec  6 19:18:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/11 03:32:46 markd Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/06 19:18:34 markd Exp $
 
 DISTNAME=      l3backend
 PKGNAME=       tex-${DISTNAME}-2019
@@ -9,5 +9,6 @@ HOMEPAGE=       https://ctan.org/pkg/l3backend
 COMMENT=       LaTeX3 backend drivers
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-l3backend-doc/Makefile
diff -u pkgsrc/devel/tex-l3backend-doc/Makefile:1.1 pkgsrc/devel/tex-l3backend-doc/Makefile:1.2
--- pkgsrc/devel/tex-l3backend-doc/Makefile:1.1 Sun Aug 11 03:32:46 2019
+++ pkgsrc/devel/tex-l3backend-doc/Makefile     Fri Dec  6 19:18:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/11 03:32:46 markd Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/06 19:18:34 markd Exp $
 
 DISTNAME=      l3backend.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-2019
@@ -9,5 +9,6 @@ HOMEPAGE=       https://ctan.org/pkg/l3backend
 COMMENT=       Documentation for tex-l3backend
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-l3experimental/Makefile
diff -u pkgsrc/devel/tex-l3experimental/Makefile:1.11 pkgsrc/devel/tex-l3experimental/Makefile:1.12
--- pkgsrc/devel/tex-l3experimental/Makefile:1.11       Sun Aug 11 03:17:31 2019
+++ pkgsrc/devel/tex-l3experimental/Makefile    Fri Dec  6 19:18:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/08/11 03:17:31 markd Exp $
+# $NetBSD: Makefile,v 1.12 2019/12/06 19:18:34 markd Exp $
 
 DISTNAME=      l3experimental
 PKGNAME=       tex-${DISTNAME}-2019.51546
@@ -11,5 +11,6 @@ LICENSE=      lppl-1.3c
 
 DEPENDS+=      tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-l3kernel/Makefile
diff -u pkgsrc/devel/tex-l3kernel/Makefile:1.14 pkgsrc/devel/tex-l3kernel/Makefile:1.15
--- pkgsrc/devel/tex-l3kernel/Makefile:1.14     Sun Aug 11 11:40:46 2019
+++ pkgsrc/devel/tex-l3kernel/Makefile  Fri Dec  6 19:18:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/08/11 11:40:46 markd Exp $
+# $NetBSD: Makefile,v 1.15 2019/12/06 19:18:34 markd Exp $
 
 DISTNAME=      l3kernel
 PKGNAME=       tex-${DISTNAME}-2019.51745
@@ -24,5 +24,6 @@ DEPENDS+=     tex-psnfss-[0-9]*:../../fonts/
 DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
 DEPENDS+=      tex-underscore-[0-9]*:../../print/tex-underscore
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-l3kernel-doc/Makefile
diff -u pkgsrc/devel/tex-l3kernel-doc/Makefile:1.14 pkgsrc/devel/tex-l3kernel-doc/Makefile:1.15
--- pkgsrc/devel/tex-l3kernel-doc/Makefile:1.14 Sun Aug 11 11:40:46 2019
+++ pkgsrc/devel/tex-l3kernel-doc/Makefile      Fri Dec  6 19:18:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/08/11 11:40:46 markd Exp $
+# $NetBSD: Makefile,v 1.15 2019/12/06 19:18:34 markd Exp $
 
 DISTNAME=      l3kernel.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-2019.51745
@@ -9,5 +9,6 @@ HOMEPAGE=       https://ctan.org/pkg/l3kernel
 COMMENT=       Documentation for tex-l3kernel
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-l3packages/Makefile
diff -u pkgsrc/devel/tex-l3packages/Makefile:1.11 pkgsrc/devel/tex-l3packages/Makefile:1.12
--- pkgsrc/devel/tex-l3packages/Makefile:1.11   Sun Aug 11 03:22:21 2019
+++ pkgsrc/devel/tex-l3packages/Makefile        Fri Dec  6 19:18:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/08/11 03:22:21 markd Exp $
+# $NetBSD: Makefile,v 1.12 2019/12/06 19:18:34 markd Exp $
 
 DISTNAME=      l3packages
 PKGNAME=       tex-${DISTNAME}-2019.51546
@@ -14,5 +14,6 @@ DEPENDS+=     tex-graphics-[0-9]*:../../prin
 DEPENDS+=      tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
 DEPENDS+=      tex-latex-[0-9]*:../../print/tex-latex
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-l3packages-doc/Makefile
diff -u pkgsrc/devel/tex-l3packages-doc/Makefile:1.12 pkgsrc/devel/tex-l3packages-doc/Makefile:1.13
--- pkgsrc/devel/tex-l3packages-doc/Makefile:1.12       Sun Aug 11 03:22:21 2019
+++ pkgsrc/devel/tex-l3packages-doc/Makefile    Fri Dec  6 19:18:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/08/11 03:22:21 markd Exp $
+# $NetBSD: Makefile,v 1.13 2019/12/06 19:18:34 markd Exp $
 
 DISTNAME=      l3packages.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-2019.51546
@@ -9,5 +9,6 @@ HOMEPAGE=       https://ctan.org/pkg/l3package
 COMMENT=       Documentation for tex-l3packages
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-latexbug/Makefile
diff -u pkgsrc/devel/tex-latexbug/Makefile:1.5 pkgsrc/devel/tex-latexbug/Makefile:1.6
--- pkgsrc/devel/tex-latexbug/Makefile:1.5      Tue Jan 29 09:18:12 2019
+++ pkgsrc/devel/tex-latexbug/Makefile  Fri Dec  6 19:18:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/01/29 09:18:12 markd Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/06 19:18:34 markd Exp $
 
 DISTNAME=      latexbug
 PKGNAME=       tex-${DISTNAME}-1.0e
@@ -9,5 +9,6 @@ HOMEPAGE=       http://ctan.org/pkg/latexbug
 COMMENT=       Bug-classification for LaTeX related bugs
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-latexbug-doc/Makefile
diff -u pkgsrc/devel/tex-latexbug-doc/Makefile:1.5 pkgsrc/devel/tex-latexbug-doc/Makefile:1.6
--- pkgsrc/devel/tex-latexbug-doc/Makefile:1.5  Tue Jan 29 09:18:12 2019
+++ pkgsrc/devel/tex-latexbug-doc/Makefile      Fri Dec  6 19:18:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/01/29 09:18:12 markd Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/06 19:18:35 markd Exp $
 
 DISTNAME=      latexbug.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-1.0e
@@ -9,5 +9,6 @@ HOMEPAGE=       http://ctan.org/pkg/latexbug
 COMMENT=       Documentation for tex-latexbug
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-lualibs/Makefile
diff -u pkgsrc/devel/tex-lualibs/Makefile:1.7 pkgsrc/devel/tex-lualibs/Makefile:1.8
--- pkgsrc/devel/tex-lualibs/Makefile:1.7       Sun Aug 11 05:36:12 2019
+++ pkgsrc/devel/tex-lualibs/Makefile   Fri Dec  6 19:18:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/08/11 05:36:12 markd Exp $
+# $NetBSD: Makefile,v 1.8 2019/12/06 19:18:35 markd Exp $
 
 DISTNAME=      lualibs
 PKGNAME=       tex-${DISTNAME}-2.66
@@ -11,5 +11,6 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      luatex-[0-9]*:../../print/luatex
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-lualibs-doc/Makefile
diff -u pkgsrc/devel/tex-lualibs-doc/Makefile:1.7 pkgsrc/devel/tex-lualibs-doc/Makefile:1.8
--- pkgsrc/devel/tex-lualibs-doc/Makefile:1.7   Sun Aug 11 05:36:12 2019
+++ pkgsrc/devel/tex-lualibs-doc/Makefile       Fri Dec  6 19:18:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/08/11 05:36:12 markd Exp $
+# $NetBSD: Makefile,v 1.8 2019/12/06 19:18:35 markd Exp $
 
 DISTNAME=      lualibs.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-2.66
@@ -9,5 +9,6 @@ HOMEPAGE=       http://ctan.org/pkg/lualibs
 COMMENT=       Documentation for tex-lualibs
 LICENSE=       gnu-gpl-v2
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-luatexbase/Makefile
diff -u pkgsrc/devel/tex-luatexbase/Makefile:1.6 pkgsrc/devel/tex-luatexbase/Makefile:1.7
--- pkgsrc/devel/tex-luatexbase/Makefile:1.6    Thu Jul 14 12:12:55 2016
+++ pkgsrc/devel/tex-luatexbase/Makefile        Fri Dec  6 19:18:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/07/14 12:12:55 markd Exp $
+# $NetBSD: Makefile,v 1.7 2019/12/06 19:18:35 markd Exp $
 
 DISTNAME=      luatexbase
 PKGNAME=       tex-${DISTNAME}-1.3
@@ -13,5 +13,6 @@ DEPENDS+=     tex-ctablestack-[0-9]*:../../p
 DEPENDS+=      tex-ifluatex-[0-9]*:../../print/tex-ifluatex
 DEPENDS+=      tex-luatex-[0-9]*:../../print/tex-luatex
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-luatexbase-doc/Makefile
diff -u pkgsrc/devel/tex-luatexbase-doc/Makefile:1.4 pkgsrc/devel/tex-luatexbase-doc/Makefile:1.5
--- pkgsrc/devel/tex-luatexbase-doc/Makefile:1.4        Thu Jun 16 03:54:44 2016
+++ pkgsrc/devel/tex-luatexbase-doc/Makefile    Fri Dec  6 19:18:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/06/16 03:54:44 markd Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/06 19:18:35 markd Exp $
 
 DISTNAME=      luatexbase.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-1.3
@@ -8,5 +8,6 @@ MAINTAINER=     minskim%NetBSD.org@localhost
 COMMENT=       Documentation for tex-luatexbase
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-multido/Makefile
diff -u pkgsrc/devel/tex-multido/Makefile:1.2 pkgsrc/devel/tex-multido/Makefile:1.3
--- pkgsrc/devel/tex-multido/Makefile:1.2       Wed Sep  6 16:49:21 2017
+++ pkgsrc/devel/tex-multido/Makefile   Fri Dec  6 19:18:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/06 16:49:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/06 19:18:35 markd Exp $
 
 DISTNAME=      multido
 PKGNAME=       tex-${DISTNAME}-1.42
@@ -7,5 +7,6 @@ TEXLIVE_REV=    18302
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Loop facility for Generic TeX
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-multido-doc/Makefile
diff -u pkgsrc/devel/tex-multido-doc/Makefile:1.1.1.1 pkgsrc/devel/tex-multido-doc/Makefile:1.2
--- pkgsrc/devel/tex-multido-doc/Makefile:1.1.1.1       Wed Mar 16 17:49:10 2011
+++ pkgsrc/devel/tex-multido-doc/Makefile       Fri Dec  6 19:18:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/03/16 17:49:10 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/06 19:18:35 markd Exp $
 
 DISTNAME=      multido.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-1.42
@@ -7,5 +7,6 @@ TEXLIVE_REV=    18302
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Documentation for tex-multido
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-pgfopts/Makefile
diff -u pkgsrc/devel/tex-pgfopts/Makefile:1.1 pkgsrc/devel/tex-pgfopts/Makefile:1.2
--- pkgsrc/devel/tex-pgfopts/Makefile:1.1       Thu Jul  6 19:07:37 2017
+++ pkgsrc/devel/tex-pgfopts/Makefile   Fri Dec  6 19:18:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/07/06 19:07:37 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/06 19:18:35 markd Exp $
 
 DISTNAME=      pgfopts
 PKGNAME=       tex-${DISTNAME}-2.1a
@@ -10,5 +10,6 @@ LICENSE=      lppl-1.3c
 
 DEPENDS+=      tex-pgf-[0-9]*:../../print/tex-pgf
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-pgfopts-doc/Makefile
diff -u pkgsrc/devel/tex-pgfopts-doc/Makefile:1.1 pkgsrc/devel/tex-pgfopts-doc/Makefile:1.2
--- pkgsrc/devel/tex-pgfopts-doc/Makefile:1.1   Thu Jul  6 19:07:37 2017
+++ pkgsrc/devel/tex-pgfopts-doc/Makefile       Fri Dec  6 19:18:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/07/06 19:07:37 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/06 19:18:36 markd Exp $
 
 DISTNAME=      pgfopts.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-2.1a
@@ -8,5 +8,6 @@ MAINTAINER=     minskim%NetBSD.org@localhost
 COMMENT=       Documentation for tex-pgfopts
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-pst-uml/Makefile
diff -u pkgsrc/devel/tex-pst-uml/Makefile:1.1.1.1 pkgsrc/devel/tex-pst-uml/Makefile:1.2
--- pkgsrc/devel/tex-pst-uml/Makefile:1.1.1.1   Fri Mar 18 21:49:31 2011
+++ pkgsrc/devel/tex-pst-uml/Makefile   Fri Dec  6 19:18:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:49:31 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/06 19:18:36 markd Exp $
 
 DISTNAME=      pst-uml
 PKGNAME=       tex-${DISTNAME}-0.83
@@ -16,5 +16,6 @@ DEPENDS+=     tex-pstricks-[0-9]*:../../grap
 DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
 DEPENDS+=      tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-pst-uml-doc/Makefile
diff -u pkgsrc/devel/tex-pst-uml-doc/Makefile:1.1.1.1 pkgsrc/devel/tex-pst-uml-doc/Makefile:1.2
--- pkgsrc/devel/tex-pst-uml-doc/Makefile:1.1.1.1       Fri Mar 18 21:49:41 2011
+++ pkgsrc/devel/tex-pst-uml-doc/Makefile       Fri Dec  6 19:18:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:49:41 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/06 19:18:36 markd Exp $
 
 DISTNAME=      pst-uml.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-0.83
@@ -7,5 +7,6 @@ TEXLIVE_REV=    15878
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Documentation for tex-pst-uml
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-tlshell/Makefile
diff -u pkgsrc/devel/tex-tlshell/Makefile:1.3 pkgsrc/devel/tex-tlshell/Makefile:1.4
--- pkgsrc/devel/tex-tlshell/Makefile:1.3       Sun Aug 11 11:05:45 2019
+++ pkgsrc/devel/tex-tlshell/Makefile   Fri Dec  6 19:18:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/08/11 11:05:45 markd Exp $
+# $NetBSD: Makefile,v 1.4 2019/12/06 19:18:36 markd Exp $
 
 DISTNAME=      tlshell
 PKGNAME=       tex-${DISTNAME}-2019.51677
@@ -20,5 +20,6 @@ post-extract:
        ${MV} ${WRKSRC}/texmf-dist/scripts/tlshell/tlshell.tcl ${WRKSRC}/bin/tlshell
        ${RM} -rf ${WRKSRC}/texmf-dist
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-tlshell-doc/Makefile
diff -u pkgsrc/devel/tex-tlshell-doc/Makefile:1.3 pkgsrc/devel/tex-tlshell-doc/Makefile:1.4
--- pkgsrc/devel/tex-tlshell-doc/Makefile:1.3   Sun Aug 11 11:05:45 2019
+++ pkgsrc/devel/tex-tlshell-doc/Makefile       Fri Dec  6 19:18:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/08/11 11:05:45 markd Exp $
+# $NetBSD: Makefile,v 1.4 2019/12/06 19:18:36 markd Exp $
 
 DISTNAME=      tlshell.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-2019.51677
@@ -8,5 +8,6 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Documentation for tex-tlshell
 LICENSE=       gnu-gpl-v2
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-xifthen/Makefile
diff -u pkgsrc/devel/tex-xifthen/Makefile:1.2 pkgsrc/devel/tex-xifthen/Makefile:1.3
--- pkgsrc/devel/tex-xifthen/Makefile:1.2       Thu Jun 16 03:54:44 2016
+++ pkgsrc/devel/tex-xifthen/Makefile   Fri Dec  6 19:18:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/16 03:54:44 markd Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/06 19:18:36 markd Exp $
 
 DISTNAME=      xifthen
 PKGNAME=       tex-${DISTNAME}-1.4.0
@@ -14,5 +14,6 @@ DEPENDS+=     tex-latex-[0-9]*:../../print/t
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tex-xifthen-doc/Makefile
diff -u pkgsrc/devel/tex-xifthen-doc/Makefile:1.2 pkgsrc/devel/tex-xifthen-doc/Makefile:1.3
--- pkgsrc/devel/tex-xifthen-doc/Makefile:1.2   Thu Jun 16 03:54:44 2016
+++ pkgsrc/devel/tex-xifthen-doc/Makefile       Fri Dec  6 19:18:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/16 03:54:44 markd Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/06 19:18:36 markd Exp $
 
 DISTNAME=      xifthen.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-1.4.0
@@ -8,5 +8,6 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Documentation for tex-xifthen
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index