pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/39404: [diff] update math/maxima to 5.16.3



Related editors/TeXmacs update:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/editors/TeXmacs/Makefile,v
retrieving revision 1.76
diff -u -r1.76 Makefile
--- Makefile    22 Apr 2008 10:41:04 -0000      1.76
+++ Makefile    25 Aug 2008 16:03:34 -0000
@@ -2,7 +2,7 @@
 
 DISTNAME=              TeXmacs-1.0.6.14-src
 PKGNAME=               ${DISTNAME:S/-src//}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            editors
 MASTER_SITES=          ftp://ftp.texmacs.org/pub/TeXmacs/targz/
 MASTER_SITES+=         http://www.texmacs.org/Download/ftp/targz/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/editors/TeXmacs/distinfo,v
retrieving revision 1.53
diff -u -r1.53 distinfo
--- distinfo    13 Jul 2008 14:30:21 -0000      1.53
+++ distinfo    25 Aug 2008 16:03:34 -0000
@@ -9,7 +9,7 @@
 SHA1 (patch-ad) = f36da65f9e9a808a4a8af4a41af0b4388f2c18fd
 SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f
 SHA1 (patch-ag) = 2b1c0ce4aa0f6b824f08f05a95beacbb1722436b
-SHA1 (patch-ai) = 7b68ab900373e21d9e45c6236609824fa46574ed
+SHA1 (patch-ai) = b882b7b7689ae3c855f628c76a9b81c2dfc60257
 SHA1 (patch-aj) = 8f07479a6857900b535a0fd7b1f61043164baf15
-SHA1 (patch-ak) = 114cd8f2cd27d49365bec6bd9fc920a323bf0e31
+SHA1 (patch-ak) = 395caa96658b53f85597f56491daa20ad61195d0
 SHA1 (patch-al) = f7deed3d692af322aebe1a4068dfd3bde9e87a0a
Index: patches/patch-ai
===================================================================
RCS file: /cvsroot/pkgsrc/editors/TeXmacs/patches/patch-ai,v
retrieving revision 1.8
diff -u -r1.8 patch-ai
--- patches/patch-ai    22 Apr 2008 10:41:04 -0000      1.8
+++ patches/patch-ai    25 Aug 2008 16:03:34 -0000
@@ -1,8 +1,8 @@
 $NetBSD: patch-ai,v 1.8 2008/04/22 10:41:04 tnn Exp $
 
---- plugins/maxima/bin/maxima_detect.orig      2008-03-19 18:16:36.000000000 
+0100
-+++ plugins/maxima/bin/maxima_detect
-@@ -36,11 +36,11 @@ find_old_help()
+--- plugins/maxima/bin/maxima_detect.orig      2008-03-19 20:16:36.000000000 
+0300
++++ plugins/maxima/bin/maxima_detect   2008-08-25 19:13:56.000000000 +0400
+@@ -36,11 +36,11 @@
    fi
  }
  
@@ -16,13 +16,14 @@
    then
      if [ "$1" ]
      then
-@@ -63,9 +63,10 @@ version 5.10
+@@ -63,9 +63,11 @@
  version 5.11
  version 5.12
  version 5.13
 -version 5.14" >/dev/null
 +version 5.14
-+version 5.15" >/dev/null
++version 5.15
++version 5.16.3" >/dev/null
          then
 -          # 5.9.1 or 5.9.2 or 5.9.3 or 5.10 or 5.11 or 5.12 or 5.13 or 5.14
 +          # 5.9.1 or 5.9.2 or 5.9.3 or 5.10 or 5.11 or 5.12 or 5.13 or 5.14 
or 5.15
Index: patches/patch-ak
===================================================================
RCS file: /cvsroot/pkgsrc/editors/TeXmacs/patches/patch-ak,v
retrieving revision 1.5
diff -u -r1.5 patch-ak
--- patches/patch-ak    22 Apr 2008 10:41:04 -0000      1.5
+++ patches/patch-ak    25 Aug 2008 16:03:34 -0000
@@ -1,13 +1,13 @@
 $NetBSD: patch-ak,v 1.5 2008/04/22 10:41:04 tnn Exp $
 
---- plugins/maxima/bin/tm_maxima.orig  2008-03-19 18:16:36.000000000 +0100
-+++ plugins/maxima/bin/tm_maxima
-@@ -17,7 +17,7 @@ case $1 in
+--- plugins/maxima/bin/tm_maxima.orig  2008-03-19 20:16:36.000000000 +0300
++++ plugins/maxima/bin/tm_maxima       2008-08-25 19:20:41.000000000 +0400
+@@ -17,7 +17,7 @@
    5.9.1) exec maxima -u $1 -l $2 -p 
"$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.9.1.lisp";;
    5.9.1.1* | 5.9.2* | 5.9.3*) exec maxima -u $1 -l $2 -p 
"$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.9.2.lisp";;
    5.10.*) exec maxima -u $1 -l $2 -p 
"$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.10.0.lisp";;
 -  5.11.* | 5.12.* | 5.13.* | 5.14.*) exec maxima -u $1 -l $2 -p 
"$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
-+  5.11.* | 5.12.* | 5.13.* | 5.14.* | 5.15.*) exec maxima -u $1 -l $2 -p 
"$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
++  5.11.* | 5.12.* | 5.13.* | 5.14.* | 5.15.* | 5.16.*) exec maxima -u $1 -l 
$2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
    cygwin)
      exec maxima.bat -p "`echo 
$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp|cygpath --windows -f -`";;
    *) echo -e "\2latex:\\red Unsupported version of maxima: $1\5"



Home | Main Index | Thread Index | Old Index