[144199] trunk/dports/java/gant/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Jan 4 09:46:29 PST 2016
Revision: 144199
https://trac.macports.org/changeset/144199
Author: ryandesign at macports.org
Date: 2016-01-04 09:46:28 -0800 (Mon, 04 Jan 2016)
Log Message:
-----------
gant: update to 1.9.10; license Apache-2
Modified Paths:
--------------
trunk/dports/java/gant/Portfile
Modified: trunk/dports/java/gant/Portfile
===================================================================
--- trunk/dports/java/gant/Portfile 2016-01-04 17:15:49 UTC (rev 144198)
+++ trunk/dports/java/gant/Portfile 2016-01-04 17:46:28 UTC (rev 144199)
@@ -3,10 +3,12 @@
PortSystem 1.0
PortGroup github 1.0
-github.setup Gant Gant 1.9.5
+github.setup Gant Gant 1.9.10
name gant
categories java devel groovy
maintainers nomaintainer
+license Apache-2
+
description A groovy based tool for scripting ant
long_description Gant is a tool for scripting Ant tasks using Groovy instead of XML \
to specify the logic. A Gant specification is a Groovy script and so \
@@ -19,13 +21,18 @@
platforms darwin
distname ${name}-${version}
-master_sites https://web.archive.org/web/20150506155746/http://dist.codehaus.org/gant/distributions/
+extract.suffix .tgz
+master_sites https://web.archive.org/web/20150506155753/http://dist.codehaus.org/gant/distributions/
-checksums md5 6930a7bd5209fb6d1e9e8186fd4b18fb \
- sha1 919c750128af22797b1d53de37c70deda5676ea7 \
- rmd160 2b23c6e2696629d9fb8878568955e459d51ebcc3
+checksums rmd160 8ed15ba3b3306263c1c32c408ac72174cbd6a76f \
+ sha256 33042f2e221a8407103a04b63232c18ce34902637e268aa02a4b4b7bafa90a19
-use_zip yes
+post-extract {
+ foreach f [glob -directory ${worksrcpath} README* conf/* lib/*] {
+ file attributes ${f} -permissions a+r
+ }
+}
+
use_configure no
build.cmd true
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160104/e52b64bc/attachment.html>
More information about the macports-changes
mailing list