1 | --- /opt/local/var/macports/sources/rsync.macports.org/release/ports/math/octave-devel/Portfile 2010-09-07 13:30:49.000000000 +0200 |
---|
2 | +++ /Users/lukas/DEVELOPER/ports/math/octave-devel/Portfile 2011-01-16 10:43:17.000000000 +0100 |
---|
3 | @@ -4,7 +4,7 @@ |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name octave-devel |
---|
7 | -version 3.3.52 |
---|
8 | +version 3.3.55 |
---|
9 | revision 1 |
---|
10 | conflicts octave |
---|
11 | categories math science |
---|
12 | @@ -19,13 +19,13 @@ |
---|
13 | modules written in e.g. C++, C or Fortran. |
---|
14 | |
---|
15 | homepage http://www.gnu.org/software/octave/ |
---|
16 | -master_sites ftp://ftp.octave.org/pub/octave/bleeding-edge |
---|
17 | +master_sites ftp://alpha.gnu.org/gnu/octave/ |
---|
18 | distname octave-${version} |
---|
19 | use_bzip2 yes |
---|
20 | |
---|
21 | -checksums md5 edb34f23a03b01e6667d7ef340b720f1 \ |
---|
22 | - sha1 d9c3868af2f40a1c06343bf43bcb6b0cb07b08a2 \ |
---|
23 | - rmd160 c9d1313543c34ca033da1ba43420181aa4d484c0 |
---|
24 | +checksums md5 10506a43e80d7e46921b5a2520f5f15a \ |
---|
25 | + sha1 7a8fd21d2466e672d4f983c9e7f5c82ae0271006 \ |
---|
26 | + rmd160 2dc968bc96f27c12801ed9e64140f53937cc4aca |
---|
27 | |
---|
28 | depends_build port:bison \ |
---|
29 | port:flex \ |
---|
30 | @@ -78,7 +78,7 @@ |
---|
31 | |
---|
32 | # remove 'dirfd' from libgnu's dirent.in.h; |
---|
33 | # it causes an error, and isn't used in this version of Octave. |
---|
34 | - reinplace "54,78d" ${worksrcpath}/libgnu/dirent.in.h |
---|
35 | + # reinplace "54,78d" ${worksrcpath}/libgnu/dirent.in.h |
---|
36 | } |
---|
37 | |
---|
38 | configure.args --without-x \ |
---|