diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-06 16:27:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-06 16:27:19 +0000 |
commit | 028f61d15925ae28795483feb79e84cb0c59d765 (patch) | |
tree | d848529d53838a05f79acbcb4113bb921d057bdf | |
parent | 42b0384fa4e0cc5dcee05ac25eedac507c0bda55 (diff) | |
download | pkgsrc-028f61d15925ae28795483feb79e84cb0c59d765.tar.gz |
Remove references to tex-misc. Bump PKGREVISION for tex-plain.
-rw-r--r-- | fonts/tex-amsfonts/Makefile | 4 | ||||
-rw-r--r-- | print/tex-fwlw/Makefile | 4 | ||||
-rw-r--r-- | print/tex-plain/Makefile | 5 |
3 files changed, 4 insertions, 9 deletions
diff --git a/fonts/tex-amsfonts/Makefile b/fonts/tex-amsfonts/Makefile index ca289f716dd..3e8e3c3a301 100644 --- a/fonts/tex-amsfonts/Makefile +++ b/fonts/tex-amsfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/05/05 16:18:35 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/09/06 16:27:19 wiz Exp $ DISTNAME= amsfonts PKGNAME= tex-${DISTNAME}-3.04 @@ -9,10 +9,8 @@ HOMEPAGE= http://ctan.org/pkg/amsfonts COMMENT= TeX fonts from the American Mathematical Society LICENSE= ofl-v1.1 -CONFLICTS+= teTeX-texmf<=3.0nb13 CONFLICTS+= tex-cm<2009 CONFLICTS+= tex-latex-fonts<2009 -CONFLICTS+= tex-misc<2009 TEX_MAP_FILES+= euler.map TEX_MIXEDMAP_FILES+= cm.map diff --git a/print/tex-fwlw/Makefile b/print/tex-fwlw/Makefile index 9a7901f9357..f18dda435c2 100644 --- a/print/tex-fwlw/Makefile +++ b/print/tex-fwlw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/03/22 16:58:15 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/06 16:27:19 wiz Exp $ DISTNAME= fwlw PKGNAME= tex-${DISTNAME}-2010 @@ -7,7 +7,5 @@ TEXLIVE_REV= 21548 MAINTAINER= minskim@NetBSD.org COMMENT= Get first and last words of a page -CONFLICTS+= tex-misc<2009 - .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-plain/Makefile b/print/tex-plain/Makefile index 0c5444967a6..ba1788e8deb 100644 --- a/print/tex-plain/Makefile +++ b/print/tex-plain/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2017/06/21 11:45:57 markd Exp $ +# $NetBSD: Makefile,v 1.15 2017/09/06 16:27:19 wiz Exp $ DISTNAME= plain PKGNAME= tex-${DISTNAME}-3.141592653.43076 +PKGREVISION= 1 TEXLIVE_REV= 43076 MAINTAINER= minskim@NetBSD.org @@ -9,11 +10,9 @@ HOMEPAGE= http://ctan.org/pkg/plain COMMENT= The Plain TeX format #LICENSE= knuth -CONFLICTS+= teTeX-texmf<=3.0nb11 DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base -DEPENDS+= tex-misc-[0-9]*:../../print/tex-misc .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |