Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 22:26:14 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9995151644c8 - main - textproc/rubygem-rails-html-sanitizer: Add USES=cpe
Message-ID:  <202109212226.18LMQE2O040188@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9995151644c8b3c9ea282b505ea14833879e836f

commit 9995151644c8b3c9ea282b505ea14833879e836f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-21 22:16:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-21 22:23:47 +0000

    textproc/rubygem-rails-html-sanitizer: Add USES=cpe
---
 textproc/rubygem-rails-html-sanitizer/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/textproc/rubygem-rails-html-sanitizer/Makefile b/textproc/rubygem-rails-html-sanitizer/Makefile
index 06e3f7d5d7d6..507a174f13df 100644
--- a/textproc/rubygem-rails-html-sanitizer/Makefile
+++ b/textproc/rubygem-rails-html-sanitizer/Makefile
@@ -11,9 +11,12 @@ LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-loofah>=2.3<3:textproc/rubygem-loofah
 
-USES=		gem
+USES=		cpe gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
 
+CPE_VENDOR=	rubyonrails
+CPE_PRODUCT=	html_sanitizer
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109212226.18LMQE2O040188>