git: 50afe9120163 - main - Mk/Uses: update examples for USES=pgsql
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jan 2025 12:00:25 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=50afe91201634612efc61bb20a9ae1a302c9faed
commit 50afe91201634612efc61bb20a9ae1a302c9faed
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 11:59:49 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 12:00:14 +0000
Mk/Uses: update examples for USES=pgsql
---
Mk/Uses/pgsql.mk | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Mk/Uses/pgsql.mk b/Mk/Uses/pgsql.mk
index a4b58b7130c8..20f43a5e17f2 100644
--- a/Mk/Uses/pgsql.mk
+++ b/Mk/Uses/pgsql.mk
@@ -5,13 +5,13 @@
#
# version Maintainer can set versions required. You can set this to
# [min]-[max] or min+ or -max or as an explicit version
-# (eg. 12-14 for [min]-[max], 12+ or 12-
+# (eg. 14-16 for [min]-[max], 14+ or 16-
# for min+ and max-, 13 for an explicit version). Example:
#
# USES=pgsql:13 # Only use PostgreSQL 13
-# USES=pgsql:12+ # Use PostgreSQL 12 or newer
-# USES=pgsql:12-14 # Use PostgreSQL between 12 & 14 inclusive
-# USES=pgsql:12- # Use any PostgreSQL up to 12
+# USES=pgsql:13+ # Use PostgreSQL 13 or newer
+# USES=pgsql:14-16 # Use PostgreSQL between 14 & 16 inclusive
+# USES=pgsql:14- # Use any PostgreSQL up to 14
# USES=pgsql # Use the default PostgreSQL
#
# WANT_PGSQL= server[:fetch] plperl plpython pltcl