[98227] trunk/dports/math/cln/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Sep 29 16:43:59 PDT 2012


Revision: 98227
          http://trac.macports.org//changeset/98227
Author:   ryandesign at macports.org
Date:     2012-09-29 16:43:59 -0700 (Sat, 29 Sep 2012)
Log Message:
-----------
cln: update to 1.3.2 (#32016); fix livecheck; remove compiler blacklist because it seems to compile fine with clang (tested on Mountain Lion with Xcode 4.5 and on Lion with Xcode 4.3) and the NEWS file mentions improved compatibility with non-GCC compilers in this release (#32014)

Modified Paths:
--------------
    trunk/dports/math/cln/Portfile

Modified: trunk/dports/math/cln/Portfile
===================================================================
--- trunk/dports/math/cln/Portfile	2012-09-29 21:53:20 UTC (rev 98226)
+++ trunk/dports/math/cln/Portfile	2012-09-29 23:43:59 UTC (rev 98227)
@@ -6,7 +6,7 @@
 
 name            cln
 conflicts       puppet
-version         1.3.1
+version         1.3.2
 categories      math
 platforms       darwin
 maintainers     gwright
@@ -21,15 +21,13 @@
 homepage        http://www.ginac.de/CLN/
 master_sites    ${homepage}
 
-checksums       md5     ede584cb1cafa66d56f42a3cf420469d \
-                sha1    351506da9bd7b0b3cefd3a5424823797fb589acc \
-                rmd160  bc3be659dfccafb6029af2bf761decceb51fbf4e
+checksums       rmd160  8644a278e99c3e15ebf83f5e641758bdecad8b23 \
+                sha256  5c70c46b953b3b71ed2a2e28362b9adfacfae24b2b678d81bcc053ab779e7173
 
 depends_lib     port:gmp
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
-
 test.run        yes
 test.target     check
+
+livecheck.type  regex
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120929/73884c1c/attachment.html>


More information about the macports-changes mailing list