Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2019 21:42:58 +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: r506059 - head/devel/rubygem-cri
Message-ID:  <201907062142.x66Lgw2H013670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jul  6 21:42:58 2019
New Revision: 506059
URL: https://svnweb.freebsd.org/changeset/ports/506059

Log:
  Update to 2.15.9
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/ddfreyne/cri/releases

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

Modified: head/devel/rubygem-cri/Makefile
==============================================================================
--- head/devel/rubygem-cri/Makefile	Sat Jul  6 21:42:52 2019	(r506058)
+++ head/devel/rubygem-cri/Makefile	Sat Jul  6 21:42:58 2019	(r506059)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cri
-PORTVERSION=	2.15.2
+PORTVERSION=	2.15.9
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,12 +10,13 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Allows building easy-to-use commandline interfaces
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-colored>=1.2:textproc/rubygem-colored
 
-NO_ARCH=	yes
-
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-cri/distinfo
==============================================================================
--- head/devel/rubygem-cri/distinfo	Sat Jul  6 21:42:52 2019	(r506058)
+++ head/devel/rubygem-cri/distinfo	Sat Jul  6 21:42:58 2019	(r506059)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540136903
-SHA256 (rubygem/cri-2.15.2.gem) = a78fa76f4c6b6fdefebb691401a782017d4b342aef0f46ed7cee749a8979c8b9
-SIZE (rubygem/cri-2.15.2.gem) = 33792
+TIMESTAMP = 1562427768
+SHA256 (rubygem/cri-2.15.9.gem) = 4a2789fea5c306e49f209e9b721b7d4773b538dd69668d4fd0a2772dee40f871
+SIZE (rubygem/cri-2.15.9.gem) = 35328



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