>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: _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
As with textproc/augeas, rubygem-augeas is outdated and the current distfile is unfetchable due to master-site reorganization. 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. How-To-Repeat: cd /usr/ports/textproc/rubygem-augeas && make install
Responsible Changed From-To: freebsd-ports-bugs->ruby Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: ruby->swills I'll take it.
Author: swills Date: Thu May 30 12:43:02 2013 New Revision: 319421 URL: http://svnweb.freebsd.org/changeset/ports/319421 Log: - Update to 0.5.0, make fetchable PR: ports/178606 Submitted by: Garrett Wollman <wollman@csail.mit.edu> Modified: head/textproc/rubygem-augeas/Makefile head/textproc/rubygem-augeas/distinfo (contents, props changed) Modified: head/textproc/rubygem-augeas/Makefile ============================================================================== --- head/textproc/rubygem-augeas/Makefile Thu May 30 12:23:59 2013 (r319420) +++ head/textproc/rubygem-augeas/Makefile Thu May 30 12:43:02 2013 (r319421) @@ -2,9 +2,9 @@ # $FreeBSD$ 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 Modified: head/textproc/rubygem-augeas/distinfo ============================================================================== --- head/textproc/rubygem-augeas/distinfo Thu May 30 12:23:59 2013 (r319420) +++ head/textproc/rubygem-augeas/distinfo Thu May 30 12:43:02 2013 (r319421) @@ -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 _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!