svn commit: r433497 - head/games/emptyepsilon

Mathieu Arnold mat at FreeBSD.org
Mon Feb 6 16:42:58 UTC 2017


Author: mat
Date: Mon Feb  6 16:42:56 2017
New Revision: 433497
URL: https://svnweb.freebsd.org/changeset/ports/433497

Log:
  Here is an example of where not to use GH_TUPLE because it forces to
  rewrite all the default values time and time again.
  
  Sponsored by:	Absolight

Modified:
  head/games/emptyepsilon/Makefile   (contents, props changed)

Modified: head/games/emptyepsilon/Makefile
==============================================================================
--- head/games/emptyepsilon/Makefile	Mon Feb  6 16:30:16 2017	(r433496)
+++ head/games/emptyepsilon/Makefile	Mon Feb  6 16:42:56 2017	(r433497)
@@ -15,8 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libsfml-system.so:devel/sfml
 
 USE_GITHUB=	yes
-GH_TUPLE=	daid:EmptyEpsilon:${DISTVERSIONFULL}
-GH_TUPLE+=	daid:SeriousProton:${DISTVERSIONFULL}:sproton
+GH_ACCOUNT=	daid
+GH_PROJECT=	EmptyEpsilon SeriousProton:sproton
 
 USES=		cmake compiler:c++11-lib
 USE_GL=		gl glu


More information about the svn-ports-head mailing list