aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-06-07 03:25:10 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-06-07 03:25:10 +0800
commit3ce7d09e6cb23f7c5b6ed1696276c8217b89b269 (patch)
treec83099a1416420b251b7dff34f02f34558b886bf /graphics
parent9e6b05898aa0f314786d557f8d5442836ca2c060 (diff)
downloadfreebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.tar.gz
freebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.tar.zst
freebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.zip
- 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
Diffstat (limited to 'graphics')
-rw-r--r--graphics/rubygem-graphviz/Makefile9
-rw-r--r--graphics/rubygem-turing/Makefile3
2 files changed, 6 insertions, 6 deletions
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