git: 867d8e9196c2 - main - databases/pg_tileserv: undeprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Dec 2025 13:29:23 UTC
The branch main has been updated by lbartoletti:
URL: https://cgit.FreeBSD.org/ports/commit/?id=867d8e9196c2229e26d73d580a8a1825e60c04f0
commit 867d8e9196c2229e26d73d580a8a1825e60c04f0
Author: Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2025-12-06 13:28:23 +0000
Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2025-12-06 13:28:23 +0000
databases/pg_tileserv: undeprecate
---
databases/pg_tileserv/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/databases/pg_tileserv/Makefile b/databases/pg_tileserv/Makefile
index c6506e9e9ac6..a629f3c58fc1 100644
--- a/databases/pg_tileserv/Makefile
+++ b/databases/pg_tileserv/Makefile
@@ -11,14 +11,11 @@ WWW= https://github.com/crunchydata/pg_tileserv/issues
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USES= go:1.21,modules
+USES= go:modules
USE_GITHUB= nodefault
GH_TUPLE= golang:sys:v0.6.0:sys
GO_MODULE= github.com/crunchydata/pg_tileserv
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
-
PLIST_FILES= bin/${PORTNAME}
pre-patch: