ports/98907: Update port: graphics/ruby-rmagick to 1.12.0

Rui Lopes rgl at ruilopes.com
Tue Jun 13 17:30:19 UTC 2006


>Number:         98907
>Category:       ports
>Synopsis:       Update port: graphics/ruby-rmagick to 1.12.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 13 17:30:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rui Lopes
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
	
>Description:
* Update to 1.12.0.
* Add WMF option for building with(out) WMF support.
* Propagate the NOPORTDOCS setting to the software build using
  --disable-htmldoc on the configure script
	
>How-To-Repeat:
	
>Fix:

	

--- update_ruby-rmagick_to_1.12.0.patch begins here ---
diff -u ruby-rmagick.orig/Makefile ruby-rmagick/Makefile
--- ruby-rmagick.orig/Makefile	Tue Jun 13 16:29:38 2006
+++ ruby-rmagick/Makefile	Tue Jun 13 16:36:17 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rmagick
-PORTVERSION=	1.11.0
+PORTVERSION=	1.12.0
 CATEGORIES=	graphics ruby
 MASTER_SITES=	http://rubyforge.lauschmusik.de/rmagick/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
@@ -16,7 +16,9 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A Ruby binding for ImageMagick
 
+.if defined(WITHOUT_WMF)
 BUILD_DEPENDS=	wmf2eps:${PORTSDIR}/graphics/libwmf
+.endif
 
 USE_BZIP2=	yes
 USE_RUBY=	yes
@@ -28,10 +30,14 @@
 		LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib" \
 		RUBY="${RUBY}"
 CONFIGURE_ARGS=	--doc-dir="${RUBY_MODDOCDIR}"
+.if defined(NOPORTDOCS)
+CONFIGURE_ARGS+=	--disable-htmldoc
+.endif
 
 OPTIONSFILE?=	${PORT_DBDIR}/${DIST_SUBDIR}-${PORTNAME}/options
 
-OPTIONS=	GRAPHICSMAGICK "Use GraphicsMagick instead of ImageMagick" Off
+OPTIONS=	GRAPHICSMAGICK "Use GraphicsMagick instead of ImageMagick" Off \
+		WMF "WMF image support" On
 
 DOCS=		ChangeLog README.html
 
diff -u ruby-rmagick.orig/distinfo ruby-rmagick/distinfo
--- ruby-rmagick.orig/distinfo	Tue Jun 13 16:29:38 2006
+++ ruby-rmagick/distinfo	Tue Jun 13 16:30:24 2006
@@ -1,3 +1,3 @@
-MD5 (ruby/RMagick-1.11.0.tar.bz2) = 23536b3f61b818c64dda5f56a4153145
-SHA256 (ruby/RMagick-1.11.0.tar.bz2) = 00e87bcbc017b04719a9a362e4d8a2ae91fa0ef447cca75eecc3b40ff9a8214f
-SIZE (ruby/RMagick-1.11.0.tar.bz2) = 927864
+MD5 (ruby/RMagick-1.12.0.tar.bz2) = cf4d06dd1d92ba31ebf92f98689bf65b
+SHA256 (ruby/RMagick-1.12.0.tar.bz2) = bbf520faff6c78cabde8eef9772a6728412af987714b6c1e68837685cddd19ac
+SIZE (ruby/RMagick-1.12.0.tar.bz2) = 928768
--- update_ruby-rmagick_to_1.12.0.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list