diff --git a/math/libqalculate/Portfile b/math/libqalculate/Portfile
index 651218edb9..f9c6f35e88 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup github 1.0 |
5 | 5 | |
6 | | github.setup qalculate libqalculate 0.9.12 v |
| 6 | github.setup Qalculate libqalculate 2.0.0 v |
7 | 7 | |
8 | 8 | categories math |
9 | 9 | platforms darwin |
… |
… |
long_description \ |
23 | 23 | |
24 | 24 | github.tarball_from releases |
25 | 25 | |
26 | | checksums rmd160 ab6c4f0d7a0d29724d732c48610ceb90def83861 \ |
27 | | sha256 4b59ab24e45c3162f02b7e316168ebaf7f0d2911a2164d53b501e8b18a9163d2 |
| 26 | checksums rmd160 2b8c59f7ca8e4f6235b619b4fa4ddfb61957957f \ |
| 27 | sha256 86d04362f37aa5acbc78108e0044b96fbffbaa33c309c19c8c37ac4fb46c5485 |
28 | 28 | |
29 | | patchfiles clang_char16_t.patch |
30 | | patch.pre_args -p1 |
| 29 | #patchfiles clang_char16_t.patch |
| 30 | #patch.pre_args -p1 |
31 | 31 | |
32 | 32 | depends_build-append port:intltool \ |
33 | 33 | port:pkgconfig |
… |
… |
depends_lib-append port:cln\ |
38 | 38 | port:readline |
39 | 39 | |
40 | 40 | # autoreconf to reconfigure for intltool |
41 | | use_autoreconf yes |
42 | | autoreconf.args -fvi |
| 41 | #use_autoreconf yes |
| 42 | #autoreconf.args -fvi |
diff --git a/math/qalculate-gtk/Portfile b/math/qalculate-gtk/Portfile
index 898c7a6000..75e08473d1 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup github 1.0 |
5 | 5 | |
6 | | github.setup qalculate qalculate-gtk 0.9.12 v |
| 6 | github.setup Qalculate qalculate-gtk 2.0.0 v |
7 | 7 | |
8 | 8 | categories math |
9 | 9 | platforms darwin |
… |
… |
long_description Qalculate! is a multi-purpose desktop calculator. \ |
17 | 17 | customizable functions, units, arbitrary precision, \ |
18 | 18 | plotting, and a user-friendly interface. |
19 | 19 | |
20 | | github.tarball_from releases |
| 20 | #github.tarball_from releases |
21 | 21 | |
22 | | checksums rmd160 8151d7cba6f1a42b51b973cc7c0fcf31e2f44bb5 \ |
23 | | sha256 5826e58318bf1515540a4464c34fb94f41c13c35b2a9814e61fd9c19ecdbf1df |
| 22 | checksums rmd160 c6a9eff7c192534f838929fb247fcfb8a6addf7f \ |
| 23 | sha256 23898577a48c60086ce0ac69262905132f8f91a1dfe5dad4be49283d26ec8dc6 |
24 | 24 | |
25 | 25 | depends_build-append port:intltool port:pkgconfig |
26 | 26 | depends_lib-append port:libqalculate port:gtk3 |