[56202] trunk/dports/math/cadabra

gwright at macports.org gwright at macports.org
Mon Aug 24 23:54:34 PDT 2009


Revision: 56202
          http://trac.macports.org/changeset/56202
Author:   gwright at macports.org
Date:     2009-08-24 23:54:34 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
Version bump to 1.16.

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

Modified: trunk/dports/math/cadabra/Portfile
===================================================================
--- trunk/dports/math/cadabra/Portfile	2009-08-25 06:53:38 UTC (rev 56201)
+++ trunk/dports/math/cadabra/Portfile	2009-08-25 06:54:34 UTC (rev 56202)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		cadabra
-version		1.14
+version		1.16
 categories	math
 platforms	darwin
 maintainers	gwright
@@ -19,11 +19,10 @@
 homepage	http://www.aei.mpg.de/~peekas/cadabra/
 master_sites	${homepage}
 
-checksums	md5     57b20e2ca58a0f9c4642fedc53701b3d		\
-		sha1    1034e109aa44e97379445a313a20a978a285bdff	\
-		rmd160  1e739f97b8a5ae7776ef2c1487498d3e2a903a20
+checksums	md5     9a9af6dd770362e1be04b37dfe1ab85d \
+		sha1    4fdaf6a959c048dde9efaf449d1e6667eab445c6 \
+		rmd160  bbe773b6831e66a0bcdead5148ceb8f5ab1edcc2
 
-
 variant texmacs	description { install TeXmacs from end } {
 		  depends_run port:TeXmacs
 		}
@@ -55,6 +54,8 @@
 		}
 
 post-activate	{
-		  system "texhash"
+		  if {[variant_isset texmacs]} {
+			system "${prefix}/bin/texhash"
+		  }
 		}
 

Modified: trunk/dports/math/cadabra/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/math/cadabra/files/patch-Makefile.in.diff	2009-08-25 06:53:38 UTC (rev 56201)
+++ trunk/dports/math/cadabra/files/patch-Makefile.in.diff	2009-08-25 06:54:34 UTC (rev 56202)
@@ -2,7 +2,7 @@
 +++ Makefile.in	2008-09-02 17:16:36.000000000 -0400
 @@ -1,4 +1,5 @@
  
- export RELEASE=1.14
+ export RELEASE=1.16
 +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/20090824/747eeeb6/attachment.html>


More information about the macports-changes mailing list