Re: git: 4330b976b5ec - main - math/primecount: upgrade to 7.16

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 06 Apr 2025 21:45:23 UTC
On 2025-04-06 21:57, Thierry Thomas wrote:
> The branch main has been updated by thierry:
>
> URL:https://cgit.FreeBSD.org/ports/commit/?id=4330b976b5ec1572c92f4cf1e40ce4c8e3eaa2cb
>
> commit 4330b976b5ec1572c92f4cf1e40ce4c8e3eaa2cb
> Author:     Thierry Thomas<thierry@FreeBSD.org>
> AuthorDate: 2025-04-06 10:03:44 +0000
> Commit:     Thierry Thomas<thierry@FreeBSD.org>
> CommitDate: 2025-04-06 19:57:20 +0000
>
>      math/primecount: upgrade to 7.16
>      
>      Releases notes athttps://github.com/kimwalisch/primecount/releases
> ---
>   math/primecount/Makefile | 2 +-
>   math/primecount/distinfo | 6 +++---
>   2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/math/primecount/Makefile b/math/primecount/Makefile
> index b78b1b6f028a..9bd365431bf1 100644
> --- a/math/primecount/Makefile
> +++ b/math/primecount/Makefile
> @@ -1,6 +1,6 @@
>   PORTNAME=	primecount
>   DISTVERSIONPREFIX=	v
> -DISTVERSION=	7.14
> +DISTVERSION=	7.16
>   CATEGORIES=	math
>   
>   MAINTAINER=	thierry@FreeBSD.org
> diff --git a/math/primecount/distinfo b/math/primecount/distinfo
> index 07785486b28b..6413bd8f5c04 100644
> --- a/math/primecount/distinfo
> +++ b/math/primecount/distinfo
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1737904599
> -SHA256 (kimwalisch-primecount-v7.14_GH0.tar.gz) = d867ac18cc52c0f7014682169988a76f39e4cd56f8ce78fb56e064499b1d66bb
> -SIZE (kimwalisch-primecount-v7.14_GH0.tar.gz) = 437328
> +TIMESTAMP = 1743933234
> +SHA256 (kimwalisch-primecount-v7.16_GH0.tar.gz) = 437cde8198fbfed3a16510786d99edb22da2766f0f0376450690d55a74ea5cf3
> +SIZE (kimwalisch-primecount-v7.16_GH0.tar.gz) = 504826

Hi,

You can utilize the framework to tidy up the test bits by adding the 
following and removing the do-test section.

USES= cmake:testing CMAKE_TESTING_ON= BUILD_TESTS

Best regards,

Daniel