Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2018 13:01:23 +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: r461235 - head/devel/rubygem-strong_migrations
Message-ID:  <201802081301.w18D1NBj006332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb  8 13:01:23 2018
New Revision: 461235
URL: https://svnweb.freebsd.org/changeset/ports/461235

Log:
  Update to 0.2.1
  
  - Fix version requirement of RUN_DEPENDS
  
  Changes:	https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md

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

Modified: head/devel/rubygem-strong_migrations/Makefile
==============================================================================
--- head/devel/rubygem-strong_migrations/Makefile	Thu Feb  8 13:01:17 2018	(r461234)
+++ head/devel/rubygem-strong_migrations/Makefile	Thu Feb  8 13:01:23 2018	(r461235)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	strong_migrations
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +11,7 @@ COMMENT=	Catch unsafe migrations at dev time
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-activerecord5>=5.1.4:databases/rubygem-activerecord5
+RUN_DEPENDS=	rubygem-activerecord5>=3.2.0:databases/rubygem-activerecord5
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-strong_migrations/distinfo
==============================================================================
--- head/devel/rubygem-strong_migrations/distinfo	Thu Feb  8 13:01:17 2018	(r461234)
+++ head/devel/rubygem-strong_migrations/distinfo	Thu Feb  8 13:01:23 2018	(r461235)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515425065
-SHA256 (rubygem/strong_migrations-0.2.0.gem) = da60e2336c57b22273db946d3504546e91c55a4f5d73a04533374fcdca809dba
-SIZE (rubygem/strong_migrations-0.2.0.gem) = 11264
+TIMESTAMP = 1518091884
+SHA256 (rubygem/strong_migrations-0.2.1.gem) = 1e124bddd915aa9e57a5f237aedcbc754cee1108fab9a3165ccf0c19fccc991f
+SIZE (rubygem/strong_migrations-0.2.1.gem) = 11776



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