svn commit: r418102 - head/games/robocode-naval

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 5 18:52:18 UTC 2016


Author: amdmi3
Date: Tue Jul  5 18:52:17 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 at bsd.com.br (maintainer)

Modified:
  head/games/robocode-naval/Makefile

Modified: head/games/robocode-naval/Makefile
==============================================================================
--- head/games/robocode-naval/Makefile	Tue Jul  5 18:46:45 2016	(r418101)
+++ head/games/robocode-naval/Makefile	Tue Jul  5 18:52:17 2016	(r418102)
@@ -14,7 +14,7 @@ COMMENT=	Game for learning Java[tm] prog
 
 LICENSE=	EPL
 
-PORTSCOUT=	limit:^\d+\.\d+\.\d+$
+PORTSCOUT=	limit:^\d+\.\d+\.\d+$$
 
 USES=		dos2unix zip
 DOS2UNIX_GLOB=	*.css *.team *.properties package-list MANIFEST.MF


More information about the svn-ports-head mailing list