Commits
Nils Breunese authored and Perry E. Metzger committed 2df745a4dfa
1 1 | PortSystem 1.0 |
2 2 | |
3 3 | name groovy |
4 - | version 2.5.5 |
4 + | version 2.5.6 |
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 bd62a7891012cfe5b1b6d3faddb453f9e730c94e \ |
41 - | sha256 8241668701c2a756eb93117129cd82b79ab03fe7364ebb5ec6432794cd16129a \ |
42 - | size 29903517 |
40 + | checksums rmd160 442cb35d37270675bb6f9d57b7cbbc919e564842 \ |
41 + | sha256 b64d0807d85857cb9d7a2137c6d5d828890598597ad0fd149faac20198ed8e92 \ |
42 + | size 29977599 |
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 | |