[98228] trunk/dports/math/GiNaC/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Sep 29 17:49:30 PDT 2012


Revision: 98228
          http://trac.macports.org//changeset/98228
Author:   ryandesign at macports.org
Date:     2012-09-29 17:49:30 -0700 (Sat, 29 Sep 2012)
Log Message:
-----------
GiNaC: update to 1.6.2 (#32017); remove compiler blacklisting because 1.6.0 resolved issues with clang (#32014); remove unnecessary configure args and test variant; maintainer timeout

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

Modified: trunk/dports/math/GiNaC/Portfile
===================================================================
--- trunk/dports/math/GiNaC/Portfile	2012-09-29 23:43:59 UTC (rev 98227)
+++ trunk/dports/math/GiNaC/Portfile	2012-09-30 00:49:30 UTC (rev 98228)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		GiNaC
-version		1.5.8
+version             1.6.2
 categories	math
 platforms	darwin
 maintainers	gwright
@@ -36,23 +36,12 @@
 homepage	http://www.ginac.de/
 master_sites	${homepage}
 
-checksums	md5     8693b3c9c3467694032ce9c8b3063d4c \
-		sha1    42e77ab5f9c7f8fab4adaeb4f2c9a93f618bf66a \
-		rmd160  9005c8625fdad753aee54846db74ea47b8124ad7
+checksums           rmd160  46b58f57e68583d65d794813449d159f0ddc9d86 \
+                    sha256  0f34d255024b3fb258e44da84f9e82dfb3dc9bc15f0999b7a18204a730663bde
 
 depends_build	port:pkgconfig
 depends_lib	port:readline	\
 		port:cln
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
-
-configure.args	--infodir=${prefix}/share/info	\
-		--mandir=${prefix}/share/man
-
-default_variants	+test
-variant test description {run testsuite} {
-	          test.run	yes
-		  test.target	check
-}
+test.run            yes
+test.target         check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120929/a9f6e52d/attachment.html>


More information about the macports-changes mailing list