svn commit: r316885 - head/net/rubygem-rightaws

Pietro Cerutti gahr at FreeBSD.org
Tue Apr 30 07:21:09 UTC 2013


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


More information about the svn-ports-all mailing list