Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 17:10:33 +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: r398522 - head/devel/rubygem-redis-activesupport
Message-ID:  <201510031710.t93HAXMW012829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct  3 17:10:33 2015
New Revision: 398522
URL: https://svnweb.freebsd.org/changeset/ports/398522

Log:
  - Update to 4.1.3
  - Add LICENSE_FILE
  
  Changes:	https://github.com/redis-store/redis-activesupport/commits/master

Modified:
  head/devel/rubygem-redis-activesupport/Makefile
  head/devel/rubygem-redis-activesupport/distinfo

Modified: head/devel/rubygem-redis-activesupport/Makefile
==============================================================================
--- head/devel/rubygem-redis-activesupport/Makefile	Sat Oct  3 17:10:27 2015	(r398521)
+++ head/devel/rubygem-redis-activesupport/Makefile	Sat Oct  3 17:10:33 2015	(r398522)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis-activesupport
-PORTVERSION=	4.1.2
+PORTVERSION=	4.1.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,6 +9,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Redis store for ActiveSupport::Cache
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-activesupport4>=3:${PORTSDIR}/devel/rubygem-activesupport4 \
 		rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store

Modified: head/devel/rubygem-redis-activesupport/distinfo
==============================================================================
--- head/devel/rubygem-redis-activesupport/distinfo	Sat Oct  3 17:10:27 2015	(r398521)
+++ head/devel/rubygem-redis-activesupport/distinfo	Sat Oct  3 17:10:33 2015	(r398522)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/redis-activesupport-4.1.2.gem) = 26b2b75422d4020747fafa4290b2e735008e21392e2a906acde454c8cb1c75b3
-SIZE (rubygem/redis-activesupport-4.1.2.gem) = 11776
+SHA256 (rubygem/redis-activesupport-4.1.3.gem) = 7ddd87bdbc26a6e2852af57d25c8aafdbd049cbf1b49653e13c082a3d418b910
+SIZE (rubygem/redis-activesupport-4.1.3.gem) = 11776



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