diff options
author | minskim <minskim@pkgsrc.org> | 2010-10-28 00:03:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-10-28 00:03:29 +0000 |
commit | 3d4a94e77d7a434568d04e5f403a78b76110cf12 (patch) | |
tree | 50e9509f8a36351fbb84eb1b98781ec0faf7c173 | |
parent | b6a9d6c802b1b3345d8f7f590f65f0aa684a6a6a (diff) | |
download | pkgsrc-3d4a94e77d7a434568d04e5f403a78b76110cf12.tar.gz |
Add a missing '}' to the luatex configuration file.
-rw-r--r-- | print/tex-hyphen-base/Makefile | 3 | ||||
-rw-r--r-- | print/tex-hyphen-base/distinfo | 4 | ||||
-rw-r--r-- | print/tex-hyphen-base/patches/patch-ac | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/print/tex-hyphen-base/Makefile b/print/tex-hyphen-base/Makefile index 6dc5f8db71d..9bacb2bc6ad 100644 --- a/print/tex-hyphen-base/Makefile +++ b/print/tex-hyphen-base/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2010/10/27 20:15:24 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2010/10/28 00:03:29 minskim Exp $ DISTNAME= hyphen-base PKGNAME= tex-${DISTNAME}-2010 +PKGREVISION= 1 TEXLIVE_REV= 20147 MAINTAINER= minskim@NetBSD.org diff --git a/print/tex-hyphen-base/distinfo b/print/tex-hyphen-base/distinfo index da3fd1b62d1..7df92711415 100644 --- a/print/tex-hyphen-base/distinfo +++ b/print/tex-hyphen-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2010/10/27 20:15:24 minskim Exp $ +$NetBSD: distinfo,v 1.9 2010/10/28 00:03:29 minskim Exp $ SHA1 (tex-hyphen-base-20147/hyphen-base.tar.xz) = 636888d9a28e545320296e14c45614f5770f1474 RMD160 (tex-hyphen-base-20147/hyphen-base.tar.xz) = 1d30d1b0e67b3ffcd2c0be6c7e4cfb9d956650e0 Size (tex-hyphen-base-20147/hyphen-base.tar.xz) = 21832 bytes SHA1 (patch-aa) = 09dc29bc67460b0edfa0dea9845d9aa942314a76 SHA1 (patch-ab) = e1e7a0394b0ab45cb22994846e2d124076c01807 -SHA1 (patch-ac) = 2ff62696f7cb4072dde14ec46c2df9dc1e17f774 +SHA1 (patch-ac) = 3a0b37884696dbbb6330c8343cf959e8101fbc49 diff --git a/print/tex-hyphen-base/patches/patch-ac b/print/tex-hyphen-base/patches/patch-ac index 2df615df30d..3944057f632 100644 --- a/print/tex-hyphen-base/patches/patch-ac +++ b/print/tex-hyphen-base/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.3 2010/10/27 20:15:24 minskim Exp $ +$NetBSD: patch-ac,v 1.4 2010/10/28 00:03:30 minskim Exp $ --- texmf/tex/generic/config/language.dat.lua.orig 2010-10-20 02:05:07.000000000 +0000 +++ texmf/tex/generic/config/language.dat.lua -@@ -33,612 +33,3 @@ return { +@@ -33,612 +33,4 @@ return { -- dumylang and zerohyph are dumped in the format, -- since they contain either very few or no patterns at all -- END of language.us.lua (missing '}' appended after all entries) @@ -614,4 +614,4 @@ $NetBSD: patch-ac,v 1.3 2010/10/27 20:15:24 minskim Exp $ - patterns = 'hyph-cy.pat.txt', - hyphenation = '', - }, --} + } |