pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Dec  6 20:17:04 UTC 2019

Modified Files:
        pkgsrc/print/tex-2up: Makefile
        pkgsrc/print/tex-2up-doc: Makefile
        pkgsrc/print/tex-FAQ-en-doc: Makefile
        pkgsrc/print/tex-IEEEconf: Makefile
        pkgsrc/print/tex-IEEEconf-doc: Makefile
        pkgsrc/print/tex-IEEEtran: Makefile
        pkgsrc/print/tex-IEEEtran-doc: Makefile
        pkgsrc/print/tex-MemoirChapStyles-doc: Makefile
        pkgsrc/print/tex-SIstyle: Makefile
        pkgsrc/print/tex-SIstyle-doc: Makefile
        pkgsrc/print/tex-SIunits: Makefile
        pkgsrc/print/tex-SIunits-doc: Makefile
        pkgsrc/print/tex-Type1fonts-doc: Makefile

Log Message:
tex-*: add TEXLIVE_UNVERSIONED=yes


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-2up/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-2up-doc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-FAQ-en-doc/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-IEEEconf/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-IEEEconf-doc/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/tex-IEEEtran/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-IEEEtran-doc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-MemoirChapStyles-doc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-SIstyle/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-SIstyle-doc/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-SIunits/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-SIunits-doc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-Type1fonts-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/print/tex-2up/Makefile
diff -u pkgsrc/print/tex-2up/Makefile:1.1.1.1 pkgsrc/print/tex-2up/Makefile:1.2
--- pkgsrc/print/tex-2up/Makefile:1.1.1.1       Sun Sep 18 00:24:41 2011
+++ pkgsrc/print/tex-2up/Makefile       Fri Dec  6 20:17:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/09/18 00:24:41 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/06 20:17:03 markd Exp $
 
 DISTNAME=      2up
 PKGNAME=       tex-${DISTNAME}-1.3
@@ -7,5 +7,6 @@ TEXLIVE_REV=    18310
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       TeX package to print a document two-up
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-2up-doc/Makefile
diff -u pkgsrc/print/tex-2up-doc/Makefile:1.1.1.1 pkgsrc/print/tex-2up-doc/Makefile:1.2
--- pkgsrc/print/tex-2up-doc/Makefile:1.1.1.1   Sun Sep 18 00:25:01 2011
+++ pkgsrc/print/tex-2up-doc/Makefile   Fri Dec  6 20:17:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/09/18 00:25:01 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/06 20:17:03 markd Exp $
 
 DISTNAME=      2up.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-1.3
@@ -7,5 +7,6 @@ TEXLIVE_REV=    18310
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Documentation for tex-2up
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-FAQ-en-doc/Makefile
diff -u pkgsrc/print/tex-FAQ-en-doc/Makefile:1.2 pkgsrc/print/tex-FAQ-en-doc/Makefile:1.3
--- pkgsrc/print/tex-FAQ-en-doc/Makefile:1.2    Mon Nov  4 19:58:01 2019
+++ pkgsrc/print/tex-FAQ-en-doc/Makefile        Fri Dec  6 20:17:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/11/04 19:58:01 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/06 20:17:03 markd Exp $
 
 DISTNAME=      FAQ-en.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-3.28
@@ -9,5 +9,6 @@ HOMEPAGE=       http://ctan.org/pkg/uk-tex-faq
 COMMENT=       Compilation of Frequently Asked Questions with answers
 LICENSE=       public-domain
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-IEEEconf/Makefile
diff -u pkgsrc/print/tex-IEEEconf/Makefile:1.1 pkgsrc/print/tex-IEEEconf/Makefile:1.2
--- pkgsrc/print/tex-IEEEconf/Makefile:1.1      Mon Nov 18 19:09:54 2013
+++ pkgsrc/print/tex-IEEEconf/Makefile  Fri Dec  6 20:17:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/11/18 19:09:54 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/06 20:17:03 markd Exp $
 
 DISTNAME=      IEEEconf
 PKGNAME=       tex-${DISTNAME}-1.4
@@ -15,5 +15,6 @@ DEPENDS+=     tex-psnfss-[0-9]*:../../fonts/
 DEPENDS+=      tex-titlesec-[0-9]*:../../print/tex-titlesec
 DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-IEEEconf-doc/Makefile
diff -u pkgsrc/print/tex-IEEEconf-doc/Makefile:1.1 pkgsrc/print/tex-IEEEconf-doc/Makefile:1.2
--- pkgsrc/print/tex-IEEEconf-doc/Makefile:1.1  Mon Nov 18 19:10:20 2013
+++ pkgsrc/print/tex-IEEEconf-doc/Makefile      Fri Dec  6 20:17:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/11/18 19:10:20 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/06 20:17:03 markd Exp $
 
 DISTNAME=      IEEEconf.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-1.4
@@ -8,5 +8,6 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Documentation for tex-IEEEconf
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-IEEEtran/Makefile
diff -u pkgsrc/print/tex-IEEEtran/Makefile:1.21 pkgsrc/print/tex-IEEEtran/Makefile:1.22
--- pkgsrc/print/tex-IEEEtran/Makefile:1.21     Thu Jun 16 04:06:09 2016
+++ pkgsrc/print/tex-IEEEtran/Makefile  Fri Dec  6 20:17:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/06/16 04:06:09 markd Exp $
+# $NetBSD: Makefile,v 1.22 2019/12/06 20:17:04 markd Exp $
 
 DISTNAME=      IEEEtran
 PKGNAME=       tex-${DISTNAME}-1.8b
@@ -12,5 +12,6 @@ LICENSE=      lppl-1.3c
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 DEPENDS+=      tex-psnfss>=9.2anb2:../../fonts/tex-psnfss
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-IEEEtran-doc/Makefile
diff -u pkgsrc/print/tex-IEEEtran-doc/Makefile:1.6 pkgsrc/print/tex-IEEEtran-doc/Makefile:1.7
--- pkgsrc/print/tex-IEEEtran-doc/Makefile:1.6  Thu Jun 16 04:06:09 2016
+++ pkgsrc/print/tex-IEEEtran-doc/Makefile      Fri Dec  6 20:17:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/06/16 04:06:09 markd Exp $
+# $NetBSD: Makefile,v 1.7 2019/12/06 20:17:04 markd Exp $
 
 DISTNAME=      IEEEtran.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-1.8b
@@ -10,5 +10,6 @@ LICENSE=      lppl-1.3c
 
 CONFLICTS+=    tex-IEEEtran<=1.7nb1
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-MemoirChapStyles-doc/Makefile
diff -u pkgsrc/print/tex-MemoirChapStyles-doc/Makefile:1.2 pkgsrc/print/tex-MemoirChapStyles-doc/Makefile:1.3
--- pkgsrc/print/tex-MemoirChapStyles-doc/Makefile:1.2  Mon Nov  4 19:58:01 2019
+++ pkgsrc/print/tex-MemoirChapStyles-doc/Makefile      Fri Dec  6 20:17:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/11/04 19:58:01 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/06 20:17:04 markd Exp $
 
 DISTNAME=      MemoirChapStyles.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-1.7e
@@ -9,5 +9,6 @@ HOMEPAGE=       http://ctan.org/pkg/memoirchap
 COMMENT=       Chapter styles in memoir class
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-SIstyle/Makefile
diff -u pkgsrc/print/tex-SIstyle/Makefile:1.2 pkgsrc/print/tex-SIstyle/Makefile:1.3
--- pkgsrc/print/tex-SIstyle/Makefile:1.2       Tue Jan 26 11:17:39 2016
+++ pkgsrc/print/tex-SIstyle/Makefile   Fri Dec  6 20:17:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/01/26 11:17:39 markd Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/06 20:17:04 markd Exp $
 # TeX Live Revision 15878
 
 DISTNAME=      SIstyle
@@ -8,5 +8,6 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Package to typeset SI units, numbers and angles
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-SIstyle-doc/Makefile
diff -u pkgsrc/print/tex-SIstyle-doc/Makefile:1.2 pkgsrc/print/tex-SIstyle-doc/Makefile:1.3
--- pkgsrc/print/tex-SIstyle-doc/Makefile:1.2   Tue Jan 26 11:17:39 2016
+++ pkgsrc/print/tex-SIstyle-doc/Makefile       Fri Dec  6 20:17:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/01/26 11:17:39 markd Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/06 20:17:04 markd Exp $
 # TeX Live Revision 15878
 
 DISTNAME=      SIstyle.doc
@@ -8,5 +8,6 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Documentation for tex-SIstyle
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-SIunits/Makefile
diff -u pkgsrc/print/tex-SIunits/Makefile:1.3 pkgsrc/print/tex-SIunits/Makefile:1.4
--- pkgsrc/print/tex-SIunits/Makefile:1.3       Wed Sep  6 16:49:29 2017
+++ pkgsrc/print/tex-SIunits/Makefile   Fri Dec  6 20:17:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/09/06 16:49:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2019/12/06 20:17:04 markd Exp $
 
 DISTNAME=      SIunits
 PKGNAME=       tex-${DISTNAME}-1.36
@@ -8,5 +8,6 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       International System of Units
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-SIunits-doc/Makefile
diff -u pkgsrc/print/tex-SIunits-doc/Makefile:1.2 pkgsrc/print/tex-SIunits-doc/Makefile:1.3
--- pkgsrc/print/tex-SIunits-doc/Makefile:1.2   Tue Jan 26 11:16:33 2016
+++ pkgsrc/print/tex-SIunits-doc/Makefile       Fri Dec  6 20:17:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/01/26 11:16:33 markd Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/06 20:17:04 markd Exp $
 
 DISTNAME=      SIunits.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-1.36
@@ -8,5 +8,6 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Documentation for tex-SIunits
 LICENSE=       lppl-1.3c
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-Type1fonts-doc/Makefile
diff -u pkgsrc/print/tex-Type1fonts-doc/Makefile:1.2 pkgsrc/print/tex-Type1fonts-doc/Makefile:1.3
--- pkgsrc/print/tex-Type1fonts-doc/Makefile:1.2        Mon Nov  4 19:58:02 2019
+++ pkgsrc/print/tex-Type1fonts-doc/Makefile    Fri Dec  6 20:17:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/11/04 19:58:02 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/06 20:17:04 markd Exp $
 
 DISTNAME=      Type1fonts.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-2.14
@@ -9,5 +9,6 @@ HOMEPAGE=       http://ctan.org/pkg/fontinstal
 COMMENT=       Font installation guide
 LICENSE=       gnu-fdl-v1.3
 
+TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index