[35599] trunk/dports/devel/boehmgc-devel/Portfile

jmr at macports.org jmr at macports.org
Sun Mar 30 13:44:58 PDT 2008


Revision: 35599
          http://trac.macosforge.org/projects/macports/changeset/35599
Author:   jmr at macports.org
Date:     2008-03-30 13:44:57 -0700 (Sun, 30 Mar 2008)

Log Message:
-----------
boehmgc-devel: update to 7.1alpha2.

Modified Paths:
--------------
    trunk/dports/devel/boehmgc-devel/Portfile

Modified: trunk/dports/devel/boehmgc-devel/Portfile
===================================================================
--- trunk/dports/devel/boehmgc-devel/Portfile	2008-03-30 20:35:47 UTC (rev 35598)
+++ trunk/dports/devel/boehmgc-devel/Portfile	2008-03-30 20:44:57 UTC (rev 35599)
@@ -1,9 +1,12 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
+
 name		boehmgc-devel
-version		6.3alpha6
+version		7.1alpha2
 categories	devel
+platforms	darwin
 maintainers	nomaintainer
 description	Boehm-Demers-Weiser conservative garbage collector (devel version)
 long_description   The Boehm-Demers-Weiser conservative garbage collector \
@@ -11,18 +14,22 @@
 		   malloc or C++ new. It is also used by a number of \
 		   programming language implementations that use C as \
 		   intermediate code.
-set d_name      gc
+set d_name		gc
 homepage        http://www.hpl.hp.com/personal/Hans_Boehm/${d_name}/
-platforms	darwin
-master_sites	http://www.hpl.hp.com/personal/Hans_Boehm/${d_name}/gc_source/
-distname	${d_name}${version}
-checksums	md5 e77ff95a156bd3313a0e5226580997d0
-worksrcdir 	${d_name}${version}
+
+master_sites	${homepage}gc_source/
+distname	${d_name}-${version}
+checksums	md5 4fa4fa6d54666df9b60c2921a41c7096 \
+			sha1 a80334385ee579bc621162a45fa63c4fabe69919 \
+			rmd160 153a06837977f74e46395bcaadc0bd941d5c560a
+
 configure.args  --with-threads=posix \
-		--enable-parallel-mark \
-		--enable-cplusplus
+				--enable-parallel-mark \
+				--enable-cplusplus
+
 test.run	yes
 test.target	check
+
 post-destroot	{
 	system "mkdir -p ${destroot}${prefix}/include/gc"
         system "cd ${worksrcpath} && install -m 444 \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080330/13fa6d87/attachment.html


More information about the macports-changes mailing list