git: ab761c51044b - main - archivers/upx: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 19:15:48 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab761c51044bc16bb1eed4de647257be8d76441d commit ab761c51044bc16bb1eed4de647257be8d76441d Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-05 18:41:18 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-05 19:11:39 +0000 archivers/upx: Add CPE information Approved by: portmgr (blanket) --- archivers/upx/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile index a037854e78ec..1d4962cbd683 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -13,10 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libucl.so:archivers/ucl -USES= gmake perl5 +USES= cpe gmake perl5 USE_GITHUB= yes USE_PERL5= build # provides pod2man/pod2html/pod2text required for docs +CPE_VENDOR= upx_project + GH_TUPLE= upx:upx-lzma-sdk:${DISTVERSIONPREFIX}${DISTVERSION}:lzma/src/lzma-sdk MAKE_ENV= UPX_UCLDIR=${LOCALBASE} \