[54924] trunk/dports/lang/gambit-c/Portfile
snc at macports.org
snc at macports.org
Tue Aug 4 11:41:24 PDT 2009
Revision: 54924
http://trac.macports.org/changeset/54924
Author: snc at macports.org
Date: 2009-08-04 11:41:22 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
updated version, ticket #20020. fixed tree violation with --docdir
Modified Paths:
--------------
trunk/dports/lang/gambit-c/Portfile
Modified: trunk/dports/lang/gambit-c/Portfile
===================================================================
--- trunk/dports/lang/gambit-c/Portfile 2009-08-04 18:11:01 UTC (rev 54923)
+++ trunk/dports/lang/gambit-c/Portfile 2009-08-04 18:41:22 UTC (rev 54924)
@@ -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,11 +28,14 @@
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 \
- --enable-single-host
+ --enable-single-host \
+ --docdir=${prefix}/share/doc
post-extract {
# Get rid of the incompatible version-specific installation structure
@@ -56,3 +60,4 @@
variant profile description "Enable profiling" {
configure.args-append --enable-profile
}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/f67e1190/attachment.html>
More information about the macports-changes
mailing list