[148697] trunk/dports/math

mcalhoun at macports.org mcalhoun at macports.org
Sun May 15 02:42:12 PDT 2016


Revision: 148697
          https://trac.macports.org/changeset/148697
Author:   mcalhoun at macports.org
Date:     2016-05-15 02:42:12 -0700 (Sun, 15 May 2016)
Log Message:
-----------
new port: octave-legacy, a drop-in replacement for octave so a user can stay at version 3

Modified Paths:
--------------
    trunk/dports/math/octave-legacy/Portfile

Added Paths:
-----------
    trunk/dports/math/octave-legacy/

Modified: trunk/dports/math/octave-legacy/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2016-05-15 02:36:55 UTC (rev 148686)
+++ trunk/dports/math/octave-legacy/Portfile	2016-05-15 09:42:12 UTC (rev 148697)
@@ -6,11 +6,10 @@
 PortGroup           compiler_blacklist_versions 1.0
 PortGroup           compilers 1.0
 
-name                octave
+name                octave-legacy
 
 version             3.8.2
-revision            18
-#conflicts           octave-devel
+#revision            0
 categories          math science
 maintainers         michaelld openmaintainer
 license             GPL-3
@@ -25,7 +24,6 @@
                     modules written in e.g. C++, C or Fortran.
 
 homepage            http://www.gnu.org/software/octave/
-dist_subdir         octave
 distname            octave-${version}
 master_sites        gnu:octave
 use_bzip2           yes
@@ -352,7 +350,7 @@
     # required for projects including these headers.
 
     xinstall -m 644 ${worksrcpath}/liboctave/operators/libcxx-fix.h \
-        ${destroot}${prefix}/include/${name}-${version}/${name}/libcxx-fix.h
+        ${destroot}${prefix}/include/octave-${version}/octave/libcxx-fix.h
 
     # when doing +qtgui variant, create the Mac OS X .app
 
@@ -370,6 +368,4 @@
     }
 }
 
-livecheck.type      regex
-livecheck.url       http://www.gnu.org/software/octave/download.html
-livecheck.regex     GNU Octave (\[\^\ \]*) was
+livecheck.regex     {octave-(3+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160515/374e33cf/attachment.html>


More information about the macports-changes mailing list