Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 19:49:18 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: 7484cfc0d37b - main - devel/rubygem-activejob60: Add USES=cpe
Message-ID:  <202109271949.18RJnIIb042957@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=7484cfc0d37ba857b68c1b0a5822579ae90cc061

commit 7484cfc0d37ba857b68c1b0a5822579ae90cc061
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-27 19:36:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-27 19:48:11 +0000

    devel/rubygem-activejob60: Add USES=cpe
---
 devel/rubygem-activejob60/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/rubygem-activejob60/Makefile b/devel/rubygem-activejob60/Makefile
index 3faa024e601f..72b642997b82 100644
--- a/devel/rubygem-activejob60/Makefile
+++ b/devel/rubygem-activejob60/Makefile
@@ -15,11 +15,14 @@ LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 RUN_DEPENDS=	rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \
 		rubygem-globalid-rails60>=0.3.6:databases/rubygem-globalid-rails60
 
-USES=		gem
+USES=		cpe gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
 
+CPE_VENDOR=	rubyonrails
+CPE_PRODUCT=	active_job
+
 PORTSCOUT=	limit:^6\.0\.
 
 .include <bsd.port.mk>



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