[97923] trunk/dports/math/maxima
ciserlohn at macports.org
ciserlohn at macports.org
Thu Sep 20 00:40:42 PDT 2012
Revision: 97923
http://trac.macports.org//changeset/97923
Author: ciserlohn at macports.org
Date: 2012-09-20 00:40:42 -0700 (Thu, 20 Sep 2012)
Log Message:
-----------
maxima: update to version 5.28.0; new maintainer (#36235)
Modified Paths:
--------------
trunk/dports/math/maxima/Portfile
trunk/dports/math/maxima/files/src_maxima.in.patch
Modified: trunk/dports/math/maxima/Portfile
===================================================================
--- trunk/dports/math/maxima/Portfile 2012-09-20 06:09:12 UTC (rev 97922)
+++ trunk/dports/math/maxima/Portfile 2012-09-20 07:40:42 UTC (rev 97923)
@@ -4,9 +4,9 @@
PortSystem 1.0
name maxima
-version 5.26.0
+version 5.28.0
categories math
-maintainers nomaintainer
+maintainers mareimbrium.org:kuba
platforms darwin
license GPL-2+
description The Maxima computer algebra system
@@ -24,9 +24,8 @@
homepage http://maxima.sourceforge.net/
master_sites sourceforge
-checksums md5 1d904f3484e41c12db8130a9ba93461d \
- sha1 bc7448486478b217c333605c6d8f6c0bbdd3526c \
- rmd160 789bb0449d65f6936bb548134ab1f33fe16858d0
+checksums sha256 d73e925f0116ba361bf4390c80e24d4fa763f647cc1fc4cc06bbf40ceb3facda \
+ rmd160 a2d9aff1ac7e8a5464750b3b59f8b7dcedb148d5 \
depends_lib port:sbcl
depends_run port:tk \
Modified: trunk/dports/math/maxima/files/src_maxima.in.patch
===================================================================
--- trunk/dports/math/maxima/files/src_maxima.in.patch 2012-09-20 06:09:12 UTC (rev 97922)
+++ trunk/dports/math/maxima/files/src_maxima.in.patch 2012-09-20 07:40:42 UTC (rev 97923)
@@ -1,11 +1,11 @@
---- src/maxima.in.orig 2011-08-01 14:39:52.000000000 +1000
-+++ src/maxima.in 2011-10-29 06:17:22.000000000 +1100
-@@ -175,7 +175,7 @@
- elif [ "$MAXIMA_LISP" = "ecl" ]; then
- exec "$maxima_image_base" $MAXIMA_LISP_OPTIONS -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
- elif [ "$MAXIMA_LISP" = "sbcl" ]; then
+--- src/maxima.in.orig 2012-09-20 01:19:18.000000000 -0400
++++ src/maxima.in 2012-09-20 01:20:20.000000000 -0400
+@@ -196,7 +196,7 @@
+ if [ -x "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" ]; then
+ exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options --eval '(cl-user::run)' --end-toplevel-options "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
+ else
- exec "@SBCL_NAME@" --core "$maxima_image_base.core" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options --eval '(cl-user::run)' --end-toplevel-options "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
+ exec "@SBCL_NAME@" --core "$maxima_image_base.core" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options --no-sysinit --no-userinit --eval '(cl-user::run)' --end-toplevel-options "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
+ fi
+
else
- echo "$0: lisp=\"$MAXIMA_LISP\" not known. Use --list-avail to see possible options." >&2
- exit 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120920/5f44d7f7/attachment.html>
More information about the macports-changes
mailing list