git: 6b819bfc9d65 - main - lang/gambit-c: Update website
Date: Tue, 11 Feb 2025 06:47:47 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b819bfc9d65969e0c5eaebbeaf14b14a703804c commit 6b819bfc9d65969e0c5eaebbeaf14b14a703804c Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2025-02-11 06:46:41 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2025-02-11 06:46:42 +0000 lang/gambit-c: Update website https://www.iro.umontreal.ca/~gambit/ has a <meta> redirect to http://gambitscheme.org/wiki/ which in turn issues a 403, so going for the top level http://gambitscheme.org, just switched to https. --- lang/gambit-c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile index b481ffae3f9c..4f991a63e097 100644 --- a/lang/gambit-c/Makefile +++ b/lang/gambit-c/Makefile @@ -7,7 +7,7 @@ CATEGORIES= lang MAINTAINER= olgeni@FreeBSD.org COMMENT= Gambit programming system where the compiler generates portable C code -WWW= https://www.iro.umontreal.ca/~gambit/ +WWW= https://gambitscheme.org LICENSE= APACHE20 LGPL21 LICENSE_COMB= dual