svn commit: r406038 - head/games/griels-quest

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 13 12:46:12 UTC 2016


Author: amdmi3
Date: Wed Jan 13 12:46:11 2016
New Revision: 406038
URL: https://svnweb.freebsd.org/changeset/ports/406038

Log:
  Fix PORTSCOUT=skipv to match tag name

Modified:
  head/games/griels-quest/Makefile

Modified: head/games/griels-quest/Makefile
==============================================================================
--- head/games/griels-quest/Makefile	Wed Jan 13 12:37:57 2016	(r406037)
+++ head/games/griels-quest/Makefile	Wed Jan 13 12:46:11 2016	(r406038)
@@ -14,7 +14,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	nevat
 GH_TAGNAME=	0282e6a2e3
 
-PORTSCOUT=	skipv:1.00 # git repo contains required portability fixes after 1.00
+PORTSCOUT=	skipv:v1.00 # git repo contains required portability fixes after 1.00
 
 USE_SDL=	sdl mixer image ttf gfx
 


More information about the svn-ports-head mailing list