Commits
Aaron Madlon-Kay authored 83cb990711e
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 | |
5 5 | name gradle |
6 - | version 4.9 |
6 + | version 4.10 |
7 7 | categories devel java groovy |
8 8 | license Apache-2 |
9 9 | maintainers {amake @amake} openmaintainer |
10 10 | |
11 11 | description An open-source build system that is based on the Groovy language |
12 12 | long_description Gradle is a build system which offers you ease, power and freedom. \ |
13 13 | You can choose the balance for yourself. It has powerful multi-project build \ |
14 14 | support. It has a layer on top of Ivy that provides a build-by-convention \ |
15 15 | integration for Ivy. It gives you always the choice between the flexibility \ |
16 16 | of Ant and the convenience of a build-by-convention behavior. |
17 17 | |
18 18 | homepage https://gradle.org/ |
19 19 | platforms darwin |
20 20 | distname ${name}-${version}-bin |
21 21 | master_sites https://services.gradle.org/distributions |
22 22 | |
23 - | checksums rmd160 4d1022a54c08e75c46aa2eb7c733e30583c7597b \ |
24 - | sha256 e66e69dce8173dd2004b39ba93586a184628bc6c28461bc771d6835f7f9b0d28 \ |
25 - | size 76334709 |
23 + | checksums rmd160 c24a5264821703a8c9342415bf0d76f9f7ce97e1 \ |
24 + | sha256 248cfd92104ce12c5431ddb8309cf713fe58de8e330c63176543320022f59f18 \ |
25 + | size 78403740 |
26 26 | |
27 27 | worksrcdir ${name}-${version} |
28 28 | |
29 29 | use_zip yes |
30 30 | use_configure no |
31 31 | |
32 32 | build.cmd true |
33 33 | |
34 34 | pre-destroot { |
35 35 | # Remove extraneous bat files |