Revision: 76627 http://trac.macports.org/changeset/76627 Author: l2g@macports.org Date: 2011-03-02 19:26:36 -0800 (Wed, 02 Mar 2011) Log Message: ----------- aspell-dict-en: new version 7.1; new maintainer + open maintainer; args for configure step redone Modified Paths: -------------- trunk/dports/textproc/aspell-dict-en/Portfile Modified: trunk/dports/textproc/aspell-dict-en/Portfile =================================================================== --- trunk/dports/textproc/aspell-dict-en/Portfile 2011-03-03 03:18:09 UTC (rev 76626) +++ trunk/dports/textproc/aspell-dict-en/Portfile 2011-03-03 03:26:36 UTC (rev 76627) @@ -4,9 +4,9 @@ PortSystem 1.0 name aspell-dict-en -version 6.0 +version 7.1 categories textproc -maintainers nomaintainer +maintainers l2g openmaintainer description English dictionary for aspell homepage http://aspell.net/ platforms darwin @@ -17,17 +17,17 @@ master_sites gnu:aspell/dict/en distname aspell6-en-${version}-0 -checksums md5 16449e0a266e1ecc526b2f3cd39d4bc2 +checksums sha1 d45ccda0c03e2a679c2936487ec851a1896b8150 \ + rmd160 ab44931ca3530073971f1aa1a966f6a81d934241 use_bzip2 yes depends_build bin:aspell:aspell -configure { - system "cd ${worksrcpath} && ./configure \ - --vars ASPELL=${prefix}/bin/aspell \ - WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" -} +configure.pre_args {} +configure.args --vars DESTDIR=${prefix} \ + ASPELL=${prefix}/bin/aspell \ + WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress livecheck.type regex livecheck.url http://ftp.gnu.org/gnu/aspell/dict/0index.html