Update the Danish ispell database from 1.43 to 1.49, 1.43 was no longer
available, and port installation failed if one requested Danish support. Approved by: jmz
This commit is contained in:
parent
b679561845
commit
839f886355
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134490
3 changed files with 11 additions and 11 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= ispell
|
||||
PORTVERSION?= 3.2.06
|
||||
PORTREVISION?= 12
|
||||
PORTREVISION?= 13
|
||||
CATEGORIES+= textproc
|
||||
MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/
|
||||
DISTNAME= ispell-3.2.06 # needed for slave ports / options
|
||||
|
@ -117,7 +117,7 @@ EXTRA_DICT+= ${NLDISTFILE}
|
|||
EXTRACT_ONLY+= ${NLDISTFILE}
|
||||
.endif
|
||||
.if defined(ISPELL_DA)
|
||||
DADISTFILE= ispell-da-1.4.43.tar.gz
|
||||
DADISTFILE= ispell-da-1.4.49.tar.gz
|
||||
MASTER_SITES+= http://da.speling.org/filer/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= asmodai
|
||||
|
|
|
@ -6,7 +6,7 @@ MD5 (hk-deutsch.tar.gz) = 0fb468159f7f0ba5b8a02c1fe111ac2d
|
|||
MD5 (br.ispell-2.4.tar.gz) = 241d9e2fefb92ea74f13c1e07d0b4e7b
|
||||
MD5 (ispell-norsk-2.0.tar.gz) = 7dd200f749459a42f7ded937ee72bb05
|
||||
MD5 (ispell-nl-1.0.0.tar.gz) = d9f8c68f28053e71792053e34201a28b
|
||||
MD5 (ispell-da-1.4.43.tar.gz) = d20e9eab39f04cb909e5781abab90588
|
||||
MD5 (ispell-da-1.4.49.tar.gz) = 0331212eed1ed77e43568ca5539cf76d
|
||||
MD5 (ispell-sa-1.0.0.tar.gz) = b70889894d1427e5b78c0a6ecc4f8235
|
||||
MD5 (igerman98-20001109.tar.bz2) = ec06d69a4b045b738788fd3359de37ee
|
||||
MD5 (finnish.dict.bz2) = 977a5eebe21881dca6be6cf38a244457
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
--- ispell-da-1.4.43/Makefile.orig Mon Sep 20 09:30:48 2004
|
||||
+++ ispell-da-1.4.43/Makefile Wed Oct 20 22:08:19 2004
|
||||
--- ispell-da-1.4.49/Makefile.orig Thu Apr 21 11:29:52 2005
|
||||
+++ ispell-da-1.4.49/Makefile Sun May 1 21:35:42 2005
|
||||
@@ -9,13 +9,13 @@
|
||||
lang = da
|
||||
version = 1.4.43
|
||||
lang=da
|
||||
version=1.4.49
|
||||
|
||||
-installdir=`ispell -vv | grep LIBDIR | cut -d'"' -f2`
|
||||
+installdir=`${ISPELL} -vv | grep LIBDIR | cut -d'"' -f2`
|
||||
|
@ -20,9 +20,9 @@
|
|||
@@ -26,7 +26,7 @@
|
||||
ln -fs $(installdir)/$(sprog).aff $(installdir)/$(sprog_en_lower_case).aff
|
||||
|
||||
$(sprog).hash: maskbits $(sprog).aff words-$(sprogkode).ispell
|
||||
- buildhash words-$(sprogkode).ispell $(sprog).aff $(sprog).hash
|
||||
+ ${BUILDHASH} words-$(sprogkode).ispell $(sprog).aff $(sprog).hash
|
||||
$(sprog).hash: maskbits $(sprog).aff words-$(language_code).ispell
|
||||
- buildhash words-$(language_code).ispell $(sprog).aff $(sprog).hash
|
||||
+ ${BUILDHASH} words-$(language_code).ispell $(sprog).aff $(sprog).hash
|
||||
|
||||
clean:
|
||||
rm -f words-$(sprogkode).ispell.stat $(sprog).hash words-$(sprogkode).ispell.cnt *~
|
||||
rm -f words-$(language_code).ispell.stat $(sprog).hash words-$(language_code).ispell.cnt *~
|
||||
|
|
Loading…
Reference in a new issue