From owner-svn-ports-head@freebsd.org Thu Oct 25 09:48:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FB28103684E; Thu, 25 Oct 2018 09:48:17 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C565D79E53; Thu, 25 Oct 2018 09:48:16 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8973101DA; Thu, 25 Oct 2018 09:48:16 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9P9mGIK099016; Thu, 25 Oct 2018 09:48:16 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9P9mGSb099015; Thu, 25 Oct 2018 09:48:16 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201810250948.w9P9mGSb099015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 25 Oct 2018 09:48:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482963 - head/misc/exercism X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/misc/exercism X-SVN-Commit-Revision: 482963 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 09:48:17 -0000 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 \