From owner-svn-ports-head@FreeBSD.ORG Mon May 25 19:54:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F4981B6; Mon, 25 May 2015 19:54:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 16419757; Mon, 25 May 2015 19:54:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4PJsagd025677; Mon, 25 May 2015 19:54:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4PJsaWn025673; Mon, 25 May 2015 19:54:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505251954.t4PJsaWn025673@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 May 2015 19:54:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387408 - 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.20 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: Mon, 25 May 2015 19:54:37 -0000 Author: sunpoet Date: Mon May 25 19:54:36 2015 New Revision: 387408 URL: https://svnweb.freebsd.org/changeset/ports/387408 Log: - Update to 0.1.0 - Add LICENSE Changes: https://github.com/SamSaffron/flamegraph/blob/master/CHANGELOG https://github.com/SamSaffron/flamegraph/commits/master Modified: head/graphics/rubygem-flamegraph/Makefile head/graphics/rubygem-flamegraph/distinfo Modified: head/graphics/rubygem-flamegraph/Makefile ============================================================================== --- head/graphics/rubygem-flamegraph/Makefile Mon May 25 19:54:31 2015 (r387407) +++ head/graphics/rubygem-flamegraph/Makefile Mon May 25 19:54:36 2015 (r387408) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= flamegraph -PORTVERSION= 0.0.5 +PORTVERSION= 0.1.0 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Flamegraph support for arbitrary ruby apps +LICENSE= MIT + RUN_DEPENDS= rubygem-fast_stack>=0:${PORTSDIR}/devel/rubygem-fast_stack USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes .include Modified: head/graphics/rubygem-flamegraph/distinfo ============================================================================== --- head/graphics/rubygem-flamegraph/distinfo Mon May 25 19:54:31 2015 (r387407) +++ head/graphics/rubygem-flamegraph/distinfo Mon May 25 19:54:36 2015 (r387408) @@ -1,2 +1,2 @@ -SHA256 (rubygem/flamegraph-0.0.5.gem) = 35797468e37d129ad94be75c2a63488e7cdbf29fdc7a3cbd84f6b530a4497bee -SIZE (rubygem/flamegraph-0.0.5.gem) = 95232 +SHA256 (rubygem/flamegraph-0.1.0.gem) = 79bb64cb78eafe9757a46acd927fb9fc40ea5ab6549e3429474eea0add63ea3d +SIZE (rubygem/flamegraph-0.1.0.gem) = 97280