Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2024 14:35:59 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa46593632c4 - main - databases/pg_tileserv: PIN to GO 1.20
Message-ID:  <202403241435.42OEZxZ3007895@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa46593632c44d6eb0b28a61662b67933bd1d0cf

commit aa46593632c44d6eb0b28a61662b67933bd1d0cf
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-24 12:49:13 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-24 14:28:56 +0000

    databases/pg_tileserv: PIN to GO 1.20
    
    This port deos not build at the moment unlike the other commits which I
    have tested. For now comitting without tests as the other ports works
    well with same changes.
    
    There are also reports in portsfallout.
    
    PR:             277776
    Approved by:    portmgr (blanket)
---
 databases/pg_tileserv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/pg_tileserv/Makefile b/databases/pg_tileserv/Makefile
index e46c9fddfa4f..4b5e15560523 100644
--- a/databases/pg_tileserv/Makefile
+++ b/databases/pg_tileserv/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/crunchydata/pg_tileserv/issues
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-USES=		go:modules
+USES=		go:1.20,modules
 USE_GITHUB=	nodefault
 GH_TUPLE=	golang:sys:v0.6.0:sys
 GO_MODULE=	github.com/crunchydata/pg_tileserv



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241435.42OEZxZ3007895>