most recent changes, diff for ecl

Index: lang/ecl/Portfile
--- lang/ecl/Portfile (revision 19462)
+++ lang/ecl/Portfile (revision 19463)
@@ -1,10 +1,10 @@
-# $Id: Portfile,v 1.2 2005/09/18 00:15:28 jkh Exp $
+# $Id$

PortSystem 1.0
name ecl
-version 0.9f
+version 0.9i
categories lang
-maintainers waqar@opendarwin.org
+maintainers waqar@macports.org
description Embeddable Common Lisp
long_description \
ECL (Embeddable Common Lisp) is an interpreter of the \
@@ -17,10 +17,13 @@
homepage http://ecls.sourceforge.net/
master_sites sourceforge:${name}s
extract.suffix .tgz
-checksums md5 9af8db34dfc675f3af6144fa58eb7bf6
+checksums md5 ea47c0a9f47c510ff4654b44b004537a \
+ sha1 52770a719ad176541ff0ef49c6921cd47ff6194c

-configure.args --with-cxx --with-ffi --with-tcp
+depends_lib port:gmp

+configure.args --with-ffi
+
pre-destroot {
reinplace s|${prefix}|${destroot}${prefix}|g \
${worksrcpath}/Makefile

Property changes on: lang/ecl/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id