svn commit: r379691 - head/devel/rubygem-ruby-prof

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 23 16:21:37 UTC 2015


Author: sunpoet
Date: Mon Feb 23 16:21:36 2015
New Revision: 379691
URL: https://svnweb.freebsd.org/changeset/ports/379691
QAT: https://qat.redports.org/buildarchive/r379691/

Log:
  - Update to 0.15.6
  - Add LICENSE
  
  Changes:	https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES

Modified:
  head/devel/rubygem-ruby-prof/Makefile
  head/devel/rubygem-ruby-prof/distinfo

Modified: head/devel/rubygem-ruby-prof/Makefile
==============================================================================
--- head/devel/rubygem-ruby-prof/Makefile	Mon Feb 23 16:21:29 2015	(r379690)
+++ head/devel/rubygem-ruby-prof/Makefile	Mon Feb 23 16:21:36 2015	(r379691)
@@ -2,16 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	ruby-prof
-PORTVERSION=	0.15.1
+PORTVERSION=	0.15.6
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Fast profiler for Ruby
 
+LICENSE=	BSD2CLAUSE
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/ruby-prof bin/ruby-prof-check-trace
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-ruby-prof/distinfo
==============================================================================
--- head/devel/rubygem-ruby-prof/distinfo	Mon Feb 23 16:21:29 2015	(r379690)
+++ head/devel/rubygem-ruby-prof/distinfo	Mon Feb 23 16:21:36 2015	(r379691)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/ruby-prof-0.15.1.gem) = e09f3a9554d95954ef739ed51cc1bb71ac63266f2f89c70c7df63979df23c2c5
-SIZE (rubygem/ruby-prof-0.15.1.gem) = 589824
+SHA256 (rubygem/ruby-prof-0.15.6.gem) = 1a6a94b9d48a9d64e66994ea686a9a0ef015eac8a0b1e1f0f7db7d0afb491a27
+SIZE (rubygem/ruby-prof-0.15.6.gem) = 600576


More information about the svn-ports-all mailing list