diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-02 11:29:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-02 11:29:23 +0000 |
commit | 38621293f249adc6734c75ad03385d62a1fb33ea (patch) | |
tree | 1aa8ffe36c09e762775c8517d974dbf4879da96d /misc | |
parent | ab0231960005889cbfd9cb20d20dea37c8b7e043 (diff) | |
download | pkgsrc-38621293f249adc6734c75ad03385d62a1fb33ea.tar.gz |
Update to 5.2:
2010-04-26 tim <gyunaev@ulduzsoft.com>
- 5.2 RELEASE
- Fixed missing images on CHM files under Windows XP SP3;
- Fixed viewing CHM files which embed links to other CHM files;
2010-04-23 tim <gyunaev@ulduzsoft.com>
- Fixed window icon (thanks Aaron Lewis)
- Fixed typos in README and FAQ (thanks Martin 'Cheese' Lee)
- Fixed errors while building index because 'keyword' was ignored (thanks ivg)
- Switched to use new cross-compiler from http://mingw-cross-env.nongnu.org/ to create Windows builds
2009-12-17 tim <gyunaev@ulduzsoft.com>
- 5.1 RELEASE
- Trying to use non-normalized URL first to fix CHMs which use them in TOC/Index
2009-12-16 tim <gyunaev@ulduzsoft.com>
- Fixed application settings storage.
- Fixed bookmark edit button.
- Version changed to 5.1
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kchmviewer/Makefile | 7 | ||||
-rw-r--r-- | misc/kchmviewer/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/misc/kchmviewer/Makefile b/misc/kchmviewer/Makefile index 0de1f513bf8..7e93c1a9733 100644 --- a/misc/kchmviewer/Makefile +++ b/misc/kchmviewer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2010/01/18 09:59:13 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2010/05/02 11:29:23 wiz Exp $ # -DISTNAME= kchmviewer-5.0 -PKGREVISION= 1 +DISTNAME= kchmviewer-5.2 CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kchmviewer/} @@ -13,7 +12,7 @@ LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/build-5.0 +WRKSRC= ${WRKDIR}/build-5.2 USE_TOOLS+= gmake USE_PKGLOCALEDIR= YES diff --git a/misc/kchmviewer/distinfo b/misc/kchmviewer/distinfo index 27a7ea773d3..2d329fff3d6 100644 --- a/misc/kchmviewer/distinfo +++ b/misc/kchmviewer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/12/15 12:31:50 wiz Exp $ +$NetBSD: distinfo,v 1.6 2010/05/02 11:29:23 wiz Exp $ -SHA1 (kchmviewer-5.0.tar.gz) = 460e19903a6a640c1450a168f654a00e1e966dd7 -RMD160 (kchmviewer-5.0.tar.gz) = ff8536bea2070b1f75f28423e8cc9d6c1a9ab1ee -Size (kchmviewer-5.0.tar.gz) = 263607 bytes +SHA1 (kchmviewer-5.2.tar.gz) = bba7c5ff141e224cbbcc306f8c07d08708ec386f +RMD160 (kchmviewer-5.2.tar.gz) = 596ecd96c94f1a33c180869ec91b5e774e1f5e12 +Size (kchmviewer-5.2.tar.gz) = 283874 bytes |