From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 23 02:30:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 63D47AAD for ; Sun, 23 Jun 2013 02:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3D67619DA for ; Sun, 23 Jun 2013 02:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5N2U1Oc067466 for ; Sun, 23 Jun 2013 02:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5N2U1g0067465; Sun, 23 Jun 2013 02:30:01 GMT (envelope-from gnats) Date: Sun, 23 Jun 2013 02:30:01 GMT Message-Id: <201306230230.r5N2U1g0067465@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/179496: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jun 2013 02:30:01 -0000 The following reply was made to PR ports/179496; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179496: commit references a PR Date: Sun, 23 Jun 2013 02:22:18 +0000 (UTC) Author: swills Date: Sun Jun 23 02:22:11 2013 New Revision: 321606 URL: http://svnweb.freebsd.org/changeset/ports/321606 Log: - Update to 20130518 [1] - Use local mirrors for GH to avoid intermittent issues PR: ports/179496 [1] Submitted by: "Fabian M. Borschel" (maintainer) [1] Modified: head/devel/ruby-build/Makefile head/devel/ruby-build/distinfo Modified: head/devel/ruby-build/Makefile ============================================================================== --- head/devel/ruby-build/Makefile Sun Jun 23 02:15:09 2013 (r321605) +++ head/devel/ruby-build/Makefile Sun Jun 23 02:22:11 2013 (r321606) @@ -1,9 +1,11 @@ # $FreeBSD$ PORTNAME= ruby-build -PORTVERSION= 20130408 +PORTVERSION= 20130518 CATEGORIES= devel ruby -MASTER_SITES= GH +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~swills/ \ + GH MAINTAINER= fmb@onibox.net COMMENT= Compile and install different ruby versions @@ -29,7 +31,7 @@ RUN_DEPENDS+= rbenv:${PORTSDIR}/devel/rb USE_GITHUB= yes GH_ACCOUNT= sstephenson -GH_COMMIT= 5273fb3 +GH_COMMIT= 1b170ee GH_TAGNAME= v${PORTVERSION} NO_BUILD= yes Modified: head/devel/ruby-build/distinfo ============================================================================== --- head/devel/ruby-build/distinfo Sun Jun 23 02:15:09 2013 (r321605) +++ head/devel/ruby-build/distinfo Sun Jun 23 02:22:11 2013 (r321606) @@ -1,2 +1,2 @@ -SHA256 (ruby-build-20130408.tar.gz) = 01e0bdb125cd04a94ad832ee62d896ed281863388379615f75315b98b3edf2d1 -SIZE (ruby-build-20130408.tar.gz) = 21019 +SHA256 (ruby-build-20130518.tar.gz) = bd1f26d30a628fe4f0d775c29bd493b8cfd5d4f9029aa05093a19d7b82066a8f +SIZE (ruby-build-20130518.tar.gz) = 21763 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"