From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 02:21:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E50D79F8; Thu, 24 Oct 2013 02:21:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) 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 B789021E4; Thu, 24 Oct 2013 02:21:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9O2LX7f056816; Thu, 24 Oct 2013 02:21:33 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9O2LXER056813; Thu, 24 Oct 2013 02:21:33 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310240221.r9O2LXER056813@svn.freebsd.org> From: Steve Wills Date: Thu, 24 Oct 2013 02:21:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331452 - in head/devel: . rubygem-activesupport4 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.14 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, 24 Oct 2013 02:21:34 -0000 Author: swills Date: Thu Oct 24 02:21:32 2013 New Revision: 331452 URL: http://svnweb.freebsd.org/changeset/ports/331452 Log: - Add rubygem-activesupport4 port for newer version of activesupport for the ports that need it, since we are not ready to update the activesupport port to 4.0 yet, as that will break other ports. Added: head/devel/rubygem-activesupport4/ - copied from r331450, head/devel/rubygem-activesupport/ Modified: head/devel/Makefile head/devel/rubygem-activesupport4/Makefile head/devel/rubygem-activesupport4/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 24 02:09:41 2013 (r331451) +++ head/devel/Makefile Thu Oct 24 02:21:32 2013 (r331452) @@ -4010,6 +4010,7 @@ SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activemessaging SUBDIR += rubygem-activesupport + SUBDIR += rubygem-activesupport4 SUBDIR += rubygem-allison SUBDIR += rubygem-analogger SUBDIR += rubygem-annoy Modified: head/devel/rubygem-activesupport4/Makefile ============================================================================== --- head/devel/rubygem-activesupport/Makefile Thu Oct 24 01:45:27 2013 (r331450) +++ head/devel/rubygem-activesupport4/Makefile Thu Oct 24 02:21:32 2013 (r331452) @@ -2,15 +2,18 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 3.2.15 +PORTVERSION= 4.0.0 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 +RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n \ + rubygem-minitest4>=4.2:${PORTSDIR}/devel/rubygem-minitest4 \ + rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-thread_safe>=0.1:${PORTSDIR}/devel/rubygem-thread_safe \ + rubygem-tzinfo>=0.3.37:${PORTSDIR}/devel/rubygem-tzinfo USE_RUBY= yes USE_RUBYGEMS= yes @@ -18,6 +21,8 @@ RUBYGEM_AUTOPLIST= yes USE_RUBY_FEATURES= iconv +PKGNAMESUFFIX= 4 + NOPORTDOCS= yes NO_STAGE= yes Modified: head/devel/rubygem-activesupport4/distinfo ============================================================================== --- head/devel/rubygem-activesupport/distinfo Thu Oct 24 01:45:27 2013 (r331450) +++ head/devel/rubygem-activesupport4/distinfo Thu Oct 24 02:21:32 2013 (r331452) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activesupport-3.2.15.gem) = 54a1981d918cb35f7d8f8f432b447c71a1685851ca50d2388c94001cd5064e7b -SIZE (rubygem/activesupport-3.2.15.gem) = 289792 +SHA256 (rubygem/activesupport-4.0.0.gem) = bac5915af0e0bb115f36443f0a378431584dbc958f51506f4ed96c08e59efd29 +SIZE (rubygem/activesupport-4.0.0.gem) = 309248