[97575] trunk/dports/lang/ecl/Portfile

easieste at macports.org easieste at macports.org
Sun Sep 9 05:35:16 PDT 2012


Revision: 97575
          https://trac.macports.org/changeset/97575
Author:   easieste at macports.org
Date:     2012-09-09 05:35:15 -0700 (Sun, 09 Sep 2012)
Log Message:
-----------
Upgrade to ecl-12.7.1.

Needed to explicitly name llvm-gcc-4.2 as the compiler for OS X 12.x.
Maybe this needs to be done for other platforms?

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

Modified: trunk/dports/lang/ecl/Portfile
===================================================================
--- trunk/dports/lang/ecl/Portfile	2012-09-09 12:21:27 UTC (rev 97574)
+++ trunk/dports/lang/ecl/Portfile	2012-09-09 12:35:15 UTC (rev 97575)
@@ -1,10 +1,11 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-name		ecl
-version		12.2.1
+PortSystem      1.0
+name		    ecl
+version		    12.7.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
-categories	lang
+categories	    lang
 license		GPL-2+
 maintainers	easieste openmaintainer
 description	Embeddable Common Lisp
@@ -15,15 +16,20 @@
 	System), conditions, loops, etc, plus a translator to 	\
 	C, which can produce standalone executables.
 
-platforms	darwin
+platforms	    darwin
 homepage       	http://ecls.sourceforge.net/
+
 master_sites        sourceforge:project/ecls/ecls/${branch}
-extract.suffix      .tgz
-checksums           md5     1a54b733e7cd07af2b1cb6d7f8b716d2 \
-                    sha1    916d9991f17f644565e100a51fa4364840b377e1 \
-                    rmd160  3a616c049773794249da56cc2d01e4b73fe46e98
+checksums           md5     ce8dd2136fbbc74e44a1c41b32db1f3c \
+                    sha1    c5b81d0dc5fdd6c72af99dc883752bfee85028dc \
+                    rmd160  5b0eab08fd377b84cb41e19f195683e4f03259a3
 use_parallel_build	no
 universal_variant	no
-configure.args          --enable-boehm=included            
 
+configure.args          --enable-boehm=included
+
+platform darwin 12 {
+    configure.compiler llvm-gcc-4.2
+}
+
 livecheck.regex         /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120909/6fcc94ec/attachment.html>


More information about the macports-changes mailing list