git: f42f32be2db8 - main - devel/arduino-irremote: Try again to make portscout ignore nonexistent version

From: Craig Leres <leres_at_FreeBSD.org>
Date: Mon, 10 Jan 2022 21:40:21 UTC
The branch main has been updated by leres:

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

commit f42f32be2db854d5948af77e57a7cf725df39dac
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2022-01-10 21:38:36 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2022-01-10 21:38:36 +0000

    devel/arduino-irremote: Try again to make portscout ignore nonexistent version
    
    Somehow it thinks there is a version called "stable" and "ignore:stable"
    doesn't correct this; force the version to start with a number.
---
 devel/arduino-irremote/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/arduino-irremote/Makefile b/devel/arduino-irremote/Makefile
index 8fa60bb38598..f6abd369488c 100644
--- a/devel/arduino-irremote/Makefile
+++ b/devel/arduino-irremote/Makefile
@@ -14,7 +14,7 @@ USES=		dos2unix
 USE_GITHUB=	yes
 GH_ACCOUNT=	z3t0
 GH_PROJECT=	Arduino-IRremote
-PORTSCOUT=	ignore:stable
+PORTSCOUT=	limit:^[0-9]
 
 NO_BUILD=	yes