[macports-ports] branch master updated: LASzip: fix livecheck

Ryan Schmidt ryandesign at macports.org
Fri Nov 17 12:34:35 UTC 2017


On Nov 17, 2017, at 05:24, Zero King wrote:

> Zero King (l2dy) pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/a2ccc52ac57f4d91af279dee0b2e7859999f36b5
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new a2ccc52  LASzip: fix livecheck
> 
> a2ccc52 is described below
> 
> 
> commit a2ccc52ac57f4d91af279dee0b2e7859999f36b5
> 
> Author: Zero King <l2dy at macports.org>
> AuthorDate: Fri Nov 17 11:24:15 2017 +0000
> 
> 
>     LASzip: fix livecheck


> --- a/gis/LASzip/Portfile
> +++ b/gis/LASzip/Portfile
> @@ -15,7 +15,7 @@ long_description \
> 
>      that significantly reduce the size of millions+ point clouds.
>  
>  homepage            http://www.laszip.org
> 
> -github.setup        LASzip LASzip 2.2.0 v
> +github.setup        LASzip LASzip v2.2.0

This change is not good, please revert. This causes the port's version to change from "2.2.0" to "v2.2.0". We want the port's version to be "2.2.0".

When the port is upgraded to the new version that does not have the tag prefix, then you can remove the "v" from the github.setup line.



More information about the macports-dev mailing list