aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
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 /textproc
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 'textproc')
-rw-r--r--textproc/rubygem-markaby/Makefile1
-rw-r--r--textproc/rubygem-nokogiri/Makefile5
-rw-r--r--textproc/rubygem-rak/Makefile1
-rw-r--r--textproc/rubygem-termcolor/Makefile2
4 files changed, 3 insertions, 6 deletions
diff --git a/textproc/rubygem-markaby/Makefile b/textproc/rubygem-markaby/Makefile
index 1932736d2138..a8b12597c823 100644
--- a/textproc/rubygem-markaby/Makefile
+++ b/textproc/rubygem-markaby/Makefile
@@ -13,7 +13,6 @@ MASTER_SITES= RG
MAINTAINER= miwi@FreeBSD.org
COMMENT= HTML Markup as Ruby
-BUILD_DEPENDS= rubygem-builder>0:${PORTSDIR}/devel/rubygem-builder
RUN_DEPENDS= rubygem-builder>0:${PORTSDIR}/devel/rubygem-builder
USE_RUBY= yes
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile
index 6fff109512cb..b1e06fefc080 100644
--- a/textproc/rubygem-nokogiri/Makefile
+++ b/textproc/rubygem-nokogiri/Makefile
@@ -12,16 +12,15 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= An HTML, XML, SAX, and Reader parser
-BUILD_DEPENDS= ${RUBY_PKGNAMEPREFIX}iconv>=0:${PORTSDIR}/converters/ruby-iconv \
+BUILD_DEPENDS= ${RUBY_PKGNAMEPREFIX}iconv>=0:${PORTSDIR}/converters/ruby-iconv
+RUN_DEPENDS= ${BUILD_DEPENDS} \
rubygem-hoe>=2.3.3:${PORTSDIR}/devel/rubygem-hoe
-RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GNOME= libxml2 libxslt
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-
PLIST_FILES= bin/nokogiri
.include <bsd.port.mk>
diff --git a/textproc/rubygem-rak/Makefile b/textproc/rubygem-rak/Makefile
index 98a13a64ada6..ffb72abb875c 100644
--- a/textproc/rubygem-rak/Makefile
+++ b/textproc/rubygem-rak/Makefile
@@ -12,7 +12,6 @@ MASTER_SITES= RG
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= A grep replacement in pure Ruby
-BUILD_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
USE_RUBY= yes
diff --git a/textproc/rubygem-termcolor/Makefile b/textproc/rubygem-termcolor/Makefile
index 4b942be0f5a2..8059718c2f7c 100644
--- a/textproc/rubygem-termcolor/Makefile
+++ b/textproc/rubygem-termcolor/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RF/termcolor
MAINTAINER= dhn@FreeBSD.org
COMMENT= A library for ANSII color formatting like HTML for output in terminal
-BUILD_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline
+RUN_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline
USE_RUBY= yes
USE_RUBYGEMS= yes