diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-05-10 12:50:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-05-10 12:50:44 +0000 |
commit | 0b99a534c46a9f4375baa176ca43f0d2f2bc6491 (patch) | |
tree | 426861c2db260ac8d473ff38335820b5f93b0318 /misc/xchm | |
parent | a31585a1ec5f18fe8c6b4d651e915849a0225075 (diff) | |
download | pkgsrc-0b99a534c46a9f4375baa176ca43f0d2f2bc6491.tar.gz |
Update to 1.20
Changelog:
* 1.19:
+ fixed the table of contents display for most non-Latin
character set documents (provided you get a Unicode
build).
+ fixed linking issue for wxWidgets 2.9 (the AUI libraries
were not being pulled in).
+ fixed a bunch of minor bugs.
* 1.20:
+ fixed a nasty bug that crashed the application with some
CHM files.
+ fixed strict-aliasing compile-time warning.
+ fixed a few signed/unsigned comparison warnings.
Diffstat (limited to 'misc/xchm')
-rw-r--r-- | misc/xchm/Makefile | 6 | ||||
-rw-r--r-- | misc/xchm/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index 21a06f17a37..0e5d291f9ce 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.50 2011/04/22 13:44:13 obache Exp $ +# $NetBSD: Makefile,v 1.51 2011/05/10 12:50:44 ryoon Exp $ -DISTNAME= xchm-1.18 -PKGREVISION= 1 +DISTNAME= xchm-1.20 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://xchm.sourceforge.net/ COMMENT= CHM viewer for UNIX +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/misc/xchm/distinfo b/misc/xchm/distinfo index dddc16c356f..c8efb02e6c6 100644 --- a/misc/xchm/distinfo +++ b/misc/xchm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2011/01/28 10:35:23 adam Exp $ +$NetBSD: distinfo,v 1.26 2011/05/10 12:50:44 ryoon Exp $ -SHA1 (xchm-1.18.tar.gz) = 7c1e55d6fe09df21105922ae3b487c8582734acf -RMD160 (xchm-1.18.tar.gz) = 852141e375684f5b45405a90831dcc8f24b3eb3d -Size (xchm-1.18.tar.gz) = 403698 bytes +SHA1 (xchm-1.20.tar.gz) = a2a28246f16adcd679f6302686839f8920c87ede +RMD160 (xchm-1.20.tar.gz) = 1f0d2973f3e3b38d5552156d5731275737a52fd9 +Size (xchm-1.20.tar.gz) = 409976 bytes |