From owner-svn-ports-all@freebsd.org Thu Apr 6 13:31:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09D9CD2FEA1; Thu, 6 Apr 2017 13:31:10 +0000 (UTC) (envelope-from lifanov@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 mx1.freebsd.org (Postfix) with ESMTPS id C3F97F06; Thu, 6 Apr 2017 13:31:09 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v36DV8oP070971; Thu, 6 Apr 2017 13:31:08 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v36DV8fQ070970; Thu, 6 Apr 2017 13:31:08 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201704061331.v36DV8fQ070970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 6 Apr 2017 13:31:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437864 - head/sysutils/docker-machine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2017 13:31:10 -0000 Author: lifanov Date: Thu Apr 6 13:31:08 2017 New Revision: 437864 URL: https://svnweb.freebsd.org/changeset/ports/437864 Log: sysutils/docker-machine: add LICENSE_FILE Modified: head/sysutils/docker-machine/Makefile Modified: head/sysutils/docker-machine/Makefile ============================================================================== --- head/sysutils/docker-machine/Makefile Thu Apr 6 13:29:26 2017 (r437863) +++ head/sysutils/docker-machine/Makefile Thu Apr 6 13:31:08 2017 (r437864) @@ -10,6 +10,7 @@ MAINTAINER= lifanov@FreeBSD.org COMMENT= Tool to create Docker hosts LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE PLIST_FILES= bin/docker-machine