mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Fix PORTSCOUT
To clarify previous commit, PORTSCOUT is needed here because robocode-naval is sharing the download page with robocode, and the version limit will ignore robocode versions with 4 digits and will only pick up 3 digit robocode-naval versions. PR: 210699 Submitted by: dbaio@bsd.com.br (maintainer)
This commit is contained in:
parent
3cb00dcfb0
commit
a73b73b29c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418102
@ -14,7 +14,7 @@ COMMENT= Game for learning Java[tm] programming language
|
||||
|
||||
LICENSE= EPL
|
||||
|
||||
PORTSCOUT= limit:^\d+\.\d+\.\d+$
|
||||
PORTSCOUT= limit:^\d+\.\d+\.\d+$$
|
||||
|
||||
USES= dos2unix zip
|
||||
DOS2UNIX_GLOB= *.css *.team *.properties package-list MANIFEST.MF
|
||||
|
Loading…
Reference in New Issue
Block a user