From c115f35fd690ba676129fa88aa2e80afd71da986 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Thu, 5 Dec 2013 20:27:38 +0000 Subject: - Update to 3.2.16 - Sort RUN_DEPENDS Changes: https://github.com/rails/rails/blob/v3.2.16/activerecord/CHANGELOG.md --- databases/rubygem-activerecord/Makefile | 10 +++++----- databases/rubygem-activerecord/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/databases/rubygem-activerecord/Makefile b/databases/rubygem-activerecord/Makefile index 187d6ae35413..997b3c2febb3 100644 --- a/databases/rubygem-activerecord/Makefile +++ b/databases/rubygem-activerecord/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 3.2.15 +PORTVERSION= 3.2.16 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -11,10 +11,10 @@ COMMENT= Object-relational mapping layer for Rails MVC Framework LICENSE= MIT -RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \ - rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \ - rubygem-tzinfo>=0.3.29:${PORTSDIR}/devel/rubygem-tzinfo \ - rubygem-arel>=3.0.2:${PORTSDIR}/databases/rubygem-arel +RUN_DEPENDS= rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \ + rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \ + rubygem-arel>=3.0.2:${PORTSDIR}/databases/rubygem-arel \ + rubygem-tzinfo>=0.3.29:${PORTSDIR}/devel/rubygem-tzinfo USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/databases/rubygem-activerecord/distinfo b/databases/rubygem-activerecord/distinfo index e7adccccca94..9b96d4a86d61 100644 --- a/databases/rubygem-activerecord/distinfo +++ b/databases/rubygem-activerecord/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/activerecord-3.2.15.gem) = 14ac3aa9bb3f9ecab3bab054225bc4d1dd6a7da0ada97814e6fa42924e9197dd -SIZE (rubygem/activerecord-3.2.15.gem) = 296448 +SHA256 (rubygem/activerecord-3.2.16.gem) = c1a5bd52a79cd8364b2dccd35f1346335358ad232b02311802bc05bbf8138dae +SIZE (rubygem/activerecord-3.2.16.gem) = 296448 -- cgit