diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-08 21:01:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-08 21:01:23 +0800 |
commit | 2fc23c223e6b018bc984d4600edb220dd6107614 (patch) | |
tree | 7747ff653512f404409b89a1582482eb2a43b80f /devel | |
parent | 080effac463cfc73ff980c83b76dcd1d3a8eac85 (diff) | |
download | freebsd-ports-gnome-2fc23c223e6b018bc984d4600edb220dd6107614.tar.gz freebsd-ports-gnome-2fc23c223e6b018bc984d4600edb220dd6107614.tar.zst freebsd-ports-gnome-2fc23c223e6b018bc984d4600edb220dd6107614.zip |
Update to 0.2.1
- Fix version requirement of RUN_DEPENDS
Changes: https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-strong_migrations/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-strong_migrations/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/rubygem-strong_migrations/Makefile b/devel/rubygem-strong_migrations/Makefile index d5afe6780dd5..f8ec3572cb5a 100644 --- a/devel/rubygem-strong_migrations/Makefile +++ b/devel/rubygem-strong_migrations/Makefile @@ -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 diff --git a/devel/rubygem-strong_migrations/distinfo b/devel/rubygem-strong_migrations/distinfo index 6b5ef7f18aaf..7da2d91c5370 100644 --- a/devel/rubygem-strong_migrations/distinfo +++ b/devel/rubygem-strong_migrations/distinfo @@ -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 |