Date: Thu, 25 Oct 2018 09:48:16 +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: r482963 - head/misc/exercism Message-ID: <201810250948.w9P9mGSb099015@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810250948.w9P9mGSb099015>