#1659: UPDATE: octave-2.1.57 --------------------------+-------------------------------- Reporter: persquare@… | Owner: macports-tickets@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.0 Resolution: fixed | Keywords: Port: octave | --------------------------+-------------------------------- Changes (by ryandesign@…): * type: defect => update * port: => octave Old description:
Index: Portfile =============================================================== ==== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/math/octave/Portfile,v retrieving revision 1.2 diff -u -d -b -w -u -w -r1.2 Portfile --- Portfile 20 Mar 2004 14:44:02 -0000 1.2 +++ Portfile 24 Mar 2004 19:37:20 -0000 @@ -2,7 +2,7 @@
PortSystem 1.0 name octave -version 2.1.55 +version 2.1.57 categories math science maintainers persquare@users.sourceforge.net platforms darwin @@ -18,15 +18,15 @@ homepage http://www.octave.org master_sites ftp://ftp.octave.org/pub/octave/bleeding-edge/
-checksums md5 e066d395e27a72470294edbb2b4c1f97 +checksums md5 a0171814e005ce6d77365e7d831eef45
depends_build bin:texinfo:texinfo bin:tex:teTeX bin:g77:g77 -depends_lib lib:libreadline.4.3:readline lib:libhdf5:hdf5 +depends_lib lib:libreadline.4.3:readline lib:libhdf5:hdf5 lib:libfftw3:fftw-3 depends_run bin:gnuplot:gnuplot
configure.env FLIBS="-lg2c" LDFLAGS="-L${prefix}/lib" \ CPPFLAGS="-no-cpp-precomp -I${prefix}/include"
-configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --without-fftw --without- mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man +configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --with-fftw --without-mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man
destroot.destdir prefix=${destroot}${prefix}
New description: {{{ Index: Portfile =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/math/octave/Portfile,v retrieving revision 1.2 diff -u -d -b -w -u -w -r1.2 Portfile --- Portfile 20 Mar 2004 14:44:02 -0000 1.2 +++ Portfile 24 Mar 2004 19:37:20 -0000 @@ -2,7 +2,7 @@ PortSystem 1.0 name octave -version 2.1.55 +version 2.1.57 categories math science maintainers persquare@users.sourceforge.net platforms darwin @@ -18,15 +18,15 @@ homepage http://www.octave.org master_sites ftp://ftp.octave.org/pub/octave/bleeding-edge/ -checksums md5 e066d395e27a72470294edbb2b4c1f97 +checksums md5 a0171814e005ce6d77365e7d831eef45 depends_build bin:texinfo:texinfo bin:tex:teTeX bin:g77:g77 -depends_lib lib:libreadline.4.3:readline lib:libhdf5:hdf5 +depends_lib lib:libreadline.4.3:readline lib:libhdf5:hdf5 lib:libfftw3:fftw-3 depends_run bin:gnuplot:gnuplot configure.env FLIBS="-lg2c" LDFLAGS="-L${prefix}/lib" \ CPPFLAGS="-no-cpp-precomp -I${prefix}/include" -configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --without-fftw --without-mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man +configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --with-fftw --without-mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man destroot.destdir prefix=${destroot}${prefix} }}} -- -- Ticket URL: <https://trac.macports.org/ticket/1659#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X