From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 14 00:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 71675F69 for ; Tue, 14 May 2013 00:20:00 +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 5571728C for ; Tue, 14 May 2013 00:20:00 +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 r4E0K0nK096542 for ; Tue, 14 May 2013 00:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4E0K0G3096541; Tue, 14 May 2013 00:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 14 May 2013 00:20:00 GMT Resent-Message-Id: <201305140020.r4E0K0G3096541@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Wollman Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 224FED2E for ; Tue, 14 May 2013 00:12:46 +0000 (UTC) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [IPv6:2001:470:8b2d:1e1c:21b:21ff:feb8:d7b0]) by mx1.freebsd.org (Postfix) with ESMTP id C6E78251 for ; Tue, 14 May 2013 00:12:45 +0000 (UTC) Received: from khavrinen.csail.mit.edu (localhost [127.0.0.1]) by khavrinen.csail.mit.edu (8.14.5/8.14.5) with ESMTP id r4E0CjTf049889 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL CN=khavrinen.csail.mit.edu issuer=Client+20CA) for ; Mon, 13 May 2013 20:12:45 -0400 (EDT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.14.5/8.14.5/Submit) id r4E0CjoI049888; Mon, 13 May 2013 20:12:45 -0400 (EDT) (envelope-from wollman) Message-Id: <201305140012.r4E0CjoI049888@khavrinen.csail.mit.edu> Date: Mon, 13 May 2013 20:12:45 -0400 (EDT) From: Garrett Wollman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178606: textproc/rubygem-augeas is outdated and unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 00:20:00 -0000 >Number: 178606 >Category: ports >Synopsis: textproc/rubygem-augeas is outdated and unfetchable >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 14 00:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 9.1-RELEASE amd64 >Organization: MIT Computer Science and Artificial Intelligence Laboratory >Environment: System: FreeBSD khavrinen.csail.mit.edu 9.1-RELEASE FreeBSD 9.1-RELEASE #15 r245182: Tue Jan 8 18:09:56 EST 2013 wollman@khavrinen.csail.mit.edu:/usr/obj/usr/src/sys/KHAVRINEN amd64 >Description: As with textproc/augeas, rubygem-augeas is outdated and the current distfile is unfetchable due to master-site reorganization. >How-To-Repeat: cd /usr/ports/textproc/rubygem-augeas && make install >Fix: Here is a patch to update the port. It requires Augeas 1.0.0 (separate PR filed) for the new version 16 shared library. Index: Makefile =================================================================== --- Makefile (revision 318135) +++ Makefile (working copy) @@ -6,14 +6,14 @@ # PORTNAME= ruby-augeas -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 CATEGORIES= textproc rubygems -MASTER_SITES= http://augeas.net/download/ruby/ +MASTER_SITES= http://download.augeas.net/ruby/ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for Augeas -LIB_DEPENDS= augeas.15:${PORTSDIR}/textproc/augeas +LIB_DEPENDS= augeas.16:${PORTSDIR}/textproc/augeas USE_RUBY= yes USE_RUBYGEMS= yes Index: distinfo =================================================================== --- distinfo (revision 318135) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ruby-augeas-0.4.1.gem) = ed2aea559b514d5d90cf05c80bf2b94173c46961d06af051f2152c40564dc1e4 -SIZE (rubygem/ruby-augeas-0.4.1.gem) = 22016 +SHA256 (rubygem/ruby-augeas-0.5.0.gem) = 42b0973c8ff88c5a903a1b126f1418a69eb3c8f4d45999055bfdce9b70e57101 +SIZE (rubygem/ruby-augeas-0.5.0.gem) = 24064 >Release-Note: >Audit-Trail: >Unformatted: