From owner-dev-commits-ports-all@freebsd.org Sat May 1 18:34:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F07F36340D2; Sat, 1 May 2021 18:34:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FXdDY5D7kz4ms6; Sat, 1 May 2021 18:34:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BDB31C6C6; Sat, 1 May 2021 18:34:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 141IY5Jk077597; Sat, 1 May 2021 18:34:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 141IY5d5077596; Sat, 1 May 2021 18:34:05 GMT (envelope-from git) Date: Sat, 1 May 2021 18:34:05 GMT Message-Id: <202105011834.141IY5d5077596@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: a868d766d8b0 - main - www/miniflux: Remove nop WANT_PGSQL=client MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a868d766d8b0bc897568c93a1ba3dbeeed3b4519 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2021 18:34:06 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=a868d766d8b0bc897568c93a1ba3dbeeed3b4519 commit a868d766d8b0bc897568c93a1ba3dbeeed3b4519 Author: Tobias Kortkamp AuthorDate: 2021-04-30 16:20:47 +0000 Commit: Tobias Kortkamp CommitDate: 2021-05-01 17:55:58 +0000 www/miniflux: Remove nop WANT_PGSQL=client In 8f75e04cb888e86484843db9dca00e739e346e19 the pgsql dependency was dropped intentionally but WANT_PGSQL was left in place but it has no effect now. Fix the PGSQL_SERVER option by adding the required USES=pgsql for WANT_PGSQL. While here also fix opt_VARS usage. Unlike opt_USE it does not support separating words with , Reported by: portscan (WANT_PGSQL without USES=pgsql) --- www/miniflux/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile index cc15c4b2ddb6..1b945d6ed95d 100644 --- a/www/miniflux/Makefile +++ b/www/miniflux/Makefile @@ -1,5 +1,6 @@ PORTNAME= miniflux DISTVERSION= 2.0.29 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= krion@FreeBSD.org @@ -12,8 +13,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= go:modules -WANT_PGSQL= client - USE_GITHUB= yes GH_PROJECT= v2 GH_TUPLE= PuerkitoBio:goquery:v1.6.1:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ @@ -59,7 +58,8 @@ GROUPS= miniflux OPTIONS_DEFINE= PGSQL_SERVER PGSQL_SERVER_DESC= Install the PostgreSQL Server Component -PGSQL_SERVER_VARS= WANT_PGSQL=server,contrib +PGSQL_SERVER_USES= pgsql +PGSQL_SERVER_VARS= WANT_PGSQL+="server contrib" post-install: ${INSTALL_MAN} ${WRKSRC}/miniflux.1 ${STAGEDIR}${PREFIX}/man/man1/