Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 13:53:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389388 - head/devel/rubygem-binding_of_caller
Message-ID:  <201506131353.t5DDrkQG052500@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jun 13 13:53:46 2015
New Revision: 389388
URL: https://svnweb.freebsd.org/changeset/ports/389388

Log:
  - Fix LICENSE
  - Update WWW

Modified:
  head/devel/rubygem-binding_of_caller/Makefile
  head/devel/rubygem-binding_of_caller/pkg-descr

Modified: head/devel/rubygem-binding_of_caller/Makefile
==============================================================================
--- head/devel/rubygem-binding_of_caller/Makefile	Sat Jun 13 13:53:41 2015	(r389387)
+++ head/devel/rubygem-binding_of_caller/Makefile	Sat Jun 13 13:53:46 2015	(r389388)
@@ -8,7 +8,7 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Retrieve the binding of a methods caller
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-debug_inspector>=0.0.1:${PORTSDIR}/devel/rubygem-debug_inspector
 

Modified: head/devel/rubygem-binding_of_caller/pkg-descr
==============================================================================
--- head/devel/rubygem-binding_of_caller/pkg-descr	Sat Jun 13 13:53:41 2015	(r389387)
+++ head/devel/rubygem-binding_of_caller/pkg-descr	Sat Jun 13 13:53:46 2015	(r389388)
@@ -1,4 +1,4 @@
 Retrieve the binding of a method's caller. Can also retrieve bindings even
 further up the stack.
 
-WWW: http://github.com/banister/binding_of_caller
+WWW: https://github.com/banister/binding_of_caller



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131353.t5DDrkQG052500>