Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/print/tex-dvips/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/print/tex-dvips/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.22 diff -u -p -r1.7 -r1.22 --- pkgsrc/print/tex-dvips/Makefile 2010/11/08 00:47:23 1.7 +++ pkgsrc/print/tex-dvips/Makefile 2017/09/06 16:49:33 1.22 @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.7 2010/11/08 00:47:23 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2017/09/06 16:49:33 wiz Exp $ DISTNAME= dvips -PKGNAME= tex-${DISTNAME}-2010 -PKGREVISION= 2 -TEXLIVE_REV= 20191 +PKGNAME= tex-${DISTNAME}-2017 +TEXLIVE_REV= 44167 MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/dvips COMMENT= Files for a DVI to PostScript driver +LICENSE= gnu-gpl-v2 -CONFLICTS+= teTeX-texmf<=3.0nb15 CONFLICTS+= tex-bin-dvipsk<=2008.12898 -TEX_TEXMF_DIRS= ${PREFIX}/share/texmf ${PREFIX}/share/texmf-dist -TEXLIVE_IGNORE_PATTERNS= texmf/dvips/base +TEXLIVE_IGNORE_PATTERNS= texmf-dist/dvips/base .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk"