pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/rabbit Fixed startup error occured on some fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1244a3d67410
branches:  trunk
changeset: 532639:1244a3d67410
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Aug 26 01:25:32 2007 +0000

description:
Fixed startup error occured on some filesystem situation.

Bump PKGREVISION.

diffstat:

 graphics/rabbit/Makefile         |   3 ++-
 graphics/rabbit/distinfo         |   3 ++-
 graphics/rabbit/patches/patch-aa |  12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r bcdf6127be61 -r 1244a3d67410 graphics/rabbit/Makefile
--- a/graphics/rabbit/Makefile  Sat Aug 25 15:42:26 2007 +0000
+++ b/graphics/rabbit/Makefile  Sun Aug 26 01:25:32 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2007/08/04 16:32:16 obache Exp $
+# $NetBSD: Makefile,v 1.3 2007/08/26 01:25:32 obache Exp $
 #
 
 DISTNAME=      rabbit-0.5.3
+PKGREVISION=   1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics ruby
 MASTER_SITES=  http://www.cozmixng.org/~kou/download/
diff -r bcdf6127be61 -r 1244a3d67410 graphics/rabbit/distinfo
--- a/graphics/rabbit/distinfo  Sat Aug 25 15:42:26 2007 +0000
+++ b/graphics/rabbit/distinfo  Sun Aug 26 01:25:32 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/08/04 16:32:16 obache Exp $
+$NetBSD: distinfo,v 1.3 2007/08/26 01:25:33 obache Exp $
 
 SHA1 (rabbit-0.5.3.tar.gz) = 2330efd9268be6ebae0c76a12a149478cef28415
 RMD160 (rabbit-0.5.3.tar.gz) = ef591245f383a7b06e9ccda0cb7cd8961f2b2bec
 Size (rabbit-0.5.3.tar.gz) = 3643650 bytes
+SHA1 (patch-aa) = 98164f96034ff89dc076abed3e4a20fdf965516a
diff -r bcdf6127be61 -r 1244a3d67410 graphics/rabbit/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/rabbit/patches/patch-aa  Sun Aug 26 01:25:32 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/08/26 01:25:33 obache Exp $
+
+--- lib/rabbit/parser/wiki/output.rb.orig      2007-08-04 14:40:19.000000000 +0000
++++ lib/rabbit/parser/wiki/output.rb
+@@ -5,6 +5,7 @@ require 'rabbit/parser/ext/image'
+ require 'rabbit/parser/ext/enscript'
+ require 'rabbit/parser/ext/tex'
+ require 'rabbit/parser/ext/anthy'
++require 'rabbit/parser/ext/entity'
+ 
+ module Rabbit
+   module Parser



Home | Main Index | Thread Index | Old Index