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/textproc/tex-latexdiff/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/textproc/tex-latexdiff/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.8 diff -u -p -r1.6 -r1.8 --- pkgsrc/textproc/tex-latexdiff/Makefile 2019/01/26 10:54:00 1.6 +++ pkgsrc/textproc/tex-latexdiff/Makefile 2019/12/06 19:04:12 1.8 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2019/01/26 10:54:00 markd Exp $ +# $NetBSD: Makefile,v 1.8 2019/12/06 19:04:12 markd Exp $ DISTNAME= latexdiff PKGNAME= tex-${DISTNAME}-1.3.0 +PKGREVISION= 1 TEXLIVE_REV= 48926 MAINTAINER= pkgsrc-users@NetBSD.org @@ -19,5 +20,6 @@ post-install: ${LN} ${DESTDIR}${PREFIX}/share/texmf-dist/scripts/latexdiff/latexdiff.pl ${DESTDIR}${PREFIX}/bin/latexdiff ${LN} ${DESTDIR}${PREFIX}/share/texmf-dist/scripts/latexdiff/latexrevise.pl ${DESTDIR}${PREFIX}/bin/latexrevise +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk"