[144182] trunk/dports/java/gant/Portfile

Ryan Schmidt ryandesign at macports.org
Mon Jan 4 08:26:17 PST 2016


On Jan 3, 2016, at 8:22 PM, khindenburg at macports.org wrote:
> 
> Revision
> 144182
> Author
> khindenburg at macports.org
> Date
> 2016-01-03 18:22:43 -0800 (Sun, 03 Jan 2016)
> Log Message
> 
> gant: port fixes from #29303; change to github
> Modified Paths
> 
> 	• trunk/dports/java/gant/Portfile
> Diff
> 
> Modified: trunk/dports/java/gant/Portfile (144181 => 144182)
> 
> --- trunk/dports/java/gant/Portfile	2016-01-04 01:56:12 UTC (rev 144181)
> +++ trunk/dports/java/gant/Portfile	2016-01-04 02:22:43 UTC (rev 144182)
> @@ -1,9 +1,10 @@
>  # $Id$
>  
>  PortSystem 1.0
> +PortGroup           github 1.0
>  
> +github.setup        Gant Gant 1.9.5
>  name				gant
> -version				1.9.5
>  categories			java devel groovy
>  maintainers			nomaintainer
>  description			A groovy based tool for scripting ant
> @@ -15,19 +16,12 @@
>  					an alternative way of doing things using Ant, but using a \
>  					programming language rather than XML to specify the rules.
>  					
> -homepage			http://gant.codehaus.org/
>  platforms			darwin
> -distname			${name}-${version}
> -master_sites		http://dist.codehaus.org/gant/distributions
>  checksums 			md5	6930a7bd5209fb6d1e9e8186fd4b18fb \
>  					sha1 919c750128af22797b1d53de37c70deda5676ea7 \
>  					rmd160 2b23c6e2696629d9fb8878568955e459d51ebcc3

This causes a checksum mismatch because the autogenerated github zipball is not the same as the one that was previously hosted on codehaus. Fixed in r144195. I'll also look into updating gant to a newer version from github.





More information about the macports-dev mailing list