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 00:50:14 UTC 2021

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

Log Message:
texlive-collection-latex: adjust dependency to fix builds

print/tex-pslatex went from version 2009 to version 1.3, so adjust
accordingly. (This new pattern will accept the old versioning, but
the change log suggests that's viable.)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/meta-pkgs/texlive-collection-latex/Makefile:1.14
--- pkgsrc/meta-pkgs/texlive-collection-latex/Makefile:1.13     Sat Feb 13 05:59:23 2021
+++ pkgsrc/meta-pkgs/texlive-collection-latex/Makefile  Tue Feb 16 00:50:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/02/13 05:59:23 markd Exp $
+# $NetBSD: Makefile,v 1.14 2021/02/16 00:50:14 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>=2009:../../print/tex-pslatex
+DEPENDS+=      tex-pslatex>=1.3:../../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