Bug 210699 - [Maintainer] [Patch] games/robocode-naval: Configure PORTSCOUT
Summary: [Maintainer] [Patch] games/robocode-naval: Configure PORTSCOUT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-06-29 15:13 UTC by Danilo G. Baio
Modified: 2016-07-05 18:52 UTC (History)
0 users

See Also:
dbaio: maintainer-feedback+


Attachments
robocode-naval-portscout.patch (318 bytes, patch)
2016-06-29 15:13 UTC, Danilo G. Baio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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