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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 13 11:51:32 UTC 2013


Author: sunpoet
Date: Thu Jun 13 11:51:31 2013
New Revision: 320769
URL: http://svnweb.freebsd.org/changeset/ports/320769

Log:
  - Update to 0.8.1
  - Remove leading indefinite article from COMMENT
  - Cleanup Makefile header
  
  Changes:	https://github.com/banister/method_source/commits/master

Modified:
  head/devel/rubygem-method_source/Makefile
  head/devel/rubygem-method_source/distinfo   (contents, props changed)
  head/devel/rubygem-method_source/pkg-descr   (contents, props changed)

Modified: head/devel/rubygem-method_source/Makefile
==============================================================================
--- head/devel/rubygem-method_source/Makefile	Thu Jun 13 11:50:16 2013	(r320768)
+++ head/devel/rubygem-method_source/Makefile	Thu Jun 13 11:51:31 2013	(r320769)
@@ -1,17 +1,13 @@
-# New ports collection makefile for:	rubygem-method_source
-# Date created:		2012-02-08
-# Whom:			Shin-ya MURAKAMI <murashin at gfd-dennou.org>
-#
+# Created by: Shin-ya MURAKAMI <murashin at gfd-dennou.org>
 # $FreeBSD$
-#
 
 PORTNAME=	method_source
-PORTVERSION=	0.8
+PORTVERSION=	0.8.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
-COMMENT=	A tool to retrieve the sourcecode for a method
+COMMENT=	Tool to retrieve the sourcecode for a method
 
 LICENSE=	MIT
 

Modified: head/devel/rubygem-method_source/distinfo
==============================================================================
--- head/devel/rubygem-method_source/distinfo	Thu Jun 13 11:50:16 2013	(r320768)
+++ head/devel/rubygem-method_source/distinfo	Thu Jun 13 11:51:31 2013	(r320769)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/method_source-0.8.gem) = 246c3d1bd3ccf6f4d22a025d671826c722f7cadb24f06ea74f6975557bab2a81
-SIZE (rubygem/method_source-0.8.gem) = 12288
+SHA256 (rubygem/method_source-0.8.1.gem) = 997746b618752232ba6a224cc701161702bca28237520241deabe7d1c128e95e
+SIZE (rubygem/method_source-0.8.1.gem) = 12288

Modified: head/devel/rubygem-method_source/pkg-descr
==============================================================================
--- head/devel/rubygem-method_source/pkg-descr	Thu Jun 13 11:50:16 2013	(r320768)
+++ head/devel/rubygem-method_source/pkg-descr	Thu Jun 13 11:51:31 2013	(r320769)
@@ -1,5 +1,4 @@
 method_source is a utility to return a method's sourcecode as a Ruby string. 
 Also returns Proc and Lambda sourcecode.
 
-Author:	John Mair http://banisterfiend.wordpress.com/
-WWW:	http://rubygems.org/gems/method_source
+WWW: http://rubygems.org/gems/method_source


More information about the svn-ports-all mailing list