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-hyphen-slovenian/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/print/tex-hyphen-slovenian/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.8 diff -u -p -r1.3 -r1.8 --- pkgsrc/print/tex-hyphen-slovenian/Makefile 2010/11/08 16:45:31 1.3 +++ pkgsrc/print/tex-hyphen-slovenian/Makefile 2019/01/26 20:41:59 1.8 @@ -1,26 +1,27 @@ -# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:31 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2019/01/26 20:41:59 markd Exp $ DISTNAME= hyphen-slovenian -PKGNAME= tex-${DISTNAME}-2010 -TEXLIVE_REV= 20144 +PKGNAME= tex-${DISTNAME}-2018 +TEXLIVE_REV= 49078 MAINTAINER= minskim@NetBSD.org COMMENT= Hyphenation patterns for Slovenian +LICENSE= lppl-1.3c -CONFLICTS+= teTeX-texmf<=3.0nb12 +DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8 TEX_HYPHEN_DAT+= slovenian loadhyph-sl.tex TEX_HYPHEN_DAT+= = slovene -TEX_HYPHEN_DEF+= \addlanguage{slovenian}{loadhyph-sl.tex}{}{2}{2} -TEX_HYPHEN_DEF+= \addlanguage{slovene}{loadhyph-sl.tex}{}{2}{2} +TEX_HYPHEN_DEF+= \\addlanguage{slovenian}{loadhyph-sl.tex}{}{2}{2} +TEX_HYPHEN_DEF+= \\addlanguage{slovene}{loadhyph-sl.tex}{}{2}{2} TEX_HYPHEN_LUA+= ['slovenian']={ \ - \\tloader='loadhyph-sl.tex', \ - \\tlefthyphenmin=2, \ - \\trighthyphenmin=2, \ - \\tsynonyms={'slovene',}, \ - \\tpatterns='hyph-sl.pat.txt', \ - \\thyphenation='', \ + loader='loadhyph-sl.tex', \ + lefthyphenmin=2, \ + righthyphenmin=2, \ + synonyms={'slovene',}, \ + patterns='hyph-sl.pat.txt', \ + hyphenation='', \ }, .include "../../print/texlive/package.mk"