HOMEPAGE/SITES changed

links to german and swedish dictionaries no longer work

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/ispell/Makefile,v
diff -u -p -r1.74 Makefile
--- Makefile    25 Sep 2023 17:07:37 -0000      1.74
+++ Makefile    24 Dec 2024 01:06:51 -0000
@@ -8,16 +8,15 @@ COMMENT-slovak=               ispell dictionary for S
 COMMENT-spanish=       ispell dictionary for Spanish
 COMMENT-swedish=       ispell dictionary for Swedish
 
-VERSION=       3.4.00
+VERSION=       3.4.06
 DISTNAME=      ispell-${VERSION}
 REVISION=      3
 
 CATEGORIES=    textproc
 
-HOMEPAGE=      http://fmg-www.cs.ucla.edu/geoff/ispell.html
+HOMEPAGE=      https://www.cs.hmc.edu/~geoff/ispell.html
 
-SITES=         http://fmg-www.cs.ucla.edu/geoff/tars/ \
-               ftp://ftp.netsw.org/dict/tools/
+SITES=         https://www.cs.hmc.edu/~geoff/tars/
 SITES.a=       http://distcache.freebsd.org/ports-distfiles/
 SITES.b=       https://spacehopper.org/mirrors/
 SITES.c=       ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/ispell/distinfo,v
diff -u -p -r1.15 distinfo
--- distinfo    3 Jun 2017 12:46:37 -0000       1.15
+++ distinfo    24 Dec 2024 01:19:58 -0000
@@ -1,7 +1,7 @@
 SHA256 (ispell/espa~nol-1.7.tar.gz) = 
biGAAkf2Uk0ZzgnduqD338Bkiv8HN/sWTbuEPWQqDF4=
 SHA256 (ispell/francais-IREQ-1.4.tar.gz) = 
Fs9AvXJJc7KbIPL/7EiYelsOJDRXdBVDHfjBK3QyrOw=
 SHA256 (ispell/hk2-deutsch.tar.gz) = 
bMjWntAr96PuWPooXjaS0iZxrurCJAoxgSU3tuC65lU=
-SHA256 (ispell/ispell-3.4.00.tar.gz) = 
XcQuRYY18hgDLTrpKVKOVYex5yR1ZPDp+dd9XMq3rsI=
+SHA256 (ispell/ispell-3.4.06.tar.gz) = 
F8kWM9TIB1rMUDFjoWRj/FSrHHRTKArTnNPbdceD66Y=
 SHA256 (ispell/ispell-nl-1.0.0.tar.gz) = 
aq+Ky0VtX8Ip5mgmUs7y2RQIndOPZN7Qpu/YFhyEE+g=
 SHA256 (ispell/ispell-sk-0.3.2.tar.gz) = 
W4o+V+Kng8LgmYSCPnjvdY/ylUt8FlzqO6RoDk3KZXs=
 SHA256 (ispell/ispell.pt-20091013.tar.gz) = 
NSSP9LpUhMpWuH/9f3wHq23MQTb85dT0xkBhOnR4w7Y=
@@ -10,7 +10,7 @@ SHA256 (ispell/rus-ispell-0.99e7.tar.gz)
 SIZE (ispell/espa~nol-1.7.tar.gz) = 424599
 SIZE (ispell/francais-IREQ-1.4.tar.gz) = 326207
 SIZE (ispell/hk2-deutsch.tar.gz) = 375750
-SIZE (ispell/ispell-3.4.00.tar.gz) = 638770
+SIZE (ispell/ispell-3.4.06.tar.gz) = 672723
 SIZE (ispell/ispell-nl-1.0.0.tar.gz) = 480570
 SIZE (ispell/ispell-sk-0.3.2.tar.gz) = 618244
 SIZE (ispell/ispell.pt-20091013.tar.gz) = 180587
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/textproc/ispell/patches/patch-Makefile,v
diff -u -p -r1.5 patch-Makefile
--- patches/patch-Makefile      11 Mar 2022 20:02:37 -0000      1.5
+++ patches/patch-Makefile      24 Dec 2024 01:22:46 -0000
@@ -1,7 +1,7 @@
 Index: Makefile
 --- Makefile.orig
 +++ Makefile
-@@ -666,7 +666,7 @@ local.h:
+@@ -674,7 +674,7 @@ local.h:
        set +e; \
          [ -r local.h ]  ||  (cp local.h.generic local.h; chmod u+w local.h)
  
@@ -10,7 +10,7 @@ Index: Makefile
        @. ./config.sh; \
          set $(SHELLDEBUG); \
          set +e; \
-@@ -681,8 +681,6 @@ msgs.h:    config.sh FRC
+@@ -689,8 +689,6 @@ msgs.h:    config.sh FRC
            set -x; \
            rm -f msgs.h; $$LINK -s $$msgs msgs.h  ||  cp $$msgs msgs.h; \
          fi
Index: patches/patch-correct_c
===================================================================
RCS file: /cvs/ports/textproc/ispell/patches/patch-correct_c,v
diff -u -p -r1.3 patch-correct_c
--- patches/patch-correct_c     11 Mar 2022 20:02:37 -0000      1.3
+++ patches/patch-correct_c     24 Dec 2024 01:22:48 -0000
@@ -1,7 +1,7 @@
 Index: correct.c
 --- correct.c.orig
 +++ correct.c
-@@ -203,6 +203,9 @@ static char Rcs_Id[] =
+@@ -218,6 +218,9 @@ static char Rcs_Id[] =
   *
   */
  
@@ -9,5 +9,5 @@ Index: correct.c
 +#include <sys/stat.h>
 +#include <fcntl.h>
  #include <ctype.h>
+ #include <fcntl.h>
  #include "config.h"
- #include "ispell.h"
Index: patches/patch-deformatters_Makefile
===================================================================
RCS file: /cvs/ports/textproc/ispell/patches/patch-deformatters_Makefile,v
diff -u -p -r1.2 patch-deformatters_Makefile
--- patches/patch-deformatters_Makefile 11 Mar 2022 20:02:37 -0000      1.2
+++ patches/patch-deformatters_Makefile 24 Dec 2024 01:22:50 -0000
@@ -1,7 +1,7 @@
 Index: deformatters/Makefile
 --- deformatters/Makefile.orig
 +++ deformatters/Makefile
-@@ -77,12 +77,12 @@ all:       $(PROGRAMS)
+@@ -80,12 +80,12 @@ all:       $(PROGRAMS)
  defmt-c: defmt-c.o
        @. ../config.sh; \
          set -x; \
Index: patches/patch-languages_english_english_2
===================================================================
RCS file: /cvs/ports/textproc/ispell/patches/patch-languages_english_english_2,v
diff -u -p -r1.3 patch-languages_english_english_2
--- patches/patch-languages_english_english_2   11 Mar 2022 20:02:37 -0000      
1.3
+++ patches/patch-languages_english_english_2   24 Dec 2024 01:22:52 -0000
@@ -1,12 +1,12 @@
 Index: languages/english/english.2
 --- languages/english/english.2.orig
 +++ languages/english/english.2
-@@ -1865,7 +1865,7 @@ auxinically
+@@ -2078,7 +2078,7 @@ auxinically
  auxotroph
  auxotrophic
  auxotrophy
 -avaliable
 +available
+ avascular
  avast
  avatar
- avaunt
Index: patches/patch-languages_english_english_3
===================================================================
RCS file: /cvs/ports/textproc/ispell/patches/patch-languages_english_english_3,v
diff -u -p -r1.3 patch-languages_english_english_3
--- patches/patch-languages_english_english_3   11 Mar 2022 20:02:37 -0000      
1.3
+++ patches/patch-languages_english_english_3   24 Dec 2024 01:22:55 -0000
@@ -1,7 +1,7 @@
 Index: languages/english/english.3
 --- languages/english/english.3.orig
 +++ languages/english/english.3
-@@ -5167,6 +5167,7 @@ dirk
+@@ -5044,6 +5044,7 @@ dirk
  dirndl
  disaccredit
  disafforest
@@ -9,7 +9,7 @@ Index: languages/english/english.3
  disbranch
  disbud
  discalced
-@@ -5201,7 +5202,6 @@ dispersity
+@@ -5077,7 +5078,6 @@ dispersity
  dispersoid
  displayable
  disproven
Index: patches/patch-lookup_c
===================================================================
RCS file: /cvs/ports/textproc/ispell/patches/patch-lookup_c,v
diff -u -p -r1.2 patch-lookup_c
--- patches/patch-lookup_c      11 Mar 2022 20:02:37 -0000      1.2
+++ patches/patch-lookup_c      24 Dec 2024 01:22:58 -0000
@@ -1,7 +1,7 @@
 Index: lookup.c
 --- lookup.c.orig
 +++ lookup.c
-@@ -85,6 +85,7 @@ static char Rcs_Id[] =
+@@ -98,6 +98,7 @@ static char Rcs_Id[] =
   *
   */
  
Index: patches/patch-term_c
===================================================================
RCS file: /cvs/ports/textproc/ispell/patches/patch-term_c,v
diff -u -p -r1.3 patch-term_c
--- patches/patch-term_c        11 Mar 2022 20:02:37 -0000      1.3
+++ patches/patch-term_c        24 Dec 2024 01:23:03 -0000
@@ -1,7 +1,7 @@
 Index: term.c
 --- term.c.orig
 +++ term.c
-@@ -85,6 +85,8 @@ static char Rcs_Id[] =
+@@ -94,6 +94,8 @@ static char Rcs_Id[] =
   *
   */
  

Reply via email to