> On Nov 14, 2016, at 6:42 PM, tenomoto <tenom...@users.noreply.github.com> 
> wrote:
> 
> tenomoto pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/8dd1f26e3c8218708a97ac7bd1d4b0aae1984046
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new 8dd1f26  grib_api: delete unused CMake flags
> 
> 8dd1f26 is described below
> 
> 
> commit 8dd1f26e3c8218708a97ac7bd1d4b0aae1984046
> 
> Author: Takeshi Enomoto <takeshi.enom...@gmail.com>
> AuthorDate: Tue Nov 15 09:37:46 2016 +0900
> 
> 
>     grib_api: delete unused CMake flags
> 
> ---
>  science/grib_api/Portfile | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> 
> diff --git a/science/grib_api/Portfile b/science/grib_api/Portfile
> 
> index 7758a15..4992f40 100644
> 
> --- a/science/grib_api/Portfile
> 
> +++ b/science/grib_api/Portfile
> 
> @@ -1,4 +1,5 @@
> 
>  # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; 
> c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
> 
> +# $Id$
> 

Please don't re-add the $Id$ line. We used that with Subversion but aren't 
using it anymore now that we moved to Git.


>  
>  PortSystem          1.0
>  PortGroup cmake     1.0
> 
> @@ -6,7 +7,6 @@ PortGroup compilers 1.0
> 
>  
>  name                grib_api
>  version             1.18.0
> 
> -revision            1

You can't just decrease the revision.



Reply via email to