Commits
Nils Breunese authored and Chris Jones committed adf657604d4
1 1 | PortSystem 1.0 |
2 2 | |
3 3 | name groovy |
4 - | version 2.5.7 |
4 + | version 2.5.8 |
5 5 | |
6 6 | categories lang java |
7 7 | maintainers {breun.nl:nils @breun} openmaintainer |
8 8 | platforms darwin |
9 9 | license Apache-2 |
10 10 | supported_archs noarch |
11 11 | |
12 12 | description Groovy -- a Java-based scripting language |
13 13 | |
14 14 | long_description Groovy... \ |
30 30 | * seamlessly integrates with all existing Java classes and \ |
31 31 | libraries \ |
32 32 | * compiles straight to Java bytecode so you can use it anywhere \ |
33 33 | you can use Java |
34 34 | |
35 35 | homepage http://groovy-lang.org/ |
36 36 | master_sites https://dl.bintray.com/${name}/maven/ |
37 37 | distname apache-${name}-binary-${version} |
38 38 | use_zip yes |
39 39 | |
40 - | checksums rmd160 fd3b3ba43b53e67b3aa86286633cf8f455295dc0 \ |
41 - | sha256 3d905dfe4f739c8c0d9dd181e6687ac816e451bf327a9ec0740da473cfebc9e0 \ |
42 - | size 30058416 |
40 + | checksums rmd160 2df28ec5e7c917570827578bda24b8e3a063ad4b \ |
41 + | sha256 49fb14b98f9fed1744781e4383cf8bff76440032f58eb5fabdc9e67a5daa8742 \ |
42 + | size 30368648 |
43 43 | |
44 44 | worksrcdir ${name}-${version} |
45 45 | |
46 46 | use_configure no |
47 47 | |
48 48 | build {} |
49 49 | |
50 50 | destroot { |
51 51 | set target ${destroot}${prefix}/share/java/${name} |
52 52 | |