diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-10-03 02:04:47 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-10-03 02:04:47 +0000 |
commit | 256a487d9f600d9b24c3e29bd656ed356734c568 (patch) | |
tree | 21b7ac285142c188f60cefd184e0b1f526a2e864 | |
parent | Fix build (diff) |
devel/rubygem-simple_form: update to 3.0.2
-rw-r--r-- | devel/rubygem-simple_form/Makefile | 6 | ||||
-rw-r--r-- | devel/rubygem-simple_form/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/rubygem-simple_form/Makefile b/devel/rubygem-simple_form/Makefile index 765adcd52233..39694e6f260d 100644 --- a/devel/rubygem-simple_form/Makefile +++ b/devel/rubygem-simple_form/Makefile @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= simple_form -PORTVERSION= 2.1.0 +PORTVERSION= 3.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Forms made easy -RUN_DEPENDS= rubygem-activemodel>=3.0:${PORTSDIR}/databases/rubygem-activemodel \ - rubygem-actionpack>=3.0:${PORTSDIR}/www/rubygem-actionpack +RUN_DEPENDS= rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 \ + rubygem-actionpack4>=4.0:${PORTSDIR}/www/rubygem-actionpack4 USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/devel/rubygem-simple_form/distinfo b/devel/rubygem-simple_form/distinfo index cf52c0f20250..ae0466562b3d 100644 --- a/devel/rubygem-simple_form/distinfo +++ b/devel/rubygem-simple_form/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/simple_form-2.1.0.gem) = 631d97972196bbd8aa597c756f5ddbe15622b6f10ac5b5ce85254bed12d3fcd7 -SIZE (rubygem/simple_form-2.1.0.gem) = 66560 +SHA256 (rubygem/simple_form-3.0.2.gem) = f58b20d10ab1f07d142997e3a65bbecca88c5312b88c3c7375a0a99d807cbcbf +SIZE (rubygem/simple_form-3.0.2.gem) = 64512 |