git: cb6a778334ae - main - databases/pg_partman: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:31:40 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb6a778334aeb1e57f7c1781d036190ad4e8daa5 commit cb6a778334aeb1e57f7c1781d036190ad4e8daa5 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:04 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:04 +0000 databases/pg_partman: Add CPE information Approved by: portmgr (blanket) --- databases/pg_partman/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/pg_partman/Makefile b/databases/pg_partman/Makefile index 25a8bb4c6da0..442bc700deef 100644 --- a/databases/pg_partman/Makefile +++ b/databases/pg_partman/Makefile @@ -11,7 +11,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:databases/py-psycopg2 -USES= gmake pgsql:9.4+ python uidfix shebangfix +USES= cpe gmake pgsql:9.4+ python uidfix shebangfix +CPE_VENDOR= pgxn LLD_UNSAFE= yes USE_GITHUB= yes