Date: Sat, 27 Aug 2011 18:40:34 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsdports@chillibear.com Subject: ports/160244: [PATCH] finance/rubygem-money: update to 3.7.1 and fix build with ruby 1.9 Message-ID: <201108272240.p7RMeYme047833@meatwad.mouf.net> Resent-Message-ID: <201108272250.p7RMo9jo042265@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160244 >Category: ports >Synopsis: [PATCH] finance/rubygem-money: update to 3.7.1 and fix build with ruby 1.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: Sat Aug 27 22:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 9.0-BETA1 amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 9.0-BETA1 FreeBSD 9.0-BETA1 #7: Sat Aug 13 12:18:10 EDT 2011 >Description: - Update to 3.7.1 - Now builds with Ruby 1.9 Port maintainer (freebsdports@chillibear.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-money-3.7.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/finance/rubygem-money/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 27 Jul 2011 01:13:13 -0000 1.4 +++ Makefile 27 Aug 2011 16:21:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= money -PORTVERSION= 3.7.0 +PORTVERSION= 3.7.1 CATEGORIES= finance rubygems MASTER_SITES= RG @@ -19,8 +19,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not work with ruby 1.9 -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/finance/rubygem-money/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 25 Jun 2011 23:44:43 -0000 1.2 +++ distinfo 27 Aug 2011 16:20:59 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/money-3.7.0.gem) = d5feb1a9c70340f800783423362254d68849197d52ac80a6860069d2fb9dfc0a -SIZE (rubygem/money-3.7.0.gem) = 97280 +SHA256 (rubygem/money-3.7.1.gem) = 6c034a17d1ac7dcf75f02618cead5736b510993c35db641f14dd6a21ba80bcad +SIZE (rubygem/money-3.7.1.gem) = 98304 --- rubygem-money-3.7.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108272240.p7RMeYme047833>