aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-bigrecord
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-10 13:41:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-10 13:41:30 +0000
commit787b2bb2abf58f0df746b4c1672ea773753aecee (patch)
tree0769b40c441d1a47db74c46baed72ac1e65ecbce /databases/rubygem-bigrecord
parentb42a993be5052951b7b7c70bb9f7b3bd9786cd93 (diff)
downloadports-787b2bb2abf58f0df746b4c1672ea773753aecee.tar.gz
ports-787b2bb2abf58f0df746b4c1672ea773753aecee.zip
- Update RUN_DEPENDS: use Rails 4
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=412942
Diffstat (limited to 'databases/rubygem-bigrecord')
-rw-r--r--databases/rubygem-bigrecord/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/rubygem-bigrecord/Makefile b/databases/rubygem-bigrecord/Makefile
index 67ba57bdd511..26a27386032d 100644
--- a/databases/rubygem-bigrecord/Makefile
+++ b/databases/rubygem-bigrecord/Makefile
@@ -3,6 +3,7 @@
PORTNAME= bigrecord
PORTVERSION= 0.1.1
+PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -12,8 +13,8 @@ COMMENT= Intended to work as a drop-in for Rails applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activerecord>=0:databases/rubygem-activerecord \
- rubygem-activesupport>=0:devel/rubygem-activesupport \
+RUN_DEPENDS= rubygem-activerecord4>=0:databases/rubygem-activerecord4 \
+ rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
rubygem-uuidtools>=2.0.0:devel/rubygem-uuidtools
NO_ARCH= yes