From nobody Mon Oct 25 16:01:25 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1D4771819BD7; Mon, 25 Oct 2021 16:01:38 +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 4HdKSx3DQpz3LMP; Mon, 25 Oct 2021 16:01:37 +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 224413A9F; Mon, 25 Oct 2021 16:01:26 +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 19PG1PuG073758; Mon, 25 Oct 2021 16:01:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PG1PWB073757; Mon, 25 Oct 2021 16:01:25 GMT (envelope-from git) Date: Mon, 25 Oct 2021 16:01:25 GMT Message-Id: <202110251601.19PG1PWB073757@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a9cf0e37818b - main - databases/pldebugger: Do not silence installation message List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a9cf0e37818b0a3a9ff565fa8e7b40bb4dc9c8e1 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9cf0e37818b0a3a9ff565fa8e7b40bb4dc9c8e1 commit a9cf0e37818b0a3a9ff565fa8e7b40bb4dc9c8e1 Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 15:05:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-25 15:57:13 +0000 databases/pldebugger: Do not silence installation message - Update WWW - Take maintainership --- databases/pldebugger/Makefile | 12 +++++++----- databases/pldebugger/pkg-descr | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/databases/pldebugger/Makefile b/databases/pldebugger/Makefile index eb4877ba8a97..9fc5cede0fb3 100644 --- a/databases/pldebugger/Makefile +++ b/databases/pldebugger/Makefile @@ -4,23 +4,25 @@ DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= databases -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= PostgreSQL pl/pgsql Debugger API LICENSE= ART20 USES= gmake pgsql -WANT_PGSQL= server -USE_GITHUB= yes -GH_ACCOUNT= EnterpriseDB + LLD_UNSAFE= yes MAKE_ENV= USE_PGXS=1 +WANT_PGSQL= server DOCSDIR= ${PREFIX}/share/doc/postgresql/extension +USE_GITHUB= yes +GH_ACCOUNT= EnterpriseDB + OPTIONS_DEFINE= DOCS post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/plugin_debugger.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/plugin_debugger.so .include diff --git a/databases/pldebugger/pkg-descr b/databases/pldebugger/pkg-descr index bbf89e4045c2..243336f73079 100644 --- a/databases/pldebugger/pkg-descr +++ b/databases/pldebugger/pkg-descr @@ -1,4 +1,4 @@ -This module is a set of shared libraries which implement an API for -debugging pl/pgsql functions on PostgreSQL 8.4 and above. +This module is a set of shared libraries which implement an API for debugging +pl/pgsql functions on PostgreSQL 8.4 and above. -WWW: https://git.postgresql.org/gitweb/?p=pldebugger.git;a=summary +WWW: https://github.com/EnterpriseDB/pldebugger