git: 7aac8c205037 - main - Mk/Uses: remove 9.5 from the VALID_PGSQL_VER list.

Sergey A. Osokin osa at FreeBSD.org
Mon Jun 14 14:15:24 UTC 2021


The branch main has been updated by osa:

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

commit 7aac8c205037af73d0034882417a23e0c12ed0b0
Author:     Sergey A. Osokin <osa at FreeBSD.org>
AuthorDate: 2021-06-14 14:12:27 +0000
Commit:     Sergey A. Osokin <osa at FreeBSD.org>
CommitDate: 2021-06-14 14:12:27 +0000

    Mk/Uses: remove 9.5 from the VALID_PGSQL_VER list.
    
    Fixes:          a3da90c5e4f183d6a61b55ac6da01974ab575ed1
    Approved by:    portmgr (rene)
---
 Mk/Uses/pgsql.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/Uses/pgsql.mk b/Mk/Uses/pgsql.mk
index 28b86c65eba7..cb04222245f2 100644
--- a/Mk/Uses/pgsql.mk
+++ b/Mk/Uses/pgsql.mk
@@ -39,7 +39,7 @@ _INCLUDE_USES_PGSQL_MK=	yes
 
 # When adding a version, please keep the comment in
 # Mk/bsd.default-versions.mk in sync.
-VALID_PGSQL_VER=	9.5 9.6 10 11 12 13 14
+VALID_PGSQL_VER=	9.6 10 11 12 13 14
 
 # Override non-default LIBVERS like this:
 #PGSQL99_LIBVER=6


More information about the dev-commits-ports-main mailing list