diff options
author | jesper <jesper@FreeBSD.org> | 2005-05-02 16:37:56 +0800 |
---|---|---|
committer | jesper <jesper@FreeBSD.org> | 2005-05-02 16:37:56 +0800 |
commit | f3f5d13ef46680161d137598895b4d0744aaacd2 (patch) | |
tree | f9e0843a9eb295ebfb1e2112082029c467db7a5f /textproc/ispell | |
parent | ee859fe5eb7a18b9bc25ea91352fa773ea899870 (diff) | |
download | freebsd-ports-gnome-f3f5d13ef46680161d137598895b4d0744aaacd2.tar.gz freebsd-ports-gnome-f3f5d13ef46680161d137598895b4d0744aaacd2.tar.zst freebsd-ports-gnome-f3f5d13ef46680161d137598895b4d0744aaacd2.zip |
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
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 4 | ||||
-rw-r--r-- | textproc/ispell/distinfo | 2 | ||||
-rw-r--r-- | textproc/ispell/files/DA.patch | 16 |
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index df10c5d0dae7..11bc9134878e 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -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 diff --git a/textproc/ispell/distinfo b/textproc/ispell/distinfo index 0f68739e4c06..4a274b14bd75 100644 --- a/textproc/ispell/distinfo +++ b/textproc/ispell/distinfo @@ -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 diff --git a/textproc/ispell/files/DA.patch b/textproc/ispell/files/DA.patch index 59a80b691ed5..858651347e32 100644 --- a/textproc/ispell/files/DA.patch +++ b/textproc/ispell/files/DA.patch @@ -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 *~ |