Skip to content

Commit

Permalink
groovy: update to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breun authored and l2dy committed Jun 7, 2018
1 parent 8747064 commit 520cc33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lang/groovy/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0

name groovy
version 2.4.15
version 2.5.0

categories lang java
maintainers breun.nl:nils openmaintainer
Expand Down Expand Up @@ -37,8 +37,8 @@ master_sites https://dl.bintray.com/${name}/maven/
distname apache-${name}-binary-${version}
use_zip yes

checksums rmd160 4a7ecc9838ebab03580f5ddbe2d663bae4b4e809 \
sha256 bd4ca37a4d1b3704526d56fc48c119a8f70d418093d8703724407d65250f4aed
checksums rmd160 36351dc50789f575bc5200f79e95a6ae7c816479 \
sha256 13903caed7da4875b2c805ddaa5ac4a3c877342f339700fab9a54b8c628eece3

worksrcdir ${name}-${version}

Expand All @@ -53,7 +53,7 @@ destroot {
xinstall -m 755 -d ${target}

# Copy over the needed elements of our directory tree
foreach d { bin conf embeddable indy lib } {
foreach d { bin conf grooid indy lib } {
copy ${worksrcpath}/${d} ${target}
}

Expand All @@ -63,7 +63,7 @@ destroot {
}

# Add symlinks to the scripts
foreach f { grape groovy groovyConsole groovyc groovydoc groovysh java2groovy startGroovy } {
foreach f { grape grape_completion groovy groovyConsole groovyConsole_completion groovy_completion groovyc groovyc_completion groovydoc groovydoc_completion groovysh groovysh_completion java2groovy startGroovy } {
ln -s ../share/java/${name}/bin/${f} ${destroot}${prefix}/bin
}
}
Expand Down

0 comments on commit 520cc33

Please sign in to comment.