aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-10 13:42:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-10 13:42:06 +0000
commit4440bfaf1c67812f3ae5513816268db4ad611ec0 (patch)
treeb49f46cf9ea6e798513d4c3c5af0b73867d9c804 /databases
parent7418ec8622c2ff20260a5a65447d1c383b44e784 (diff)
downloadports-4440bfaf1c67812f3ae5513816268db4ad611ec0.tar.gz
ports-4440bfaf1c67812f3ae5513816268db4ad611ec0.zip
- Update RUN_DEPENDS: use Rails 4
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=412950
Diffstat (limited to 'databases')
-rw-r--r--databases/rubygem-arel-helpers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rubygem-arel-helpers/Makefile b/databases/rubygem-arel-helpers/Makefile
index 74e64b1126fa..f5a016a060c2 100644
--- a/databases/rubygem-arel-helpers/Makefile
+++ b/databases/rubygem-arel-helpers/Makefile
@@ -2,6 +2,7 @@
PORTNAME= arel-helpers
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -10,7 +11,7 @@ COMMENT= Helpers to construct database queries with ActiveRecord and Arel
LICENSE= MIT
-RUN_DEPENDS= rubygem-activerecord>=3.1.0:databases/rubygem-activerecord
+RUN_DEPENDS= rubygem-activerecord4>=3.1.0:databases/rubygem-activerecord4
NO_ARCH= yes
USE_RUBY= yes