git: c1a1bc6d296b - main - databases/pg_similarity: Limit to pgsql < 16

From: Kevin Bowling <kbowling_at_FreeBSD.org>
Date: Tue, 21 May 2024 06:50:57 UTC
The branch main has been updated by kbowling:

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

commit c1a1bc6d296b8a602ae1d9cdc7b7896a93c93562
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2024-05-21 06:49:50 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-05-21 06:49:50 +0000

    databases/pg_similarity: Limit to pgsql < 16
    
    This extension seems unmaintained.  It can be patched easily for pgsql
    16 but should be updated first.
    
    PR:             278885
---
 databases/pg_similarity/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/pg_similarity/Makefile b/databases/pg_similarity/Makefile
index e13b392657d0..eea2cf69dcb9 100644
--- a/databases/pg_similarity/Makefile
+++ b/databases/pg_similarity/Makefile
@@ -10,7 +10,7 @@ WWW=		http://pgsimilarity.projects.pgfoundry.org
 
 LICENSE=	BSD3CLAUSE
 
-USES=		gmake pgsql:11+
+USES=		gmake pgsql:11-15
 USE_GITHUB=	yes
 GH_ACCOUNT=	eulerto
 GH_TAGNAME=	be1a8b0