pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sun Dec 10 16:51:42 UTC 2023

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

Log Message:
texlive-collection-latexextra: Fix pastos in previous.

No revbump because this wouldn't build before.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 \
    pkgsrc/meta-pkgs/texlive-collection-latexextra/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-latexextra/Makefile
diff -u pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.86 pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.87
--- pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.86        Sun Dec 10 02:17:03 2023
+++ pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile     Sun Dec 10 16:51:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2023/12/10 02:17:03 riastradh Exp $
+# $NetBSD: Makefile,v 1.87 2023/12/10 16:51:42 riastradh Exp $
 
 DISTNAME=      collection-latexextra
 PKGNAME=       texlive-${DISTNAME}-2023pre8
@@ -418,7 +418,7 @@ DEPENDS+=   tex-ecv-[0-9]*:../../print/tex
 # depend elements
 DEPENDS+=      tex-ellipsis-[0-9]*:../../print/tex-ellipsis
 # depend elmath
-DEPENDS+=      tex-elocalloc-[0-9]*:../../print/tex-elocalloc
+DEPENDS+=      tex-elocalloc-[0-9]*:../../devel/tex-elocalloc
 # depend elpres
 # depend elzcards
 # depend emarks
@@ -701,7 +701,7 @@ DEPENDS+=   tex-import-[0-9]*:../../print/
 DEPENDS+=      tex-incgraph-[0-9]*:../../graphics/tex-incgraph
 # depend indextools
 # depend inline-images
-DEPENDS+=      tex-inlinedef-[0-9]*:../../print/tex-inlinedef
+DEPENDS+=      tex-inlinedef-[0-9]*:../../devel/tex-inlinedef
 # depend inlinelabel
 DEPENDS+=      tex-inputenx-[0-9]*:../../print/tex-inputenx
 # depend inputtrc



Home | Main Index | Thread Index | Old Index