Date: Tue, 25 Apr 2006 00:10:52 -0400 (EDT) From: Christopher Boumenot <boumenot@crash.divebomb.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96300: [PATCH] devel/ruby18-flexmock: update to 0.2.1 Message-ID: <20060425041052.DBEC6F181C@crash.divebomb.org> Resent-Message-ID: <200604250420.k3P4KFCF011132@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96300 >Category: ports >Synopsis: [PATCH] devel/ruby18-flexmock: update to 0.2.1 >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 Apr 25 04:20:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Christopher Boumenot >Release: FreeBSD 6.0-RELEASE i386 >Organization: >Environment: System: FreeBSD crash.divebomb.org 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sun Nov 20 07:14:34 UTC 2005 >Description: - Update to 0.2.1 According to some of the commit messages Akinori Musha hasn't been active in a while. I'm willing to take over the maintenance of this port, as well as some of the others ones that he once maintained. I'm a newbie when it comes to port maintenance, but willing to learn. (This is my second port.) If this pr goes well, I'll queue of the rest of the updates I have. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ruby18-flexmock-0.2.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ruby-flexmock/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 17 Nov 2005 19:12:22 -0000 1.1 +++ Makefile 25 Apr 2006 04:03:04 -0000 @@ -6,16 +6,16 @@ # PORTNAME= flexmock -PORTVERSION= 0.1.7 +PORTVERSION= 0.2.1 CATEGORIES= devel ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/7073/ +MASTER_SITES= http://rubyforge.org/frs/download.php/9301/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby -MAINTAINER= knu@FreeBSD.org +MAINTAINER= boumenot@gmail.com COMMENT= A simple mock object for Ruby -USE_ZIP= yes USE_RUBY= yes NO_BUILD= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/ruby-flexmock/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 17 Nov 2005 19:12:22 -0000 1.1 +++ distinfo 25 Apr 2006 04:03:04 -0000 @@ -1,3 +1,3 @@ -MD5 (ruby/flexmock-0.1.7.zip) = 5d96cb7554620795dd6ea80173cb03af -SHA256 (ruby/flexmock-0.1.7.zip) = d18d754b1ebe3b7922517c21f832cab75d370fb8473cb98132b5f6431035708e -SIZE (ruby/flexmock-0.1.7.zip) = 16546 +MD5 (ruby/flexmock-0.2.1.tgz) = fb52e617d4425a62691b0d1aba4d2de0 +SHA256 (ruby/flexmock-0.2.1.tgz) = aab4b93c1aa104529a0f328d4ee57ffade7b89aadfa607712a930d16c629739e +SIZE (ruby/flexmock-0.2.1.tgz) = 15954 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/ruby-flexmock/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 17 Nov 2005 19:12:22 -0000 1.1 +++ pkg-plist 25 Apr 2006 04:03:04 -0000 @@ -2,6 +2,7 @@ %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_example.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_mock.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_naming.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_record_mode.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_samples.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_should_receive.rb %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% --- ruby18-flexmock-0.2.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?20060425041052.DBEC6F181C>