diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-10 10:53:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-10 10:53:49 +0000 |
commit | 38cf030395d0e5e469628e1ffb1e51c8fc23a8a5 (patch) | |
tree | c74a8c5da38d257c60fcbb0279eaa87a1b25b0ca | |
parent | a1ec5fe058a499971365943d4162729f121a62f0 (diff) | |
download | pkgsrc-38cf030395d0e5e469628e1ffb1e51c8fc23a8a5.tar.gz |
Update to 0.15.1:
2009-03-01: Released gWaei 0.15.1
Bug fix release! This should fix the issue some people were having doing
searches that contained kanji.
Other changes include gconf being abstracted out. It is possible to
compile the program withotu gconf available...though it isn't recommended.
Also, the deb installs and uninstalls now exit cleanly with no errors.
Last, an updated italian translation has now been added! (Thanks Fabrizio!)
-rw-r--r-- | misc/gwaei/Makefile | 4 | ||||
-rw-r--r-- | misc/gwaei/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/gwaei/Makefile b/misc/gwaei/Makefile index 73bf22532ce..c6f0164626e 100644 --- a/misc/gwaei/Makefile +++ b/misc/gwaei/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/03/01 15:13:21 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/03/10 10:53:49 wiz Exp $ # -DISTNAME= gwaei-0.15.0 +DISTNAME= gwaei-0.15.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwaei/} diff --git a/misc/gwaei/distinfo b/misc/gwaei/distinfo index 5ca95f3b808..00425bb5ae8 100644 --- a/misc/gwaei/distinfo +++ b/misc/gwaei/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/03/01 15:13:21 wiz Exp $ +$NetBSD: distinfo,v 1.5 2009/03/10 10:53:49 wiz Exp $ -SHA1 (gwaei-0.15.0.tar.gz) = 7bf152d2d95895832dcf24b166d5b7bf7c5376f1 -RMD160 (gwaei-0.15.0.tar.gz) = 18f32ea03eb56a432e0cd64a6a384c061953ecdd -Size (gwaei-0.15.0.tar.gz) = 487969 bytes +SHA1 (gwaei-0.15.1.tar.gz) = ce605464b32def0c6c038b7f6eabad4feb06a37f +RMD160 (gwaei-0.15.1.tar.gz) = 81411fe5f9d8def106d3ad8368cebc235009a531 +Size (gwaei-0.15.1.tar.gz) = 488796 bytes |