Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2004 14:45:11 +0100
From:      Lars Thegler <lars@thegler.dk>
To:        Kirill Ponomarew <krion@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/61719: [MAINTAINER] games/p5-Games-Bingo: update to 0.10
Message-ID:  <401276E7.4000901@thegler.dk>
In-Reply-To: <200401231013.i0NADiMX089056@freefall.freebsd.org>
References:  <200401231013.i0NADiMX089056@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040005000303020209090803
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Argh. Please accept the following patch with my sincerest apologies :)

--------------040005000303020209090803
Content-Type: text/plain;
 name="p5-Games-Bingo.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="p5-Games-Bingo.diff"

diff -ruN p5-Games-Bingo/Makefile p5-Games-Bingo.new/Makefile
--- p5-Games-Bingo/Makefile	Sat Jan 24 14:23:32 2004
+++ p5-Games-Bingo.new/Makefile	Sat Jan 24 14:23:08 2004
@@ -25,6 +25,9 @@
 
 .include <bsd.port.pre.mk>
 
+post-patch:
+	@${FIND} ${WRKSRC} -name \*.orig -delete
+
 .if ${PERL_LEVEL} < 500601
 # damn old MakeMaker...
 post-configure:
diff -ruN p5-Games-Bingo/files/patch-Constants.pm p5-Games-Bingo.new/files/patch-Constants.pm
--- p5-Games-Bingo/files/patch-Constants.pm	Thu Jan  1 01:00:00 1970
+++ p5-Games-Bingo.new/files/patch-Constants.pm	Sat Jan 24 14:23:08 2004
@@ -0,0 +1,20 @@
+--- lib/Games/Bingo/Constants.pm.orig	Sat Jan 24 12:44:38 2004
++++ lib/Games/Bingo/Constants.pm	Sat Jan 24 12:44:50 2004
+@@ -23,8 +23,8 @@
+ 
+ use constant NUMBER_OF_ROWS_IN_CARD    => 3;
+ use constant NUMBER_OF_COLUMNS_IN_CARD => 9;
+-use constant NUMBER_OF_NUMBERS_IN_CARD 
+-	=> (NUMBER_OF_NUMBERS_IN_ROW * NUMBER_OF_ROWS_IN_CARD);
++use constant NUMBER_OF_NUMBERS_IN_CARD =>
++	(NUMBER_OF_NUMBERS_IN_ROW * NUMBER_OF_ROWS_IN_CARD);
+ 
+ 
+ 1;
+@@ -109,4 +109,4 @@
+ Games::Bingo is (C) 2003-2004 Jonas B. Nielsen (jonasbn)
+ E<lt>jonasbn@cpan.orgE<gt>
+ 
+-=cut
+\ No newline at end of file
++=cut

--------------040005000303020209090803--



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