Date: Mon, 13 May 2013 20:12:45 -0400 (EDT) From: Garrett Wollman <wollman@csail.mit.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178606: textproc/rubygem-augeas is outdated and unfetchable Message-ID: <201305140012.r4E0CjoI049888@khavrinen.csail.mit.edu> Resent-Message-ID: <201305140020.r4E0K0G3096541@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305140012.r4E0CjoI049888>