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

gwright at macports.org gwright at macports.org
Mon Jul 28 11:42:18 PDT 2008


Revision: 38681
          http://trac.macosforge.org/projects/macports/changeset/38681
Author:   gwright at macports.org
Date:     2008-07-28 11:42:18 -0700 (Mon, 28 Jul 2008)
Log Message:
-----------
Version bump to 1.4.3.

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

Modified: trunk/dports/math/GiNaC/Portfile
===================================================================
--- trunk/dports/math/GiNaC/Portfile	2008-07-28 18:31:41 UTC (rev 38680)
+++ trunk/dports/math/GiNaC/Portfile	2008-07-28 18:42:18 UTC (rev 38681)
@@ -1,8 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name		GiNaC
-version		1.3.7
+version		1.4.3
 categories	math
 platforms	darwin
 maintainers	gwright at macports.org
@@ -27,7 +28,7 @@
 		7. Several forms of output (also as optimized C++,	\
 		   for numerical postprocessing).			\
 		8. Memory-efficiency and -safety through the internal	\
-		   use of reference counting for all expressions. 
+		   use of reference counting for all expressions.
 
 use_bzip2	yes
 distname	ginac-${version}
@@ -35,27 +36,30 @@
 homepage	http://www.ginac.de/
 master_sites	${homepage}
 
-checksums	md5 27e4a8182a4c50e4030412d091bdbc6c
+checksums	md5     abad55c4ae27d5d65f525fabefaddd05		\
+		sha1    0e560bb9420c16bf182829d35f9841f8b7f76d2e	\
+		rmd160  a24e91ab55533f0eef22a54fb1f2abef6a70869f
 
 depends_lib	port:readline	\
 		port:cln
 
 platform darwin 6 {
-		return -code error "GiNaC is not supported on Jaguar (OS X 10.2.x)."
+		pre-fetch {
+			return -code error "${name} is not supported on Jaguar (OS X 10.2.x)."
+		}
 }
 
 platform darwin 7 {
-		return -code error "GiNaC is not supported on Panther (OS X 10.3.x)."
+		pre-fetch {
+			return -code error "${name} is not supported on Panther (OS X 10.3.x)."
+		}
 }
 
-#platform darwin 8 {
-#}
+configure.args	--infodir=${prefix}/share/info	\
+		--mandir=${prefix}/share/man
 
-configure.args	--infodir=${prefix}/share/info
-
 default_variants	+test
-variant test	{ test.run	yes
-		  test.cmd	make
+variant test description {run testsuite} {
+	          test.run	yes
 		  test.target	check
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080728/cbdbe5e6/attachment.html 


More information about the macports-changes mailing list