svn commit: r387811 - head/devel/rubygem-rgl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 11:15:19 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list