[51488] trunk/dports/textproc/enchant/Portfile
devans at macports.org
devans at macports.org
Tue May 26 09:20:06 PDT 2009
Revision: 51488
http://trac.macports.org/changeset/51488
Author: devans at macports.org
Date: 2009-05-26 09:20:06 -0700 (Tue, 26 May 2009)
Log Message:
-----------
enchant:
* update to version 1.5.0
* add dependencies on aspell and hunspell
* change glib2 dependency to preferred path form
* lint
* closes #19741 (maintainer timeout)
Modified Paths:
--------------
trunk/dports/textproc/enchant/Portfile
Modified: trunk/dports/textproc/enchant/Portfile
===================================================================
--- trunk/dports/textproc/enchant/Portfile 2009-05-26 09:54:06 UTC (rev 51487)
+++ trunk/dports/textproc/enchant/Portfile 2009-05-26 16:20:06 UTC (rev 51488)
@@ -1,12 +1,13 @@
# $Id$
PortSystem 1.0
+
name enchant
-version 1.4.2
+version 1.5.0
categories textproc devel
maintainers kix.in:anant
description Spellchecker wrapping library
-homepage http://www.abisource.com/enchant/
+homepage http://www.abisource.com/enchant/
platforms darwin
long_description On the surface, Enchant appears to be a generic spell checking library.\
@@ -17,23 +18,26 @@
master_sites http://www.abisource.com/downloads/${name}/${version}/
-checksums md5 fe4558269ff59f569ab9581c907d58cb \
- sha1 75cb0ab7b4e9d43c12bfe6daabf99fde6f06ad4b \
- rmd160 d3dab04a9c4182ae316ce5156dca43e48eda85e6
+checksums md5 7dfaed14e142b4a0004b770c9568ed02 \
+ sha1 44e10feb9942324f603d84211599f4f5303d8c0e \
+ rmd160 7eb98a0ca56b1a35e32ff58f794eff05f7147b85
-depends_lib port:glib2
+depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
+ port:aspell \
+ port:hunspell
+
depends_build bin:glibtoolize:libtool \
port:pkgconfig
configure.args --mandir=${prefix}/share/man
-pre-configure {
+pre-configure {
# cd ${worksrcpath}
# system "aclocal -Iac-helpers/"
# system "automake --add-missing"
# system "glibtoolize --force --copy"
# system "cp /usr/share/automake-1.6/config.guess ."
-# system "cp /usr/share/automake-1.6/config.sub ."
+# system "cp /usr/share/automake-1.6/config.sub ."
# system "autoconf"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090526/883947fd/attachment.html>
More information about the macports-changes
mailing list