[50668] trunk/dports/lang/sbcl/Portfile

gwright at macports.org gwright at macports.org
Wed May 6 06:33:13 PDT 2009


Revision: 50668
          http://trac.macports.org/changeset/50668
Author:   gwright at macports.org
Date:     2009-05-06 06:33:12 -0700 (Wed, 06 May 2009)
Log Message:
-----------
Version bump to 1.0.28.

Modified Paths:
--------------
    trunk/dports/lang/sbcl/Portfile

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2009-05-06 07:53:40 UTC (rev 50667)
+++ trunk/dports/lang/sbcl/Portfile	2009-05-06 13:33:12 UTC (rev 50668)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		sbcl
-version		1.0.25
+version		1.0.28
 categories	lang
 maintainers	gwright at macports.org waqar at macports.org
 platforms	darwin
@@ -59,9 +59,9 @@
 worksrcdir	${name}-${version}
 
 checksums	${name}-${version}-source${extract.suffix}		\
-		md5     676571e0b0d6ad63a1716102ad582afe		\
-		sha1    ef30a8e10886ba44305c2fb28f77358b5e9d7d65	\
-		rmd160  81b63faa177c9b9c1b5659652b3b7ef26f737054
+                    md5     5e1bf7a9c008badb3f8765e11ab3e410		\
+                    sha1    984c48d91a75ffd2cd2efaedff9c5563ae5e98e7	\
+                    rmd160  eb381d546dfdf5bb686d756f241459c651a9f5f2
 
 post-patch	{
 	reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \
@@ -84,21 +84,19 @@
 	}
 }
 
-default_variants	+test +html
+default_variants	+html
 
 variant html description {Builds the SBCL and ASDF documentation as HTML} {} 
 
-variant test description {enable test suite} {
-	test.run	yes
-	test.dir	${worksrcpath}/tests
-	test.cmd	sh
-	test.target	run-tests.sh
+variant threads description {enable threaded runtime} {
+	patchfiles-append patch-base-target-features.diff
 }
 
+test.run	yes
+test.dir	${worksrcpath}/tests
+test.cmd	sh
+test.target	run-tests.sh
+
 destroot	{ system "cd ${worksrcpath}; INSTALL_ROOT=${destroot}/${prefix} sh ${worksrcpath}/install.sh"
 }
 
-variant threads description {enable threaded runtime} {
-	patchfiles-append patch-base-target-features.diff
-}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090506/8c71a829/attachment.html>


More information about the macports-changes mailing list