Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 18:09:35 +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: r399580 - head/devel/rubygem-method_source
Message-ID:  <201510171809.t9HI9ZIc031095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 17 18:09:35 2015
New Revision: 399580
URL: https://svnweb.freebsd.org/changeset/ports/399580

Log:
  - Add LICENSE_FILE
  - Update WWW

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

Modified: head/devel/rubygem-method_source/Makefile
==============================================================================
--- head/devel/rubygem-method_source/Makefile	Sat Oct 17 18:09:30 2015	(r399579)
+++ head/devel/rubygem-method_source/Makefile	Sat Oct 17 18:09:35 2015	(r399580)
@@ -10,9 +10,9 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Tool to retrieve the sourcecode for a method
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-method_source/pkg-descr
==============================================================================
--- head/devel/rubygem-method_source/pkg-descr	Sat Oct 17 18:09:30 2015	(r399579)
+++ head/devel/rubygem-method_source/pkg-descr	Sat Oct 17 18:09:35 2015	(r399580)
@@ -1,4 +1,4 @@
 method_source is a utility to return a method's sourcecode as a Ruby string. 
 Also returns Proc and Lambda sourcecode.
 
-WWW: http://rubygems.org/gems/method_source
+WWW: https://github.com/banister/method_source



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