Created attachment 171949 [details] robocode-naval-portscout.patch robocode-naval is sharing the download page with robocode, this limit will ignore robocode versions with 4 digits and will use only versions with 3 digits from robocode-naval.
A commit references this bug: Author: amdmi3 Date: Wed Jun 29 17:28:22 UTC 2016 New revision: 417783 URL: https://svnweb.freebsd.org/changeset/ports/417783 Log: - Add PORTSCOUT PR: 210699 Submitted by: dbaio@bsd.com.br (maintainer) Changes: head/games/robocode-naval/Makefile
Hi PORTSCOUT is ignoring the end of the expression. Look at http://portscout.freebsd.org/restricted-ports.html It's shown "^\d+\.\d+\.\d+" and not "^\d+\.\d+\.\d+$". Could you help on change it from PORTSCOUT= limit:^\d+\.\d+\.\d+$ to PORTSCOUT= limit:^\d+\.\d+\.\d+$$ ? Thanks again.
A commit references this bug: Author: amdmi3 Date: Tue Jul 5 18:52:17 UTC 2016 New revision: 418102 URL: https://svnweb.freebsd.org/changeset/ports/418102 Log: - 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) Changes: head/games/robocode-naval/Makefile