From owner-svn-ports-head@FreeBSD.ORG Sat Jun 13 13:53:47 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B553B40; Sat, 13 Jun 2015 13:53:47 +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 4991CA10; Sat, 13 Jun 2015 13:53:47 +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 t5DDrl9s052503; Sat, 13 Jun 2015 13:53:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5DDrkQG052500; Sat, 13 Jun 2015 13:53:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506131353.t5DDrkQG052500@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Jun 2015 13:53:46 +0000 (UTC) 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 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: Sat, 13 Jun 2015 13:53:47 -0000 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