Commits
Aaron Madlon-Kay authored and Zero King committed b3069c71a68
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.2 |
6 + | version 4.2.1 |
7 7 | categories devel java groovy |
8 8 | license Apache-2 |
9 9 | maintainers {@amake madlon-kay.com:aaron+macports} 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 1c952304f11700aade89f59562f931f9c598c9bb \ |
24 - | sha256 515dd63d32e55a9c05667809c5e40a947529de3054444ad274b3b75af5582eae |
23 + | checksums rmd160 675e745a00b17bb8b4e13568956e05695e6850f6 \ |
24 + | sha256 b551cc04f2ca51c78dd14edb060621f0e5439bdfafa6fd167032a09ac708fbc0 |
25 25 | |
26 26 | worksrcdir ${name}-${version} |
27 27 | |
28 28 | use_zip yes |
29 29 | use_configure no |
30 30 | |
31 31 | build.cmd true |
32 32 | |
33 33 | pre-destroot { |
34 34 | # Remove extraneous bat files |