svn commit: r508828 - head/misc/exercism

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Aug 13 14:19:05 UTC 2019


Author: 0mp
Date: Tue Aug 13 14:19:04 2019
New Revision: 508828
URL: https://svnweb.freebsd.org/changeset/ports/508828

Log:
  Style: move GH_* variables closer to each other
  
  Fixes invalid change I introduced in r482963.
  
  Reported by:	mat
  Differential Revision:	https://reviews.freebsd.org/D17699

Modified:
  head/misc/exercism/Makefile

Modified: head/misc/exercism/Makefile
==============================================================================
--- head/misc/exercism/Makefile	Tue Aug 13 14:05:01 2019	(r508827)
+++ head/misc/exercism/Makefile	Tue Aug 13 14:19:04 2019	(r508828)
@@ -12,9 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		go
-
 USE_GITHUB=	yes
-
 GH_TUPLE=	\
 		exercism:cli:v${PORTVERSION}:DEFAULT/src/github.com/exercism/cli \
 		armon:consul-api:eb2c6b5:consulapi/src/github.com/armon/consul-api \
@@ -62,7 +60,6 @@ GH_TUPLE=	\
 		go4org:go4:417644f:go4/src/go4.org \
 		go-check:check:788fd78:gocheck/src/gopkg.in/check.v1 \
 		go-yaml:yaml:25c4ec8:yaml/src/gopkg.in/yaml.v2
-
 GH_SUBDIR=	src/github.com/${GH_ACCOUNT}/${PORTNAME}
 
 PLIST_FILES=	bin/exercism


More information about the svn-ports-all mailing list