aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-04-30 07:21:08 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-04-30 07:21:08 +0000
commita18b16dd22c748616b0eb7fbeca5f837a78fd82b (patch)
treec6f25d52121e7cff45f094a37efedf238c5cf4ca /net
parent057a0f2dbc0d87ce029dd391d7859e88366e1bb2 (diff)
downloadports-a18b16dd22c748616b0eb7fbeca5f837a78fd82b.tar.gz
ports-a18b16dd22c748616b0eb7fbeca5f837a78fd82b.zip
- Depend on textproc/rubygem-libxml-ruby instead of textproc/ruby-libxml. The
latter is a out-of-date duplicate and it's going to be removed. - Bump PORTREVISION Approved by: glarkin (maintainer)
Notes
Notes: svn path=/head/; revision=316885
Diffstat (limited to 'net')
-rw-r--r--net/rubygem-rightaws/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rubygem-rightaws/Makefile b/net/rubygem-rightaws/Makefile
index 40ebdf718119..dc8946d5b3dc 100644
--- a/net/rubygem-rightaws/Makefile
+++ b/net/rubygem-rightaws/Makefile
@@ -7,6 +7,7 @@
PORTNAME= rightaws
PORTVERSION= 1.10.0
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
DISTNAME= right_aws-${PORTVERSION}
@@ -27,7 +28,7 @@ OPTIONS= LIBXML "Use libxml instead of REXML" Off
.include <bsd.port.pre.mk>
.if defined(WITH_LIBXML)
-RUN_DEPENDS+= ${RUBY_PKGNAMEPREFIX}libxml>=0:${PORTSDIR}/textproc/ruby-libxml
+RUN_DEPENDS+= rubygem-libxml-ruby>=2.3.3:${PORTSDIR}/textproc/rubygem-libxml-ruby
.else
USE_RUBY_FEATURES= rexml
.endif