From owner-svn-ports-head@FreeBSD.ORG Thu Dec 5 20:27:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCEF4D48; Thu, 5 Dec 2013 20:27:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B045C191B; Thu, 5 Dec 2013 20:27:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB5KRpdX001141; Thu, 5 Dec 2013 20:27:51 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB5KRpUQ001130; Thu, 5 Dec 2013 20:27:51 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201312052027.rB5KRpUQ001130@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Dec 2013 20:27:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335704 - head/devel/rubygem-activesupport X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 20:27:51 -0000 Author: sunpoet Date: Thu Dec 5 20:27:50 2013 New Revision: 335704 URL: http://svnweb.freebsd.org/changeset/ports/335704 Log: - Update to 3.2.16 - Add LICENSE - Sort RUN_DEPENDS Changes: https://github.com/rails/rails/blob/v3.2.16/activesupport/CHANGELOG.md Modified: head/devel/rubygem-activesupport/Makefile head/devel/rubygem-activesupport/distinfo Modified: head/devel/rubygem-activesupport/Makefile ============================================================================== --- head/devel/rubygem-activesupport/Makefile Thu Dec 5 20:27:45 2013 (r335703) +++ head/devel/rubygem-activesupport/Makefile Thu Dec 5 20:27:50 2013 (r335704) @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 3.2.15 +PORTVERSION= 3.2.16 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework -RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n +LICENSE= MIT + +RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n \ + rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes +USE_RUBY_FEATURES= iconv USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -USE_RUBY_FEATURES= iconv - NOPORTDOCS= yes .include Modified: head/devel/rubygem-activesupport/distinfo ============================================================================== --- head/devel/rubygem-activesupport/distinfo Thu Dec 5 20:27:45 2013 (r335703) +++ head/devel/rubygem-activesupport/distinfo Thu Dec 5 20:27:50 2013 (r335704) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activesupport-3.2.15.gem) = 54a1981d918cb35f7d8f8f432b447c71a1685851ca50d2388c94001cd5064e7b -SIZE (rubygem/activesupport-3.2.15.gem) = 289792 +SHA256 (rubygem/activesupport-3.2.16.gem) = c9f447d9c5ebb9caee05bc063daeeb6f3cc8307e9dcbf66c3006877def994d94 +SIZE (rubygem/activesupport-3.2.16.gem) = 289792