From owner-freebsd-ruby@FreeBSD.ORG Thu Jul 5 20:03:08 2012 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 4CCEE106566C; Thu, 5 Jul 2012 20:03:08 +0000 (UTC) (envelope-from stas@springdaemons.com) Received: from mx0.deglitch.com (cl-414.sto-01.se.sixxs.net [IPv6:2001:16d8:ff00:19d::2]) by mx1.freebsd.org (Postfix) with ESMTP id 001F98FC0A; Thu, 5 Jul 2012 20:03:07 +0000 (UTC) Received: from orion.swifttest.com (unknown [74.3.97.52]) by mx0.deglitch.com (Postfix) with ESMTPA id CEC688FC27; Fri, 6 Jul 2012 00:03:05 +0400 (MSK) Received: by orion.swifttest.com (Postfix, from userid 1024) id 677115C3C; Thu, 5 Jul 2012 13:02:43 -0700 (PDT) To: FreeBSD-gnats-submit@freebsd.org From: Stanislav Sedov X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20120705200243.677115C3C@orion.swifttest.com> Date: Thu, 5 Jul 2012 13:02:43 -0700 (PDT) Cc: ruby@FreeBSD.org Subject: [PATCH]: lang/ruby update to 1.8.7-p370 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stanislav Sedov List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2012 20:03:08 -0000 >Submitter-Id: current-users >Originator: Stanislav Sedov >Organization: >Confidential: no >Synopsis: [PATCH]: lang/ruby update to 1.8.7-p370 >Severity: non-critical >Priority: medium >Category: ports >Class: update >Release: FreeBSD 10.0-CURRENT amd64 >Environment: System: FreeBSD orion.swifttest.com 10.0-CURRENT FreeBSD 10.0-CURRENT #4 r237852M: Sat Jun 30 13:47:41 PDT 2012 stas@orion.swifttest.com:/usr/obj/storage0/home/stas/nsvn/head/sys/ORION amd64 >Description: This patch updates ruby 1.8 to the latest bugfix release. >How-To-Repeat: >Fix: --- ruby.diff begins here --- Index: Mk/bsd.ruby.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.ruby.mk,v retrieving revision 1.218 diff -u -r1.218 bsd.ruby.mk --- Mk/bsd.ruby.mk 16 May 2012 17:43:28 -0000 1.218 +++ Mk/bsd.ruby.mk 5 Jul 2012 20:01:14 -0000 @@ -168,7 +168,7 @@ RUBY_RELVERSION= 1.8.7 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 358 +RUBY_PATCHLEVEL= 370 . if ${RUBY_PATCHLEVEL} == 0 RUBY_VERSION?= ${RUBY_RELVERSION} Index: lang/ruby18/distinfo =================================================================== RCS file: /home/pcvs/ports/lang/ruby18/distinfo,v retrieving revision 1.76 diff -u -r1.76 distinfo --- lang/ruby18/distinfo 25 Feb 2012 15:25:49 -0000 1.76 +++ lang/ruby18/distinfo 5 Jul 2012 20:01:14 -0000 @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-1.8.7-p358.tar.bz2) = 309ccd427e47ef41a70f96462bd3c2ef2e7911ce1b22432ab502f5bc6e949c1b -SIZE (ruby/ruby-1.8.7-p358.tar.bz2) = 4209883 +SHA256 (ruby/ruby-1.8.7-p370.tar.bz2) = 6359b03a1c8ba16630a96fcb5f972c7af15bd33b752e324cd87964224ab1fe31 +SIZE (ruby/ruby-1.8.7-p370.tar.bz2) = 4211597 --- ruby.diff ends here ---