[30278] trunk/dports/math/cadabra

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 23 04:50:01 PDT 2007


Revision: 30278
          http://trac.macosforge.org/projects/macports/changeset/30278
Author:   gwright at macports.org
Date:     2007-10-23 04:50:00 -0700 (Tue, 23 Oct 2007)

Log Message:
-----------
de-cd and bump version to 0.123.

Modified Paths:
--------------
    trunk/dports/math/cadabra/Portfile
    trunk/dports/math/cadabra/files/patch-Makefile.in

Modified: trunk/dports/math/cadabra/Portfile
===================================================================
--- trunk/dports/math/cadabra/Portfile	2007-10-23 10:05:15 UTC (rev 30277)
+++ trunk/dports/math/cadabra/Portfile	2007-10-23 11:50:00 UTC (rev 30278)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		cadabra
-version		0.119
+version		0.123
 categories	math
 platforms	darwin
 maintainers	gwright at macports.org
@@ -18,19 +18,25 @@
 homepage	http://www.aei.mpg.de/~peekas/cadabra/
 master_sites	${homepage}/
 
-checksums	sha1 5dcfb7b7dffa6c4cd5fe59dc1dd46ae71037a46e
+checksums	sha1 5dc621db01369250c91c81f50e1295e18136ba36
 
 variant texmacs	{ depends_run port:TeXmacs }
 
+variant no_gui	{
+		  depends_lib-delete port:gtkmm
+		  configure.args-append	--disable-gui
+		}
+
 patchfiles	patch-Makefile.in
 
 depends_lib	port:modglue	\
 		port:pcre	\
 		port:pcrexx	\
 		port:gmp	\
-		port:LiE
+		port:LiE	\
+		port:gtkmm
 
-post-build	{ cd ${worksrcpath}
+post-build	{
 		  system "env CDB_LOG=1 ${build.cmd} advtest"
 		}
 

Modified: trunk/dports/math/cadabra/files/patch-Makefile.in
===================================================================
--- trunk/dports/math/cadabra/files/patch-Makefile.in	2007-10-23 10:05:15 UTC (rev 30277)
+++ trunk/dports/math/cadabra/files/patch-Makefile.in	2007-10-23 11:50:00 UTC (rev 30278)
@@ -2,7 +2,7 @@
 +++ Makefile.in	2007-05-08 10:01:39.000000000 -0400
 @@ -1,5 +1,6 @@
  
- export RELEASE=0.119
+ export RELEASE=0.123
 +export LDFLAGS=@LDFLAGS@
  
  .PHONY: static program_static test fasttest gui gui_static doc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071023/3dbf5198/attachment.html


More information about the macports-changes mailing list