Index: Portfile
===================================================================
--- Portfile	(revision 54923)
+++ Portfile	(working copy)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -3,5 +4,5 @@
 
 name                    gambit-c
-version                 4.2.8
+version                 4.4.4
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang scheme
@@ -27,7 +28,9 @@
 master_sites            ${homepage}download/gambit/v${branch}/source/
 distname                gambc-v[strsed ${version} {g/\./_/}]
 extract.suffix          .tgz
-checksums               sha1 785cb0667c7bfb554cd584413eed8bdb9f4a6077
+checksums           md5     5fa55e7e7cb7a3f3b646786d6f5fc9f4 \
+                    sha1    81a704d4c3b7c89e321c1a98ddaca4f7b77dde1f \
+                    rmd160  f17010c79cfaef3a14f40b405f713c20a3f635a2
 
 configure.args          --infodir=${prefix}/share/info \
                         --libdir=${prefix}/lib/gambit-c \
@@ -56,3 +59,4 @@
 variant profile description "Enable profiling" {
     configure.args-append --enable-profile
 }
+
