Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 03:10:18 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364752 - head/graphics/rubygem-gruff
Message-ID:  <201408130310.s7D3AIYF038608@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Aug 13 03:10:18 2014
New Revision: 364752
URL: http://svnweb.freebsd.org/changeset/ports/364752
QAT: https://qat.redports.org/buildarchive/r364752/

Log:
  graphics/rubygem-gruff: switch to graphics/rubygem-rmagick
  
  Since graphics/ruby-rmagick is soon to be deprecated due to the death of
  RubyForge
  
  With hat:	ruby@

Modified:
  head/graphics/rubygem-gruff/Makefile

Modified: head/graphics/rubygem-gruff/Makefile
==============================================================================
--- head/graphics/rubygem-gruff/Makefile	Wed Aug 13 03:04:07 2014	(r364751)
+++ head/graphics/rubygem-gruff/Makefile	Wed Aug 13 03:10:18 2014	(r364752)
@@ -3,13 +3,14 @@
 
 PORTNAME=	gruff
 PORTVERSION=	0.3.7
+PORTREVISION=	1
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Beautiful graphing library for Ruby using RMagick
 
-RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/RMagick2.so:${PORTSDIR}/graphics/ruby-rmagick \
+RUN_DEPENDS=	rubygem-rmagick>0:${PORTSDIR}/graphics/rubygem-rmagick \
 		sow:${PORTSDIR}/devel/rubygem-hoe
 
 USE_RUBY=	yes



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