[134952] trunk/dports/math/octave-linear-algebra

michaelld at macports.org michaelld at macports.org
Sat Apr 11 12:11:31 PDT 2015


Revision: 134952
          https://trac.macports.org/changeset/134952
Author:   michaelld at macports.org
Date:     2015-04-11 12:11:31 -0700 (Sat, 11 Apr 2015)
Log Message:
-----------
octave-linear-algebra: patch to work with Octave 3.8.2.

Modified Paths:
--------------
    trunk/dports/math/octave-linear-algebra/Portfile

Added Paths:
-----------
    trunk/dports/math/octave-linear-algebra/files/patch-DESCRIPTION.diff

Modified: trunk/dports/math/octave-linear-algebra/Portfile
===================================================================
--- trunk/dports/math/octave-linear-algebra/Portfile	2015-04-11 18:37:08 UTC (rev 134951)
+++ trunk/dports/math/octave-linear-algebra/Portfile	2015-04-11 19:11:31 UTC (rev 134952)
@@ -5,6 +5,7 @@
 PortGroup           octave 1.0
 
 octave.setup        linear-algebra 2.2.2
+revision            1
 platforms           darwin
 license             GPL-3+ LGPL-3+ FreeBSD
 maintainers         gmail.com:mschamschula openmaintainer
@@ -17,6 +18,7 @@
 
 depends_lib-append  port:octave-general
 
-patchfiles-append   patch-src_Makefile.diff
+patchfiles-append   patch-src_Makefile.diff \
+                    patch-DESCRIPTION.diff
 
 configure.env-append "PREFIX_BIN=${prefix}/bin"

Added: trunk/dports/math/octave-linear-algebra/files/patch-DESCRIPTION.diff
===================================================================
--- trunk/dports/math/octave-linear-algebra/files/patch-DESCRIPTION.diff	                        (rev 0)
+++ trunk/dports/math/octave-linear-algebra/files/patch-DESCRIPTION.diff	2015-04-11 19:11:31 UTC (rev 134952)
@@ -0,0 +1,11 @@
+--- DESCRIPTION.orig	2015-04-11 15:08:34.000000000 -0400
++++ DESCRIPTION	2015-04-11 15:08:46.000000000 -0400
+@@ -6,7 +6,7 @@
+ Title: Linear algebra.
+ Description: Additional linear algebra code, including general SVD and matrix functions.
+ Categories: Linear algebra
+-Depends: octave (>= 4.0.0)
++Depends: octave (>= 3.8.2)
+ Autoload: no
+ License: GPLv3+, LGPLv3+, FreeBSD
+ Url: http://octave.sf.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150411/15f7f0a1/attachment.html>


More information about the macports-changes mailing list