Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2011 20:48:22 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156160: [PATCH] update devel/rubygem-rcov tp 0.9.9
Message-ID:  <201104032048.p33KmMZW096240@red.freebsd.org>
Resent-Message-ID: <201104032050.p33Ko837016925@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156160
>Category:       ports
>Synopsis:       [PATCH] update devel/rubygem-rcov tp 0.9.9
>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:   Sun Apr 03 20:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
devel/rubygem-rcov doesn't work with Ruby 1.9. Updating to 0.9.9, the latest version, fixes it.
>How-To-Repeat:

>Fix:
See attached

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/rubygem-rcov/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	9 Dec 2010 21:46:17 -0000	1.5
+++ Makefile	3 Apr 2011 20:32:03 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rcov
-PORTVERSION=	0.8.1.2.0
+PORTVERSION=	0.9.9
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -18,9 +18,4 @@
 RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	bin/rcov
 
-.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 1.9
-BROKEN= does not compile with ruby 1.9
-.endif
-.include <bsd.port.post.mk>
-
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/rubygem-rcov/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	29 Apr 2008 19:04:11 -0000	1.1
+++ distinfo	3 Apr 2011 20:32:07 -0000
@@ -1,3 +1,2 @@
-MD5 (rubygem/rcov-0.8.1.2.0.gem) = 89f80418847e5ceef89478b09b36b110
-SHA256 (rubygem/rcov-0.8.1.2.0.gem) = b7e0b2aaf3f04c65a34cdac2f18fbd02317020b16fb0b6fd8af16d8f88057555
-SIZE (rubygem/rcov-0.8.1.2.0.gem) = 74240
+SHA256 (rubygem/rcov-0.9.9.gem) = 01f11ee4ef25d9418027bb0a290feef5baec8bf020708895dee9aeb7a3651b27
+SIZE (rubygem/rcov-0.9.9.gem) = 90624


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



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