From owner-svn-ports-head@freebsd.org Sat Apr 9 12:31:12 2016 Return-Path: Delivered-To: svn-ports-head@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 6C984B098E7; Sat, 9 Apr 2016 12:31:12 +0000 (UTC) (envelope-from sunpoet@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 39A8C1B55; Sat, 9 Apr 2016 12:31:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u39CVBk8050995; Sat, 9 Apr 2016 12:31:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u39CVBd0050994; Sat, 9 Apr 2016 12:31:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604091231.u39CVBd0050994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Apr 2016 12:31:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412829 - head/graphics/rubygem-flamegraph X-SVN-Group: ports-head 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.21 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: Sat, 09 Apr 2016 12:31:12 -0000 Author: sunpoet Date: Sat Apr 9 12:31:11 2016 New Revision: 412829 URL: https://svnweb.freebsd.org/changeset/ports/412829 Log: - Add LICENSE_FILE Modified: head/graphics/rubygem-flamegraph/Makefile Modified: head/graphics/rubygem-flamegraph/Makefile ============================================================================== --- head/graphics/rubygem-flamegraph/Makefile Sat Apr 9 12:31:06 2016 (r412828) +++ head/graphics/rubygem-flamegraph/Makefile Sat Apr 9 12:31:11 2016 (r412829) @@ -10,11 +10,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Flamegraph support for arbitrary ruby apps LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-fast_stack>=0:devel/rubygem-fast_stack NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes