Commits
Aaron Madlon-Kay authored and Perry E. Metzger committed 8f29b602577
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.6 |
6 + | version 4.7 |
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 ffd24cc3c370785ce7b2b037500b4c9adf639e48 \ |
24 - | sha256 98bd5fd2b30e070517e03c51cbb32beee3e2ee1a84003a5a5d748996d4b1b915 |
23 + | checksums rmd160 ceb08c6810b8b4be40d15d3c0e7a2960526427cb \ |
24 + | sha256 fca5087dc8b50c64655c000989635664a73b11b9bd3703c7d6cabd31b7dcdb04 |
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 |