From 3ce7d09e6cb23f7c5b6ed1696276c8217b89b269 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Sun, 6 Jun 2010 19:25:10 +0000 Subject: - GEMS are always RUN_DEPENDS of other GEMS - Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby --- graphics/rubygem-graphviz/Makefile | 9 +++++---- graphics/rubygem-turing/Makefile | 3 +-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'graphics') diff --git a/graphics/rubygem-graphviz/Makefile b/graphics/rubygem-graphviz/Makefile index 194a76852735..df8e73a203c2 100644 --- a/graphics/rubygem-graphviz/Makefile +++ b/graphics/rubygem-graphviz/Makefile @@ -7,7 +7,7 @@ PORTNAME= graphviz PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics ruby MASTER_SITES= RF MASTER_SITE_SUBDIR= ruby-asp @@ -16,12 +16,13 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Ruby Interface to the GraphViz Graphing Tool -BUILD_DEPENDS= rubygem-treetop>=1.4.2:${PORTSDIR}/devel/rubygem-treetop -RUN_DEPENDS= ${LOCALBASE}/bin/gxl2dot:${PORTSDIR}/graphics/graphviz +RUN_DEPENDS= ${LOCALBASE}/bin/gxl2dot:${PORTSDIR}/graphics/graphviz \ + rubygem-treetop>=1.4.2:${PORTSDIR}/devel/rubygem-treetop + +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/ruby2gv bin/gem2gv diff --git a/graphics/rubygem-turing/Makefile b/graphics/rubygem-turing/Makefile index 5c5aef04989e..1c219cc7ed56 100644 --- a/graphics/rubygem-turing/Makefile +++ b/graphics/rubygem-turing/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= Easy to use and customize/extend implementation of captcha -BUILD_DEPENDS= rubygem-gd2>=1.0.0:${PORTSDIR}/graphics/rubygem-gd2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-gd2>=1.0.0:${PORTSDIR}/graphics/rubygem-gd2 USE_RUBY= yes USE_RUBYGEMS= yes -- cgit