git: 17e0a02dec62 - main - archivers/unrar: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Mon Sep 6 19:57:06 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=17e0a02dec621d59b71d3654d61f63a6b40a901c
commit 17e0a02dec621d59b71d3654d61f63a6b40a901c
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-06 19:54:18 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-06 19:56:41 +0000
archivers/unrar: Add CPE information
Approved by: portmgr (blanket)
---
archivers/unrar/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index 1507dadebc7f..7a7e14da0e41 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -16,7 +16,9 @@ LICENSE_FILE= ${WRKSRC}/license.txt
LICENSE_NAME= UnRAR license
LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
-USES+= compiler:c++11-lang
+USES+= compiler:c++11-lang cpe
+
+CPE_VENDOR= rarlab
LDFLAGS+= -lpthread
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" STRIP="${STRIP_CMD}"
More information about the dev-commits-ports-all
mailing list