git: a9cf0e37818b - main - databases/pldebugger: Do not silence installation message

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:01:25 UTC
The branch main has been updated by sunpoet:

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

commit a9cf0e37818b0a3a9ff565fa8e7b40bb4dc9c8e1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:05:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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 <bsd.port.mk>
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