- Update to the latest git snapsot, fixes build with postgresql 11
PR: 239611 Reported by: tobik@freebsd.org
This commit is contained in:
parent
bfd0c5e599
commit
805bdbe8b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509522
3 changed files with 10 additions and 10 deletions
|
@ -2,24 +2,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pldebugger
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.0.20181016
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://git.postgresql.org/gitweb/?p=pldebugger.git;a=snapshot;h=v${PORTVERSION};sf=tgz;dummy=/
|
||||
MASTER_SITES= https://git.postgresql.org/gitweb/?p=pldebugger.git;a=snapshot;h=c3ac72942c6ba2e3b701a5291b1f6cf8f596b57c;sf=tgz;dummy=/
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= PostgreSQL pl/pgsql Debugger API
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
USES= gmake pgsql:10-
|
||||
USES= gmake pgsql
|
||||
LLD_UNSAFE= yes
|
||||
WANT_PGSQL= server
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/postgresql/extension
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}-264450d
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-c3ac729
|
||||
|
||||
MAKE_ENV= USE_PGXS=1
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1529607550
|
||||
SHA256 (pldebugger-1.0.tar.gz) = b886d5b506bbb89c55c2129e087e61a7f4b9945b37a3638e3a2b128b541c47d4
|
||||
SIZE (pldebugger-1.0.tar.gz) = 48231
|
||||
TIMESTAMP = 1566411551
|
||||
SHA256 (pldebugger-1.0.20181016.tar.gz) = 90479bfc0523e017898f981a58825867ad300bdeaf57e69a55a31bdc27bdfe39
|
||||
SIZE (pldebugger-1.0.20181016.tar.gz) = 48599
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
lib/postgresql/plugin_debugger.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.pldebugger
|
||||
share/postgresql/extension/pldbgapi--1.0.sql
|
||||
share/postgresql/extension/pldbgapi--unpackaged--1.0.sql
|
||||
share/postgresql/extension/pldbgapi--1.0--1.1.sql
|
||||
share/postgresql/extension/pldbgapi--1.1.sql
|
||||
share/postgresql/extension/pldbgapi--unpackaged--1.1.sql
|
||||
share/postgresql/extension/pldbgapi.control
|
||||
|
|
Loading…
Reference in a new issue