git: ddb25d27573d - main - devel/rubygem-async212: Fix PKGNAME collision

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 24 Jul 2024 11:49:27 UTC
The branch main has been updated by sunpoet:

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

commit ddb25d27573df1bec77169fb9a89338fdf51c231
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-24 11:45:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-24 11:45:33 +0000

    devel/rubygem-async212: Fix PKGNAME collision
    
    - Add PORTSCOUT
    
    Pointyhat to:   mfechner
---
 devel/rubygem-async212/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/rubygem-async212/Makefile b/devel/rubygem-async212/Makefile
index d19e90b42518..a2db9ae18aa6 100644
--- a/devel/rubygem-async212/Makefile
+++ b/devel/rubygem-async212/Makefile
@@ -1,7 +1,9 @@
 PORTNAME=	async
 PORTVERSION=	2.12.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	212
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Modern asynchronous I/O framework for Ruby
@@ -18,4 +20,6 @@ USES=		gem
 
 NO_ARCH=	yes
 
+PORTSCOUT=	limit:^2\.12\.
+
 .include <bsd.port.mk>