pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/texlive-collection-latex



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Feb 16 01:05:52 UTC 2021

Modified Files:
        pkgsrc/meta-pkgs/texlive-collection-latex: Makefile

Log Message:
texlive-collection-latex: broaden a dependency pattern

Redo v. 1.14: might as well make it explicitly accept anything, for
clarity.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/meta-pkgs/texlive-collection-latex/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/texlive-collection-latex/Makefile
diff -u pkgsrc/meta-pkgs/texlive-collection-latex/Makefile:1.14 pkgsrc/meta-pkgs/texlive-collection-latex/Makefile:1.15
--- pkgsrc/meta-pkgs/texlive-collection-latex/Makefile:1.14     Tue Feb 16 00:50:14 2021
+++ pkgsrc/meta-pkgs/texlive-collection-latex/Makefile  Tue Feb 16 01:05:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/02/16 00:50:14 gutteridge Exp $
+# $NetBSD: Makefile,v 1.15 2021/02/16 01:05:52 gutteridge Exp $
 
 DISTNAME=      collection-latex
 PKGNAME=       texlive-${DISTNAME}-2020.57048
@@ -59,7 +59,7 @@ DEPENDS+=     tex-natbib>=8.31b:../../print/
 DEPENDS+=      tex-oberdiek>=2009nb2:../../print/tex-oberdiek
 DEPENDS+=      tex-pagesel-[0-9]*:../../print/tex-pagesel
 DEPENDS+=      tex-pdfescape-[0-9]*:../../print/tex-pdfescape
-DEPENDS+=      tex-pslatex>=1.3:../../print/tex-pslatex
+DEPENDS+=      tex-pslatex-[0-9]*:../../print/tex-pslatex
 DEPENDS+=      tex-psnfss>=9.2anb1:../../fonts/tex-psnfss
 DEPENDS+=      tex-pspicture>=2009:../../print/tex-pspicture
 DEPENDS+=      tex-refcount-[0-9]*:../../print/tex-refcount



Home | Main Index | Thread Index | Old Index