Commits
Leonardo Brondani Schenkel authored c1208dca4a8
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | PortGroup app 1.0 |
6 6 | PortGroup bitbucket 1.0 |
7 7 | |
8 - | bitbucket.setup tortoisehg thg 4.9 |
8 + | bitbucket.setup tortoisehg thg 5.0.2 |
9 9 | name tortoisehg |
10 10 | categories devel python |
11 11 | platforms darwin |
12 12 | license GPL-2+ |
13 13 | maintainers nomaintainer |
14 14 | supported_archs noarch |
15 15 | |
16 16 | description A set of graphical tools for Mercurial |
17 17 | |
18 18 | long_description A set of graphical tools for the Mercurial distributed \ |
19 19 | source control management system. |
20 20 | |
21 - | checksums rmd160 bb915e3c207f82e19749b680bb0740c3fa9e5ca9 \ |
22 - | sha256 5ae2cf9065bfbbd1491ff8bd4e895da92996da8622ef356a13b734e65199e62e \ |
23 - | size 8219445 |
21 + | checksums rmd160 715939bba19325821a3950161ac43e98f2aa03b5 \ |
22 + | sha256 bfb5cb9e0574efe3d685adc31b9122aa5baac2ef9cc18e32e271fda22591ccbe \ |
23 + | size 8260711 |
24 24 | |
25 25 | python.default_version 27 |
26 26 | |
27 27 | # we use qt5 only if macOS is 10.12 or later |
28 28 | # as defined on qt5 port |
29 29 | if { ${os.major} < 16 } { |
30 30 | set qt_version 4 |
31 31 | } else { |
32 32 | set qt_version 5 |
33 33 | } |