aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:05:25 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:13 +0000
commita9cf0e37818b0a3a9ff565fa8e7b40bb4dc9c8e1 (patch)
tree6ba3b41a217f811418e4b58569d5b65383c63bfc
parent82591ed620fef5ccc201323bbe65a6b0bce008cf (diff)
downloadports-a9cf0e37818b0a3a9ff565fa8e7b40bb4dc9c8e1.tar.gz
ports-a9cf0e37818b0a3a9ff565fa8e7b40bb4dc9c8e1.zip
databases/pldebugger: Do not silence installation message
- Update WWW - Take maintainership
-rw-r--r--databases/pldebugger/Makefile12
-rw-r--r--databases/pldebugger/pkg-descr6
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