Re: git: 255f2e55583f - main - www/chawan: Update 0.3.0 => 0.3.2
- In reply to: Vladimir Druzenko : "git: 255f2e55583f - main - www/chawan: Update 0.3.0 => 0.3.2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Dec 2025 13:38:50 UTC
On 2025-12-19 17:54, Vladimir Druzenko wrote:
> The branch main has been updated by vvd:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=255f2e55583fc74c6518fb5e575e1bbbd70e136e
>
> commit 255f2e55583fc74c6518fb5e575e1bbbd70e136e
> Author: Al Hoang <hoanga@gmail.com>
> AuthorDate: 2025-12-19 16:50:37 +0000
> Commit: Vladimir Druzenko <vvd@FreeBSD.org>
> CommitDate: 2025-12-19 16:50:37 +0000
>
> www/chawan: Update 0.3.0 => 0.3.2
>
> Changelogs:
> https://chawan.net/news/chawan-0-3-1.html
> https://codeberg.org/bptato/chawan/compare/v0.3.1...v0.3.2
>
> PR: 291799
> MFH: 2025Q4
> ---
> www/chawan/Makefile | 2 +-
> www/chawan/distinfo | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/www/chawan/Makefile b/www/chawan/Makefile
> index b570e3b044df..21e5ff3b3ce1 100644
> --- a/www/chawan/Makefile
> +++ b/www/chawan/Makefile
> @@ -1,6 +1,6 @@
> PORTNAME= chawan
> DISTVERSIONPREFIX= v
> -DISTVERSION= 0.3.0
> +DISTVERSION= 0.3.2
> CATEGORIES= www
> MASTER_SITES= https://git.sr.ht/~bptato/chawan/archive/
> DISTNAME= ${DISTVERSIONFULL}
> diff --git a/www/chawan/distinfo b/www/chawan/distinfo
> index 96c7dbc13bb3..9cfc4c73b92b 100644
> --- a/www/chawan/distinfo
> +++ b/www/chawan/distinfo
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1764177873
> -SHA256 (v0.3.0.tar.gz) = d97319848ceb98407dc4ba2303bec48787ab1e444cd166eeb0b928360ebda08d
> -SIZE (v0.3.0.tar.gz) = 3641219
> +TIMESTAMP = 1766155750
> +SHA256 (v0.3.2.tar.gz) = 08f98ddf0040d0bf25dce62eac86d3ec5d2f11b2bc471213eb9c4c861a8d321a
> +SIZE (v0.3.2.tar.gz) = 3641359
Hi,
DISTNAME (and path) is a no go, please review more carefully.
There are several ports in tree that uses sr.ht you can look at.
Best regards,
Daniel