Commits
Rainer Müller authored f02a19ade13
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 github 1.0 |
5 5 | |
6 - | github.setup git-cola git-cola 3.0 v |
6 + | github.setup git-cola git-cola 3.1 v |
7 7 | platforms darwin |
8 8 | categories devel |
9 9 | maintainers {raimue @raimue} \ |
10 10 | openmaintainer |
11 11 | license GPL-2+ |
12 12 | |
13 13 | description The highly caffeinated Git GUI |
14 14 | long_description git-cola is a powerful Git GUI with a slick and \ |
15 15 | intuitive user interface. |
16 16 | |
17 - | checksums rmd160 15ed54b713ba290fe77e0d46ecb225db90b7c650 \ |
18 - | sha256 70678b2a89e959328e2c9f88f33cb985504f49c850ea31af1b293f49ce69b93d \ |
19 - | size 1219999 |
17 + | checksums rmd160 0ea666f81054289dc0e98c7a38547b73143e96da \ |
18 + | sha256 d8a5ee637aea00965121cd4f2388319983bcd05ae7149069a6d553268149350b \ |
19 + | size 1180032 |
20 20 | |
21 21 | depends_build port:py36-sphinx |
22 22 | depends_lib port:git \ |
23 23 | port:python36 \ |
24 24 | port:py36-pyqt4 \ |
25 25 | port:py36-qtpy |
26 26 | |
27 27 | patchfiles patch-pyqt-version.diff |
28 28 | |
29 29 | post-patch { |