svn commit: r387408 - head/graphics/rubygem-flamegraph

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 25 19:54:37 UTC 2015


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list