[73632] trunk/dports/textproc/hunspell

devans at macports.org devans at macports.org
Sat Nov 20 00:12:23 PST 2010


Revision: 73632
          http://trac.macports.org/changeset/73632
Author:   devans at macports.org
Date:     2010-11-20 00:12:18 -0800 (Sat, 20 Nov 2010)
Log Message:
-----------
hunspell: update to version 1.2.12, fix livecheck.

Modified Paths:
--------------
    trunk/dports/textproc/hunspell/Portfile
    trunk/dports/textproc/hunspell/files/patch-hunspell.cxx.diff

Modified: trunk/dports/textproc/hunspell/Portfile
===================================================================
--- trunk/dports/textproc/hunspell/Portfile	2010-11-20 07:50:47 UTC (rev 73631)
+++ trunk/dports/textproc/hunspell/Portfile	2010-11-20 08:12:18 UTC (rev 73632)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name                        hunspell
-version                     1.2.8
-revision                    1
+version                     1.2.12
 license                     GPL-2.0+ LGPL-2.1+ MPL-1.1+
 categories                  textproc
 maintainers                 nomaintainer
@@ -20,9 +19,9 @@
 
 master_sites                sourceforge
 
-checksums                   md5 1177af54a09e320d2c24015f29c3a93e \
-                            sha1  eaa76f82fcf08678e49f7a30afdaa268bcc75235 \
-                            rmd160 e4fd39e5fadf96da1311f2aa7163ec17eacf0f83
+checksums                   md5     5ef2dc1026660d0ffb7eae7b511aee23 \
+                            sha1    0a2ab4b1e15c3dad3f05f474d1ae15ee361c35f8 \
+                            rmd160  43bdf7c06d06e8f983b7cce88e71df833c22cd13
 
 patchfiles                  patch-hunspell.cxx.diff
 
@@ -60,3 +59,6 @@
 notes \
 "You must install (at least) one of the language dictionaries after
 installing this port in order for it to work."
+
+livecheck.url   http://sourceforge.net/projects/${name}/files/
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/textproc/hunspell/files/patch-hunspell.cxx.diff
===================================================================
--- trunk/dports/textproc/hunspell/files/patch-hunspell.cxx.diff	2010-11-20 07:50:47 UTC (rev 73631)
+++ trunk/dports/textproc/hunspell/files/patch-hunspell.cxx.diff	2010-11-20 08:12:18 UTC (rev 73632)
@@ -1,6 +1,6 @@
---- src/tools/hunspell.cxx.orig	2008-05-15 16:14:48.000000000 +0200
-+++ src/tools/hunspell.cxx	2008-05-15 16:15:40.000000000 +0200
-@@ -62,10 +62,6 @@
+--- src/tools/hunspell.cxx.orig	2010-07-05 02:06:21.000000000 -0700
++++ src/tools/hunspell.cxx	2010-11-20 00:07:08.000000000 -0800
+@@ -60,10 +60,6 @@
  #include "manparser.hxx"
  #include "firstparser.hxx"
  
@@ -9,5 +9,5 @@
 -    "/usr/share/myspell:" \
 -    "/usr/share/myspell/dicts"
  #define USEROOODIR \
+     ".openoffice.org/3/user/wordbook:" \
      ".openoffice.org2/user/wordbook:" \
-     ".openoffice.org2.0/user/wordbook"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101120/0ec88704/attachment.html>


More information about the macports-changes mailing list