From owner-svn-ports-all@FreeBSD.ORG Sat Jun 6 18:09:52 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA3B5C1B; Sat, 6 Jun 2015 18:09:52 +0000 (UTC) (envelope-from sunpoet@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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D809F1C47; Sat, 6 Jun 2015 18:09:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t56I9q7q083414; Sat, 6 Jun 2015 18:09:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t56I9qOi083411; Sat, 6 Jun 2015 18:09:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506061809.t56I9qOi083411@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 6 Jun 2015 18:09:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388678 - head/devel/rubygem-simplecov X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2015 18:09:53 -0000 Author: sunpoet Date: Sat Jun 6 18:09:51 2015 New Revision: 388678 URL: https://svnweb.freebsd.org/changeset/ports/388678 Log: - Update to 0.10.0 - Add NO_ARCH Changes: https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md Modified: head/devel/rubygem-simplecov/Makefile head/devel/rubygem-simplecov/distinfo Modified: head/devel/rubygem-simplecov/Makefile ============================================================================== --- head/devel/rubygem-simplecov/Makefile Sat Jun 6 18:09:21 2015 (r388677) +++ head/devel/rubygem-simplecov/Makefile Sat Jun 6 18:09:51 2015 (r388678) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simplecov -PORTVERSION= 0.9.1 +PORTVERSION= 0.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,6 +14,7 @@ RUN_DEPENDS= rubygem-docile>=1.1.0:${POR rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-simplecov-html>=0.8.0:${PORTSDIR}/textproc/rubygem-simplecov-html +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-simplecov/distinfo ============================================================================== --- head/devel/rubygem-simplecov/distinfo Sat Jun 6 18:09:21 2015 (r388677) +++ head/devel/rubygem-simplecov/distinfo Sat Jun 6 18:09:51 2015 (r388678) @@ -1,2 +1,2 @@ -SHA256 (rubygem/simplecov-0.9.1.gem) = ce9ffc797f9e4493bf97bbf5e88073ad7351d8234561b56ea3bd2baa68a71e1a -SIZE (rubygem/simplecov-0.9.1.gem) = 49152 +SHA256 (rubygem/simplecov-0.10.0.gem) = e49bad010ff7f1c52804491db6edc6c267d3719def80e48ba27bb7fcb6c051e0 +SIZE (rubygem/simplecov-0.10.0.gem) = 52736