From owner-svn-ports-all@FreeBSD.ORG Fri Jun 19 16:42:15 2015 Return-Path: Delivered-To: svn-ports-all@hub.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 BB0C4AFF; Fri, 19 Jun 2015 16:42:15 +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 A948B23E; Fri, 19 Jun 2015 16:42:15 +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 t5JGgFVY028404; Fri, 19 Jun 2015 16:42:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5JGgEgi028398; Fri, 19 Jun 2015 16:42:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506191642.t5JGgEgi028398@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 19 Jun 2015 16:42:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390128 - head/devel/rubygem-atomic 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: Fri, 19 Jun 2015 16:42:15 -0000 Author: sunpoet Date: Fri Jun 19 16:42:14 2015 New Revision: 390128 URL: https://svnweb.freebsd.org/changeset/ports/390128 Log: - Update to 1.1.99 - Update WWW Changes: https://github.com/ruby-concurrency/atomic/releases Modified: head/devel/rubygem-atomic/Makefile head/devel/rubygem-atomic/distinfo head/devel/rubygem-atomic/pkg-descr Modified: head/devel/rubygem-atomic/Makefile ============================================================================== --- head/devel/rubygem-atomic/Makefile Fri Jun 19 16:42:09 2015 (r390127) +++ head/devel/rubygem-atomic/Makefile Fri Jun 19 16:42:14 2015 (r390128) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= atomic -PORTVERSION= 1.1.16 +PORTVERSION= 1.1.99 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-atomic/distinfo ============================================================================== --- head/devel/rubygem-atomic/distinfo Fri Jun 19 16:42:09 2015 (r390127) +++ head/devel/rubygem-atomic/distinfo Fri Jun 19 16:42:14 2015 (r390128) @@ -1,2 +1,2 @@ -SHA256 (rubygem/atomic-1.1.16.gem) = 56748e82ab4a29bb76e4f73843587a322666ed15d90e1925119afaa12b38dfc4 -SIZE (rubygem/atomic-1.1.16.gem) = 16896 +SHA256 (rubygem/atomic-1.1.99.gem) = 093fa4d0522bfac61b4793b00c8e14dae846d5c1d28fa9dd6ab6112be1ce09ce +SIZE (rubygem/atomic-1.1.99.gem) = 17920 Modified: head/devel/rubygem-atomic/pkg-descr ============================================================================== --- head/devel/rubygem-atomic/pkg-descr Fri Jun 19 16:42:09 2015 (r390127) +++ head/devel/rubygem-atomic/pkg-descr Fri Jun 19 16:42:14 2015 (r390128) @@ -1,3 +1,3 @@ An atomic reference implementation for JRuby, Rubinius, and MRI -WWW: http://github.com/headius/ruby-atomic +WWW: http://github.com/ruby-concurrency/ruby-atomic