Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 07:21:09 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316885 - head/net/rubygem-rightaws
Message-ID:  <201304300721.r3U7L9kH010967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Apr 30 07:21:08 2013
New Revision: 316885
URL: http://svnweb.freebsd.org/changeset/ports/316885

Log:
  - 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)

Modified:
  head/net/rubygem-rightaws/Makefile   (contents, props changed)

Modified: head/net/rubygem-rightaws/Makefile
==============================================================================
--- head/net/rubygem-rightaws/Makefile	Tue Apr 30 07:11:19 2013	(r316884)
+++ head/net/rubygem-rightaws/Makefile	Tue Apr 30 07:21:08 2013	(r316885)
@@ -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 R
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304300721.r3U7L9kH010967>