aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-29 00:29:21 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-29 00:29:21 +0800
commitf145619666a6fba58da579cb91b6bacd10e585b8 (patch)
tree435437f253a83e03cb7e313d2de79940a8d7d279 /www
parentb00d08eb655caed97d3103f9e3e1550c8bf5582a (diff)
downloadfreebsd-ports-gnome-f145619666a6fba58da579cb91b6bacd10e585b8.tar.gz
freebsd-ports-gnome-f145619666a6fba58da579cb91b6bacd10e585b8.tar.zst
freebsd-ports-gnome-f145619666a6fba58da579cb91b6bacd10e585b8.zip
- Update RUN_DEPENDS: use Rails 4
- Bump PORTREVISION for dependency change
Diffstat (limited to 'www')
-rw-r--r--www/rubygem-carrierwave/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/rubygem-carrierwave/Makefile b/www/rubygem-carrierwave/Makefile
index fe7422a08d1e..81be691ca8f5 100644
--- a/www/rubygem-carrierwave/Makefile
+++ b/www/rubygem-carrierwave/Makefile
@@ -2,6 +2,7 @@
PORTNAME= carrierwave
PORTVERSION= 0.10.0
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -10,13 +11,12 @@ COMMENT= Upload files, map them to a range of ORMs, store on different backends
LICENSE= MIT
-RUN_DEPENDS= rubygem-activemodel>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel \
- rubygem-activesupport>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport \
+RUN_DEPENDS= rubygem-activemodel4>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel4 \
+ rubygem-activesupport4>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-json>=1.7:${PORTSDIR}/devel/rubygem-json \
rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes