git: e33b381d7c13 - main - sysutils/pacman: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:36:35 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=e33b381d7c13ac6da7bc79a7700f012c66fd3a97 commit e33b381d7c13ac6da7bc79a7700f012c66fd3a97 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 14:27:14 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 14:27:14 +0000 sysutils/pacman: Add CPE information Approved by: portmgr (blanket) --- sysutils/pacman/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/pacman/Makefile b/sysutils/pacman/Makefile index 93fd4d73cbdb..5a39b0bba19e 100644 --- a/sysutils/pacman/Makefile +++ b/sysutils/pacman/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc \ RUN_DEPENDS= bash:shells/bash LIB_DEPENDS= libarchive.so.13:archivers/libarchive -USES= gmake libtool localbase:ldflags pathfix perl5 pkgconfig shebangfix ssl +USES= cpe gmake libtool localbase:ldflags pathfix perl5 pkgconfig shebangfix ssl +CPE_VENDOR= ${PORTNAME}_project SHEBANG_FILES= ${WRKSRC}/scripts/makepkg-template.pl.in \ ${WRKSRC}/scripts/libmakepkg/lint_config.sh.in GNU_CONFIGURE= yes