diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/science/nds2-client/Portfile ./Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name nds2-client |
6 | | version 0.10.5 |
| 6 | version 0.11.0 |
7 | 7 | revision 1 |
8 | 8 | categories science |
9 | 9 | platforms darwin |
10 | 10 | license GPL-2 |
11 | | maintainers nomaintainer |
| 11 | maintainers ed.maros@ligo.org |
12 | 12 | |
13 | 13 | description Network Data Server Client |
14 | 14 | long_description \ |
… |
… |
|
18 | 18 | homepage https://www.lsc-group.phys.uwm.edu/daswg/projects/nds-client.html |
19 | 19 | master_sites https://www.lsc-group.phys.uwm.edu/daswg/download/software/source/ |
20 | 20 | |
21 | | checksums rmd160 09180a4f5182cd968c5ebb13a3a0f871c010cf5f \ |
22 | | sha256 c3bb4c766e5d26a0228acb0e51a22d43dfb1c9962a24118b199ac1f1e7c845d2 |
| 21 | checksums rmd160 c8c327e6e8484d3829d1179cccb58f375f00af14 \ |
| 22 | sha256 800c8ef2086e8521bac34e21c79e0715d8f6383cd83c96155a6bf2a92d369e4f |
23 | 23 | |
24 | 24 | depends_build-append \ |
25 | 25 | port:pkgconfig |
… |
… |
|
28 | 28 | |
29 | 29 | configure.args --disable-silent-rules \ |
30 | 30 | --disable-doc \ |
31 | | --disable-mex-matlab \ |
32 | | --disable-mex-octave \ |
33 | 31 | --disable-swig-python \ |
34 | 32 | --disable-swig-octave \ |
35 | 33 | --disable-swig-java \ |
… |
… |
|
51 | 49 | |
52 | 50 | } |
53 | 51 | |
54 | | variant mex_octave description "Enable MEX Octave interface" { |
55 | | |
56 | | configure.args-strsed s/--disable-mex-octave/--enable-mex-octave/ |
57 | | |
58 | | } |
59 | | |
60 | | variant mex_matlab description "Enable MEX MATLAB interface" { |
61 | | |
62 | | configure.args-strsed s/--disable-mex-matlab/--enable-mex-matlab/ |
63 | | |
64 | | } |
65 | | |
66 | 52 | foreach s ${pythons_suffixes} { |
67 | 53 | set p python${s} |
68 | 54 | set v [string index ${s} 0].[string index ${s} 1] |
… |
… |
|
115 | 101 | } |
116 | 102 | |
117 | 103 | set need_octave 0 |
118 | | if {[variant_isset mex_octave]} { |
119 | | set need_octave 1 |
120 | | } |
121 | 104 | if {[variant_isset swig_octave]} { |
122 | 105 | set need_octave 1 |
123 | 106 | } |