Date: Fri, 29 May 2015 11:15:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387811 - head/devel/rubygem-rgl Message-ID: <201505291115.t4TBFI04087011@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri May 29 11:15:17 2015 New Revision: 387811 URL: https://svnweb.freebsd.org/changeset/ports/387811 Log: - Add LICENSE - Fix RUN_DEPENDS - Remove USE_RAKE - Update WWW - Bump PORTREVISION for dependency change Modified: head/devel/rubygem-rgl/Makefile head/devel/rubygem-rgl/pkg-descr Modified: head/devel/rubygem-rgl/Makefile ============================================================================== --- head/devel/rubygem-rgl/Makefile Fri May 29 11:15:13 2015 (r387810) +++ head/devel/rubygem-rgl/Makefile Fri May 29 11:15:17 2015 (r387811) @@ -3,17 +3,18 @@ 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 <bsd.port.mk> Modified: head/devel/rubygem-rgl/pkg-descr ============================================================================== --- head/devel/rubygem-rgl/pkg-descr Fri May 29 11:15:13 2015 (r387810) +++ head/devel/rubygem-rgl/pkg-descr Fri May 29 11:15:17 2015 (r387811) @@ -6,4 +6,4 @@ mechanism. Refer to http://www.boost.org 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291115.t4TBFI04087011>