svn commit: r482963 - head/misc/exercism

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Oct 25 09:48:17 UTC 2018


Author: 0mp
Date: Thu Oct 25 09:48:16 2018
New Revision: 482963
URL: https://svnweb.freebsd.org/changeset/ports/482963

Log:
  misc/exercism: Unbreak the port
  
  - Fix LICENSE_FILE to unbreak the port.
  - Use DISTVERSION instead of PORTVERSION as suggested by the handbook.
  - Move GH_TUPLE out of the USE* section.
  
  Reviewed by:	krion
  Approved by:	krion (mentor), maintainer timeout
  Differential Revision:	https://reviews.freebsd.org/D17489

Modified:
  head/misc/exercism/Makefile

Modified: head/misc/exercism/Makefile
==============================================================================
--- head/misc/exercism/Makefile	Thu Oct 25 09:30:12 2018	(r482962)
+++ head/misc/exercism/Makefile	Thu Oct 25 09:48:16 2018	(r482963)
@@ -2,21 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	exercism
-PORTVERSION=	3.0.9
 DISTVERSIONPREFIX=	v
+DISTVERSION=	3.0.9
 CATEGORIES=	misc
 
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	CLI client for exercism.io
 
 LICENSE=	MIT
-LICENSE_FILE=	LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		wrong LICENSE_FILE
-
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:lang/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 \


More information about the svn-ports-head mailing list