pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/netbsd-doc-print



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jun 21 10:33:07 UTC 2020

Modified Files:
        pkgsrc/meta-pkgs/netbsd-doc-print: Makefile

Log Message:
meta-pkgs/netbsd-doc-print: update to 1.5

Changes since 1.4:

Added a dependency on epstopdf, in order to allow the PDF files of the
NetBSD Guide and the pkgsrc guide to be generated directly instead of
generating them from the PostScript version.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/meta-pkgs/netbsd-doc-print/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/netbsd-doc-print/Makefile
diff -u pkgsrc/meta-pkgs/netbsd-doc-print/Makefile:1.26 pkgsrc/meta-pkgs/netbsd-doc-print/Makefile:1.27
--- pkgsrc/meta-pkgs/netbsd-doc-print/Makefile:1.26     Sun May 17 12:32:33 2015
+++ pkgsrc/meta-pkgs/netbsd-doc-print/Makefile  Sun Jun 21 10:33:06 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2015/05/17 12:32:33 tron Exp $
+# $NetBSD: Makefile,v 1.27 2020/06/21 10:33:06 rillig Exp $
 
-DISTNAME=      netbsd-doc-print-1.4
+DISTNAME=      netbsd-doc-print-1.5
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -25,6 +25,7 @@ DEPENDS+=     tex-lh-[0-9]*:../../fonts/tex-
 DEPENDS+=      tex-metafont-[0-9]*:../../fonts/tex-metafont
 DEPENDS+=      tex-picinpar-[0-9]*:../../print/tex-picinpar
 DEPENDS+=      tex-pslatex-[0-9]*:../../print/tex-pslatex
+DEPENDS+=      tex-epstopdf>=0:../../graphics/tex-epstopdf
 DEPENDS+=      tex-ly1-[0-9]*:../../fonts/tex-ly1
 USE_TOOLS+=    gs:run
 



Home | Main Index | Thread Index | Old Index