aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:11:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:44 +0000
commit28b5d8d72fb6e0553cf450be4c63f025c79d5bd5 (patch)
tree2d560bb0e7bd7f2fa93ecd832b1ae21f8ddae37b
parent3bf37789f5c94130ccb74fe7f33c57e2671dd80d (diff)
devel/rubygem-activesupport61: Cosmetic change
-rw-r--r--devel/rubygem-activesupport61/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-activesupport61/Makefile b/devel/rubygem-activesupport61/Makefile
index c12369ef0b30..12f50f2fe9e7 100644
--- a/devel/rubygem-activesupport61/Makefile
+++ b/devel/rubygem-activesupport61/Makefile
@@ -19,11 +19,12 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \
rubygem-zeitwerk>=2.3<3:devel/rubygem-zeitwerk
USES= cpe gem
-CPE_VENDOR= ${PORTNAME}_project
USE_RUBY= yes
NO_ARCH= yes
+CPE_VENDOR= activesupport_project
+
PORTSCOUT= limit:^6\.1\.
.include <bsd.port.mk>