From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 21 02:59:56 2011 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B096106566C for ; Fri, 21 Oct 2011 02:59:56 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 3AC948FC15 for ; Fri, 21 Oct 2011 02:59:56 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 73B523A47; Fri, 21 Oct 2011 10:50:38 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20111021025038.73B523A47@sunpoet.net> Date: Fri, 21 Oct 2011 10:50:38 +0800 (CST) Cc: ruby@FreeBSD.org Subject: [PATCH] devel/rubygem-rspec-expectations: update to 2.7.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2011 02:59:56 -0000 >Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: The FreeBSD Project >Confidential: no >Synopsis: [PATCH] devel/rubygem-rspec-expectations: update to 2.7.0 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.2-STABLE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011 >Description: - Update to 2.7.0 - Line wrapping for pkg-descr Port maintainer (ruby@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-rspec-expectations-2.7.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/rubygem-rspec-expectations/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 27 Jun 2011 02:17:13 -0000 1.1 +++ Makefile 21 Oct 2011 02:49:46 -0000 @@ -6,7 +6,7 @@ # PORTNAME= rspec-expectations -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/rubygem-rspec-expectations/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 27 Jun 2011 02:17:13 -0000 1.1 +++ distinfo 21 Oct 2011 02:49:46 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-expectations-2.6.0.gem) = 8db3e4e34d163fc6d17ded378380ed2dd2495a9565869c4ef02b8de6434c5db1 -SIZE (rubygem/rspec-expectations-2.6.0.gem) = 61952 +SHA256 (rubygem/rspec-expectations-2.7.0.gem) = 9c0b0c069a622327ac7691162c92f2669ae1248fdd9ba201dd95acaeb1a5b592 +SIZE (rubygem/rspec-expectations-2.7.0.gem) = 57344 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/devel/rubygem-rspec-expectations/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 27 Jun 2011 02:17:13 -0000 1.1 +++ pkg-descr 21 Oct 2011 02:49:46 -0000 @@ -1,3 +1,4 @@ -Rspec-expectations adds should and should_not to every object and includes RSpec::Matchers, a library of standard matchers. +Rspec-expectations adds should and should_not to every object and includes +RSpec::Matchers, a library of standard matchers. WWW: https://github.com/rspec/rspec-expectations --- rubygem-rspec-expectations-2.7.0.patch ends here ---