Re: git: 9c916c3d9049 - main - graphics/proj: Update to 9.6.0
- In reply to: Loïc Bartoletti : "git: 9c916c3d9049 - main - graphics/proj: Update to 9.6.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Mar 2025 20:50:34 UTC
On 2025-03-21 16:04, Loïc Bartoletti wrote:
> The branch main has been updated by lbartoletti:
>
> URL:https://cgit.FreeBSD.org/ports/commit/?id=9c916c3d90498572c1515ca14a2db207461469e7
>
> commit 9c916c3d90498572c1515ca14a2db207461469e7
> Author: Loïc Bartoletti<lbartoletti@FreeBSD.org>
> AuthorDate: 2025-03-21 14:34:43 +0000
> Commit: Loïc Bartoletti<lbartoletti@FreeBSD.org>
> CommitDate: 2025-03-21 14:46:01 +0000
>
> graphics/proj: Update to 9.6.0
> ---
> graphics/proj/Makefile | 2 +-
> graphics/proj/distinfo | 6 +++---
> graphics/proj/pkg-plist | 3 ++-
> 3 files changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile
> index d7b08ef8577f..928175de9077 100644
> --- a/graphics/proj/Makefile
> +++ b/graphics/proj/Makefile
> @@ -1,5 +1,5 @@
> PORTNAME= proj
> -DISTVERSION= 9.5.1
> +DISTVERSION= 9.6.0
> PORTEPOCH= 1
> CATEGORIES= graphics geography
> MASTER_SITES= https://github.com/OSGeo/PROJ/releases/download/${DISTVERSION}/ \
> diff --git a/graphics/proj/distinfo b/graphics/proj/distinfo
> index bac7cbdd1978..c2740b7caa10 100644
> --- a/graphics/proj/distinfo
> +++ b/graphics/proj/distinfo
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1734228387
> -SHA256 (proj-9.5.1.tar.gz) = a8395f9696338ffd46b0feb603edbb730fad6746fba77753c77f7f997345e3d3
> -SIZE (proj-9.5.1.tar.gz) = 5702286
> +TIMESTAMP = 1742567635
> +SHA256 (proj-9.6.0.tar.gz) = d8cae521c311c39513193657e75767f7cfbf2f91bd202fcd4a200028d3b57e14
> +SIZE (proj-9.6.0.tar.gz) = 5830688
> diff --git a/graphics/proj/pkg-plist b/graphics/proj/pkg-plist
> index b453f10d6fec..8f3d5ba1db59 100644
> --- a/graphics/proj/pkg-plist
> +++ b/graphics/proj/pkg-plist
> @@ -36,8 +36,9 @@ lib/cmake/proj4/proj4-targets-%%CMAKE_BUILD_TYPE%%.cmake
> lib/cmake/proj4/proj4-targets.cmake
> lib/libproj.so
> lib/libproj.so.25
> -lib/libproj.so.25.9.5.1
> +lib/libproj.so.25.9.6.0
> libdata/pkgconfig/proj.pc
> +share/bash-completion/completions/projinfo
> share/man/man1/cct.1.gz
> share/man/man1/cs2cs.1.gz
> share/man/man1/geod.1.gz
Hi,
Proj no longer uses c++11, completion way also end up in wrong location
in some cases which is way I disabled it. RL got a bit busy otherwise I
would've committed PR 285477 and please provide a link to changelog in
commit message.
Best regards,
Daniel