Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2013 21:32:12 +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: r313006 - in head: . graphics graphics/rubygem-rmagick
Message-ID:  <201302262132.r1QLWCcI071985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Feb 26 21:32:11 2013
New Revision: 313006
URL: http://svnweb.freebsd.org/changeset/ports/313006

Log:
  (Readdition of graphics/rubygem-rmagick which was removed on 240397)
  
  RMagick is an interface between the Ruby programming language and the
  ImageMagick and GraphicsMagick image processing libraries.
  
  WWW:	http://rmagick.rubyforge.org/

Added:
  head/graphics/rubygem-rmagick/
     - copied from r240397, head/graphics/rubygem-rmagick/
Modified:
  head/MOVED
  head/graphics/Makefile
  head/graphics/rubygem-rmagick/Makefile   (contents, props changed)
  head/graphics/rubygem-rmagick/distinfo   (contents, props changed)
Directory Properties:
  head/graphics/rubygem-rmagick/pkg-descr   (props changed)

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Feb 26 21:06:55 2013	(r313005)
+++ head/MOVED	Tue Feb 26 21:32:11 2013	(r313006)
@@ -804,7 +804,6 @@ lang/gcc42-withgcjawt|lang/gcc42|2009-08
 math/octave-forge-windows||2009-08-23|Abandoned upstream
 math/freefem++||2009-08-23|Has expired: unmaintained and consistently unportable
 math/it++||2009-08-23|Has expired: unmaintained and consistently unportable
-graphics/rubygem-rmagick||2009-08-27|Duplicate of graphics/ruby-rmagick
 databases/firebird-client||2009-09-03|Removed: no longer under development
 databases/firebird-server||2009-09-03|Removed: no longer under development
 audio/slimserver|audio/squeezecenter|2009-09-04|SlimServer has been superseded by SqueezeCenter

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Feb 26 21:06:55 2013	(r313005)
+++ head/graphics/Makefile	Tue Feb 26 21:32:11 2013	(r313006)
@@ -917,6 +917,7 @@
     SUBDIR += rubygem-pdfkit
     SUBDIR += rubygem-png
     SUBDIR += rubygem-railroad
+    SUBDIR += rubygem-rmagick
     SUBDIR += rubygem-scruffy
     SUBDIR += rubygem-turing
     SUBDIR += rubyphoto

Modified: head/graphics/rubygem-rmagick/Makefile
==============================================================================
--- head/graphics/rubygem-rmagick/Makefile	Thu Aug 27 11:03:41 2009	(r240397)
+++ head/graphics/rubygem-rmagick/Makefile	Tue Feb 26 21:32:11 2013	(r313006)
@@ -1,19 +1,14 @@
-# New ports collection makefile for:	rubygem-rmagick
-# Date created:		2009-06-16
-# Whom:			Renato Botelho <garga@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
-PORTNAME=	rmagick
-PORTVERSION=	2.11.0
-CATEGORIES=	graphics rubygems
-MASTER_SITES=	RF
+PORTNAME=		rmagick
+PORTVERSION=		2.13.2
+CATEGORIES=		graphics rubygems
+MASTER_SITES=		RG
 
-MAINTAINER=	garga@FreeBSD.org
-COMMENT=	Ruby binding for ImageMagick
+MAINTAINER=		ruby@FreeBSD.org
+COMMENT=		Ruby binding for ImageMagick
 
-LIB_DEPENDS=	MagickWand.2:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS=		MagickWand:${PORTSDIR}/graphics/ImageMagick
 
 USE_RUBY=		yes
 USE_RUBYGEMS=		yes

Modified: head/graphics/rubygem-rmagick/distinfo
==============================================================================
--- head/graphics/rubygem-rmagick/distinfo	Thu Aug 27 11:03:41 2009	(r240397)
+++ head/graphics/rubygem-rmagick/distinfo	Tue Feb 26 21:32:11 2013	(r313006)
@@ -1,3 +1,2 @@
-MD5 (rubygem/rmagick-2.11.0.gem) = 8f72ea6eed6e8b9281eb0ee1463a3f84
-SHA256 (rubygem/rmagick-2.11.0.gem) = a914dfc1d5c22398fdc73a2f8432771b20efe63540299dae335a6eb959b2030e
-SIZE (rubygem/rmagick-2.11.0.gem) = 1266688
+SHA256 (rubygem/rmagick-2.13.2.gem) = e4f3b4c6ef6d6e89d8183080ee17093f42860c960f854608f4aa44ec8bce85bb
+SIZE (rubygem/rmagick-2.13.2.gem) = 1305088



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