Bug 210699

Summary: [Maintainer] [Patch] games/robocode-naval: Configure PORTSCOUT
Product: Ports & Packages Reporter: Danilo G. Baio <dbaio>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: dbaio: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
robocode-naval-portscout.patch none

Description Danilo G. Baio freebsd_committer freebsd_triage 2016-06-29 15:13:00 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-06-29 17:29:09 UTC
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
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2016-07-01 20:41:15 UTC
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.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-07-05 18:52:32 UTC
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