On Sun Feb 05, 2023 at 05:02:54PM +0100, Rafael Sadowski wrote:
> Simple update double-conversion-3.2.1. All consumers are happy. OK?
> 
> Cheers Rafael
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/math/double-conversion/Makefile,v
> retrieving revision 1.3
> diff -u -p -u -p -r1.3 Makefile
> --- Makefile  11 Mar 2022 19:36:14 -0000      1.3
> +++ Makefile  5 Feb 2023 16:02:13 -0000
> @@ -4,9 +4,10 @@ CATEGORIES=  math
>  
>  GH_ACCOUNT=  google
>  GH_PROJECT=  double-conversion
> -GH_TAGNAME=  v3.1.5
> +GH_TAGNAME=  v3.2.1
> +REVISION=    0

I bumped SHARED_LIBS after I updated the package, for sure without the REVISION.

>  
> -SHARED_LIBS +=  double-conversion         0.0 # 0.0
> +SHARED_LIBS +=  double-conversion         1.0 # 0.0
>  
>  # BSD3
>  PERMIT_PACKAGE=      Yes
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/math/double-conversion/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -u -p -r1.1.1.1 distinfo
> --- distinfo  17 Oct 2019 19:53:58 -0000      1.1.1.1
> +++ distinfo  5 Feb 2023 16:02:13 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (double-conversion-3.1.5.tar.gz) = 
> pj7LkxghNLpCk/1fItbgjKQXyq+iRK+qdRy/3fZBWxM=
> -SIZE (double-conversion-3.1.5.tar.gz) = 7023792
> +SHA256 (double-conversion-3.2.1.tar.gz) = 
> 5A0jY0PK2AfoPRkiZfE5SBxR/IOhxJ5AasbOCgunzTU=
> +SIZE (double-conversion-3.2.1.tar.gz) = 7032718
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/math/double-conversion/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -u -p -r1.2 PLIST
> --- pkg/PLIST 11 Mar 2022 19:36:14 -0000      1.2
> +++ pkg/PLIST 5 Feb 2023 16:02:13 -0000
> @@ -3,9 +3,11 @@ include/double-conversion/bignum.h
>  include/double-conversion/cached-powers.h
>  include/double-conversion/diy-fp.h
>  include/double-conversion/double-conversion.h
> +include/double-conversion/double-to-string.h
>  include/double-conversion/fast-dtoa.h
>  include/double-conversion/fixed-dtoa.h
>  include/double-conversion/ieee.h
> +include/double-conversion/string-to-double.h
>  include/double-conversion/strtod.h
>  include/double-conversion/utils.h
>  lib/cmake/
> 

Reply via email to