Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2024 14:55:08 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aaea0f21c997 - main - databases/pgadmin3: remove version requirements for pgsql
Message-ID:  <202405031455.443Et8Zp068349@gitrepo.freebsd.org>

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

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

commit aaea0f21c9978b86af2ab26e43c6908c2db9d8fb
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-05-03 14:51:17 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-05-03 14:54:36 +0000

    databases/pgadmin3: remove version requirements for pgsql
    
    Supports all supported versions of PostgreSQL
---
 databases/pgadmin3/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile
index fbd3c924ce99..38f6b6177f11 100644
--- a/databases/pgadmin3/Makefile
+++ b/databases/pgadmin3/Makefile
@@ -10,7 +10,7 @@ LICENSE=	PostgreSQL
 
 LIB_DEPENDS=	libssh2.so:security/libssh2
 
-USES=		autoreconf:build compiler:c++11-lib gmake gnome pgsql:11+
+USES=		autoreconf:build compiler:c++11-lib gmake gnome pgsql
 USE_CXXSTD=	c++11
 USE_GITHUB=	yes
 GH_ACCOUNT=	allentc



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