Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2019 14:19:04 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508828 - head/misc/exercism
Message-ID:  <201908131419.x7DEJ4bC057100@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908131419.x7DEJ4bC057100>