aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activemodel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-activemodel/Makefile')
-rw-r--r--databases/rubygem-activemodel/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/databases/rubygem-activemodel/Makefile b/databases/rubygem-activemodel/Makefile
index c16362f35339..a746f69fbc0a 100644
--- a/databases/rubygem-activemodel/Makefile
+++ b/databases/rubygem-activemodel/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= activemodel
-PORTVERSION= 3.2.1
+PORTVERSION= 3.2.6
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -13,12 +13,10 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= A toolkit for building modeling frameworks
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
- rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \
- rubygem-bcrypt-ruby>=3.0.0:${PORTSDIR}/security/rubygem-bcrypt-ruby \
- rubygem-i18n>=0.6:${PORTSDIR}/devel/rubygem-i18n
+ rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>