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

easieste at macports.org easieste at macports.org
Wed Nov 10 13:31:35 PST 2010


Revision: 73350
          http://trac.macports.org/changeset/73350
Author:   easieste at macports.org
Date:     2010-11-10 13:31:31 -0800 (Wed, 10 Nov 2010)
Log Message:
-----------
Upgrade to sbcl-1.0.44.

'html' is no longer the default variant.

The variants 'html' and 'pdf' are currently mutually exclusive, even
though 'pdf' installs a superset of the documentation that 'html'
does.  This still needs work.

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

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2010-11-10 20:29:42 UTC (rev 73349)
+++ trunk/dports/lang/sbcl/Portfile	2010-11-10 21:31:31 UTC (rev 73350)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name		sbcl
-version		1.0.43
+version		1.0.44
 revision        0
 set subrevision	""
 categories	lang
@@ -32,9 +32,9 @@
 worksrcdir	${name}-${version}
 
 checksums           sbcl-${version}-source.tar.bz2 \
-                    md5     2b125844371881a99cfdf63c286e74cd \
-                    sha1    d397556a61f02a11921ba8875b3401e0596efe12 \
-                    rmd160  eed240655c87fb0a1834dda9b5ce941c9819d5a6 \
+                    md5     f34a3995db6e12439996096fd437f878 \
+                    sha1    0e1f27ff4769ab9775fda0cbed95a6cca0da295d \
+                    rmd160  c57c9852d067a3f996f84610fda80d70fdd0a2fe \
                     sbcl-1.0.30-x86-darwin-binary.tar.bz2 \
                     md5     c15bbff2e7a9083ecd50942edb74cc8c \
                     sha1    069431d0a6e6cfbd7489c3792392926de199a93f \
@@ -93,13 +93,11 @@
 }
 
 post-build {
-	if {[variant_isset html]} {
+    if {[variant_isset html] || [variant_isset pdf]} {
 		system "cd ${worksrcpath}/doc; INSTALL_ROOT=${destroot}${prefix} sh ${worksrcpath}/doc/make-doc.sh"
 	}
 }
 
-default_variants      +html
-
 variant html conflicts pdf description {Installs documentation in HTML and Info formats} {
     patchfiles-append patch-make-doc.diff
     depends_build-append bin:texi2dvi:texinfo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101110/badb9e58/attachment.html>


More information about the macports-changes mailing list