diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-06 15:23:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-06 15:23:10 +0000 |
commit | a57e9e08c003746bac0f557a133a19f1ca3a7980 (patch) | |
tree | 9b46c75d726209ad14565db24c5088fd41a7bd37 /textproc | |
parent | eb3fe7de25f03ab03bd60f22d5479f9b029f8448 (diff) | |
download | pkgsrc-a57e9e08c003746bac0f557a133a19f1ca3a7980.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/rarian/Makefile | 5 | ||||
-rw-r--r-- | textproc/rarian/distinfo | 10 | ||||
-rw-r--r-- | textproc/rarian/patches/patch-aa | 15 |
3 files changed, 11 insertions, 19 deletions
diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile index e9ed23109d5..9835a8f85ce 100644 --- a/textproc/rarian/Makefile +++ b/textproc/rarian/Makefile @@ -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 --git a/textproc/rarian/distinfo b/textproc/rarian/distinfo index 52772900065..c47a7d140be 100644 --- a/textproc/rarian/distinfo +++ b/textproc/rarian/distinfo @@ -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 --git a/textproc/rarian/patches/patch-aa b/textproc/rarian/patches/patch-aa index 04f881601fc..711ea2739ae 100644 --- a/textproc/rarian/patches/patch-aa +++ b/textproc/rarian/patches/patch-aa @@ -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 |