pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/rarian Update to 0.8.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01bf51ba2c49
branches:  trunk
changeset: 546662:01bf51ba2c49
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 06 15:23:10 2008 +0000

description:
Update to 0.8.1:

Version 0.8.1
-------------

Fixes:
* Ensure directories exist before reading them - bug #15755
* Close files and clean up behind us - bug #15654
* Fix potential crash when no info page exists - bug #15274 (Saleem Abdulrasool)
* Remove longopts to make non-linux work properly - bug #11839
  - These options should be unused in normal operation
* If $USERNAME isn't set (MacOS), use a default name - bug #14872
* Fix potential crasher on mangled info dir file - bug #12515

diffstat:

 textproc/rarian/Makefile         |   5 ++---
 textproc/rarian/distinfo         |  10 +++++-----
 textproc/rarian/patches/patch-aa |  15 ++++-----------
 3 files changed, 11 insertions(+), 19 deletions(-)

diffs (57 lines):

diff -r 4cee377cbd32 -r 01bf51ba2c49 textproc/rarian/Makefile
--- a/textproc/rarian/Makefile  Sat Sep 06 15:20:31 2008 +0000
+++ b/textproc/rarian/Makefile  Sat Sep 06 15:23:10 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2008/04/18 12:00:13 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2008/09/06 15:23:10 wiz Exp $
 #
 
-DISTNAME=      rarian-0.8.0
-PKGREVISION=   1
+DISTNAME=      rarian-0.8.1
 CATEGORIES=    textproc
 MASTER_SITES=  http://rarian.freedesktop.org/Releases/
 MASTER_SITES+= ${MASTER_SITE_GNOME:=sources/rarian/0.8/}
diff -r 4cee377cbd32 -r 01bf51ba2c49 textproc/rarian/distinfo
--- a/textproc/rarian/distinfo  Sat Sep 06 15:20:31 2008 +0000
+++ b/textproc/rarian/distinfo  Sat Sep 06 15:23:10 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/04/11 18:41:53 drochner Exp $
+$NetBSD: distinfo,v 1.3 2008/09/06 15:23:10 wiz Exp $
 
-SHA1 (rarian-0.8.0.tar.bz2) = ee19a6c1300a51adec765f02351b1779477fc462
-RMD160 (rarian-0.8.0.tar.bz2) = 28545ad9afbef3f0c6e1b80ee294833c31a32d56
-Size (rarian-0.8.0.tar.bz2) = 338724 bytes
-SHA1 (patch-aa) = 3b1d8601672cb52ccee9deb240c3cf5e64721b38
+SHA1 (rarian-0.8.1.tar.bz2) = 9b3f1bad1cdbb0de51d6f74431b20eb3647edc5a
+RMD160 (rarian-0.8.1.tar.bz2) = 2e4c0a4d22a4e0c41d4d3dc8e4a5ad080ee3b6ce
+Size (rarian-0.8.1.tar.bz2) = 324441 bytes
+SHA1 (patch-aa) = a5b9892ccd1977c10a155435be25dbbde49bae40
diff -r 4cee377cbd32 -r 01bf51ba2c49 textproc/rarian/patches/patch-aa
--- a/textproc/rarian/patches/patch-aa  Sat Sep 06 15:20:31 2008 +0000
+++ b/textproc/rarian/patches/patch-aa  Sat Sep 06 15:23:10 2008 +0000
@@ -1,20 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/10/11 18:43:48 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2008/09/06 15:23:10 wiz Exp $
 
---- util/rarian-sk-update.in.orig      2007-09-29 18:16:44.000000000 +0200
+--- util/rarian-sk-update.in.orig      2008-09-01 20:40:21.000000000 +0200
 +++ util/rarian-sk-update.in
-@@ -258,7 +258,7 @@ process_directory ()
+@@ -264,7 +264,7 @@ process_directory ()
  # They are inherited from scrollkeeper :(
  
  # We use TEMP as set -- seems to nuke the return value of getopt
 -TEMP=`getopt -u -n$(basename $0) -o "o:r:p:vqnhV" \
 +TEMP=`${prefix}/bin/getopt -u -n$(basename $0) -o "o:r:p:vqnhV" \
-     --longoptions="clean-index,omf-dir:,resulting-dir:,help,version" -- "$@"` \
+            -- "$@"` \
      || print_usage
  
-@@ -416,4 +416,4 @@ then
- fi
- rm -rf $tmpdir
- 
--fi # ENABLE_OMF_READ
-\ No newline at end of file
-+fi # ENABLE_OMF_READ



Home | Main Index | Thread Index | Old Index