mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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.
This commit is contained in:
parent
eae6a9e622
commit
f42f32be2d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ USES= dos2unix
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= z3t0
|
GH_ACCOUNT= z3t0
|
||||||
GH_PROJECT= Arduino-IRremote
|
GH_PROJECT= Arduino-IRremote
|
||||||
PORTSCOUT= ignore:stable
|
PORTSCOUT= limit:^[0-9]
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue