Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2017 15:05:09 +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: r448124 - head/devel/rubygem-thor
Message-ID:  <201708171505.v7HF59PT080663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Aug 17 15:05:08 2017
New Revision: 448124
URL: https://svnweb.freebsd.org/changeset/ports/448124

Log:
  Update to 0.20.0
  
  - Add LICENSE_FILE
  
  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	Thu Aug 17 15:05:03 2017	(r448123)
+++ head/devel/rubygem-thor/Makefile	Thu Aug 17 15:05:08 2017	(r448124)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	thor
-PORTVERSION=	0.19.4
+PORTVERSION=	0.20.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,9 +9,9 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Scripting framework that replaces rake, sake, and rubigen
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 

Modified: head/devel/rubygem-thor/distinfo
==============================================================================
--- head/devel/rubygem-thor/distinfo	Thu Aug 17 15:05:03 2017	(r448123)
+++ head/devel/rubygem-thor/distinfo	Thu Aug 17 15:05:08 2017	(r448124)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483215791
-SHA256 (rubygem/thor-0.19.4.gem) = da8aa62e197c5c203d9dc3db06314abdab2d8dc9807d0094a9c0503cd36ec506
-SIZE (rubygem/thor-0.19.4.gem) = 52736
+TIMESTAMP = 1502974263
+SHA256 (rubygem/thor-0.20.0.gem) = b47dad86e151c08921cf935c1ad2be4d9982e435784d6bc223530b62a4bfb85a
+SIZE (rubygem/thor-0.20.0.gem) = 54272



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