git: 3bf37789f5c9 - main - devel/rubygem-activesupport60: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:03:35 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3bf37789f5c94130ccb74fe7f33c57e2671dd80d

commit 3bf37789f5c94130ccb74fe7f33c57e2671dd80d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:11:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:44 +0000

    devel/rubygem-activesupport60: Cosmetic change
---
 devel/rubygem-activesupport60/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/rubygem-activesupport60/Makefile b/devel/rubygem-activesupport60/Makefile
index 4eb4fcb2b5c1..dc07adb8c764 100644
--- a/devel/rubygem-activesupport60/Makefile
+++ b/devel/rubygem-activesupport60/Makefile
@@ -19,11 +19,12 @@ RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \
 		rubygem-zeitwerk>=2.2.2<3:devel/rubygem-zeitwerk
 
 USES=		cpe gem
-CPE_VENDOR=	${PORTNAME}_project
 USE_RUBY=	yes
 
 NO_ARCH=	yes
 
+CPE_VENDOR=	activesupport_project
+
 PORTSCOUT=	limit:^6\.0\.
 
 .include <bsd.port.mk>