Revision
90255
Author
snc@macports.org
Date
2012-02-27 11:26:37 -0800 (Mon, 27 Feb 2012)

Log Message

gambit-c: update to 4.6.4 (yes, it runs autoconf)

Modified Paths

Diff

Modified: trunk/dports/lang/gambit-c/Portfile (90254 => 90255)


--- trunk/dports/lang/gambit-c/Portfile	2012-02-27 19:08:38 UTC (rev 90254)
+++ trunk/dports/lang/gambit-c/Portfile	2012-02-27 19:26:37 UTC (rev 90255)
@@ -4,10 +4,9 @@
 PortSystem 1.0
 
 name                    gambit-c
-version                 4.6.2
+version                 4.6.4
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang scheme
-platforms               darwin
 license                 {LGPL-2.1+ Apache-2}
 maintainers             snc openmaintainer
 description             Gambit-C is a fast Scheme implementation.
@@ -26,12 +25,16 @@
                         numbers), and complex numbers.
 
 homepage                http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Main_Page
+
+platforms               darwin
+depends_build           port:autoconf
+
 master_sites            http://www.iro.umontreal.ca/~gambit/download/gambit/v${branch}/source/
 distname                gambc-v[strsed ${version} {g/\./_/}]
 extract.suffix          .tgz
 
-checksums           rmd160  9557ad441e1b1175a83cf397294477647ed9521d \
-                    sha256  2e6c2b9597050212376a2544c0e810da5ea26151b8c1e2894381c3664832e8e5
+checksums           rmd160  8bbffa149e65e2b30381f9127cf5269d20742dae \
+                    sha256  6bbe7af0ca410a85716c27d29ded0cc207904e9d9d1a8012db50537d5dd1a5f9
 
 configure.args          --infodir=${prefix}/share/info \
                         --libdir=${prefix}/lib/gambit-c \