git: 9968e671dcf5 - main - lang/gauche: bump PORTREVISION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Feb 2025 14:26:30 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=9968e671dcf518e7af5be0d0b6ec449c21dbd3d4 commit 9968e671dcf518e7af5be0d0b6ec449c21dbd3d4 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2025-02-13 14:53:14 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-02-18 14:16:16 +0000 lang/gauche: bump PORTREVISION This was forgotten when the mbedtls dependency was changed. Fixes: 0d4d956bfccb1e3cffcadf84a5ebfc41604f8899 PR: 283810 Reported by: mew14930xvi <mew14930xvi@inbox.lv> --- lang/gauche/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index ea7c5e0b960f..e5bec12cd8ac 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -1,6 +1,6 @@ PORTNAME= gauche PORTVERSION= 0.9.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= https://github.com/shirok/Gauche/releases/download/release${PORTVERSION:S/./_/g}/ DISTNAME= Gauche-${PORTVERSION}