changeset 21794:cc18acb777cb

lib: Download unicode.org files from dovecot.org
author Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
date Wed, 22 Mar 2017 23:19:51 +0200
parents e3b32123b0c2
children c17be6188c79
files src/lib-fts/Makefile.am src/lib/Makefile.am
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-fts/Makefile.am	Fri Mar 17 23:39:33 2017 +0100
+++ b/src/lib-fts/Makefile.am	Wed Mar 22 23:19:51 2017 +0200
@@ -42,12 +42,12 @@
 	stopwords/stopwords_malformed.txt
 
 WordBreakProperty.txt:
-	test -f WordBreakProperty.txt || wget http://www.unicode.org/Public/UNIDATA/auxiliary/WordBreakProperty.txt
+	test -f WordBreakProperty.txt || wget https://dovecot.org/res/WordBreakProperty.txt
 $(srcdir)/word-boundary-data.c: word-properties.pl WordBreakProperty.txt
 	perl word-properties.pl boundaries WordBreakProperty.txt > $@
 
 PropList.txt:
-	test -f PropList.txt || wget http://www.unicode.org/Public/UNIDATA/PropList.txt
+	test -f PropList.txt || wget https://dovecot.org/res/PropList.txt
 $(srcdir)/word-break-data.c: word-properties.pl PropList.txt
 	perl word-properties.pl breaks PropList.txt > $@
 
--- a/src/lib/Makefile.am	Fri Mar 17 23:39:33 2017 +0100
+++ b/src/lib/Makefile.am	Wed Mar 22 23:19:51 2017 +0200
@@ -5,7 +5,7 @@
 EXTRA_DIST = unicodemap.c unicodemap.pl UnicodeData.txt
 
 UnicodeData.txt:
-	test -f UnicodeData.txt || wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
+	test -f UnicodeData.txt || wget https://dovecot.org/res/UnicodeData.txt
 
 $(srcdir)/unicodemap.c: unicodemap.pl UnicodeData.txt
 	perl $(srcdir)/unicodemap.pl < UnicodeData.txt > $@