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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 4 18:58:05 UTC 2018


Author: sunpoet
Date: Sun Nov  4 18:58:01 2018
New Revision: 484136
URL: https://svnweb.freebsd.org/changeset/ports/484136

Log:
  Update to 0.9.1
  
  Changes:	https://github.com/banister/method_source/commits/master

Modified:
  head/devel/rubygem-method_source/Makefile
  head/devel/rubygem-method_source/distinfo

Modified: head/devel/rubygem-method_source/Makefile
==============================================================================
--- head/devel/rubygem-method_source/Makefile	Sun Nov  4 18:57:52 2018	(r484135)
+++ head/devel/rubygem-method_source/Makefile	Sun Nov  4 18:58:01 2018	(r484136)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	method_source
-PORTVERSION=	0.9.0
+PORTVERSION=	0.9.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,8 +12,9 @@ COMMENT=	Tool to retrieve the sourcecode for a method
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-method_source/distinfo
==============================================================================
--- head/devel/rubygem-method_source/distinfo	Sun Nov  4 18:57:52 2018	(r484135)
+++ head/devel/rubygem-method_source/distinfo	Sun Nov  4 18:58:01 2018	(r484136)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506515517
-SHA256 (rubygem/method_source-0.9.0.gem) = f6fd06ba997de0eb6622545b8623a804352c2c9c4a44a362a304bb3d64101277
-SIZE (rubygem/method_source-0.9.0.gem) = 13312
+TIMESTAMP = 1541285775
+SHA256 (rubygem/method_source-0.9.1.gem) = 21e93aceb2c0dbc95b637c8cfca0c50a45975eb8e650351771102728dfde63ca
+SIZE (rubygem/method_source-0.9.1.gem) = 13824


More information about the svn-ports-all mailing list