svn commit: r389388 - head/devel/rubygem-binding_of_caller

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:53:47 UTC 2015


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 at 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


More information about the svn-ports-all mailing list