svn commit: r399580 - head/devel/rubygem-method_source

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:09:36 UTC 2015


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


More information about the svn-ports-all mailing list