svn commit: r484744 - head/devel/rubygem-thor

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 11 18:23:19 UTC 2018


Author: sunpoet
Date: Sun Nov 11 18:23:13 2018
New Revision: 484744
URL: https://svnweb.freebsd.org/changeset/ports/484744

Log:
  Update to 0.20.2
  
  Changes:	https://github.com/erikhuda/thor/blob/master/CHANGELOG.md

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

Modified: head/devel/rubygem-thor/Makefile
==============================================================================
--- head/devel/rubygem-thor/Makefile	Sun Nov 11 18:23:05 2018	(r484743)
+++ head/devel/rubygem-thor/Makefile	Sun Nov 11 18:23:13 2018	(r484744)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	thor
-PORTVERSION=	0.20.0
+PORTVERSION=	0.20.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,9 +11,10 @@ COMMENT=	Scripting framework that replaces rake, sake,
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/thor
 

Modified: head/devel/rubygem-thor/distinfo
==============================================================================
--- head/devel/rubygem-thor/distinfo	Sun Nov 11 18:23:05 2018	(r484743)
+++ head/devel/rubygem-thor/distinfo	Sun Nov 11 18:23:13 2018	(r484744)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502974263
-SHA256 (rubygem/thor-0.20.0.gem) = b47dad86e151c08921cf935c1ad2be4d9982e435784d6bc223530b62a4bfb85a
-SIZE (rubygem/thor-0.20.0.gem) = 54272
+TIMESTAMP = 1541952639
+SHA256 (rubygem/thor-0.20.2.gem) = 50f3e8479d53c39db05899a349d8a319fe7c9da323b406a0f87e0902b22083d0
+SIZE (rubygem/thor-0.20.2.gem) = 55808


More information about the svn-ports-all mailing list