Index: head/devel/rubygem-rgl/Makefile =================================================================== --- head/devel/rubygem-rgl/Makefile (revision 387810) +++ head/devel/rubygem-rgl/Makefile (revision 387811) @@ -1,19 +1,20 @@ # Created by: Ulrich Spoerlein # $FreeBSD$ PORTNAME= rgl PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Framework for graph datastructures and algorithms implemented in Ruby -RUN_DEPENDS= rubygem-stream>=0.5:${PORTSDIR}/devel/rubygem-stream +RUN_DEPENDS= rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \ + rubygem-stream>=0.5.0:${PORTSDIR}/devel/rubygem-stream USE_RUBY= yes USE_RUBYGEMS= yes -USE_RAKE= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-rgl/pkg-descr =================================================================== --- head/devel/rubygem-rgl/pkg-descr (revision 387810) +++ head/devel/rubygem-rgl/pkg-descr (revision 387811) @@ -1,9 +1,9 @@ RGL is a framework for graph data structures and algorithms. The design of the library is much influenced by the Boost Graph Library (BGL) which is written in C++ heavily using its template mechanism. Refer to http://www.boost.org/libs/graph/doc for further links and documentation on graph data structures and algorithms and the design rationales of BGL. -WWW: http://rubygems.org/gems/rgl/ +WWW: https://github.com/monora/rgl