diff options
author | wiz <wiz@pkgsrc.org> | 2009-04-20 09:17:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-04-20 09:17:19 +0000 |
commit | bc95019edcade9c9f3822c04e50f10d9aad3ed2c (patch) | |
tree | f073bc00b6921f024123addb9b9dab3c23726645 /graphics | |
parent | a624f22b85b9ce5adb0fbf81b409dc4cfa03c86d (diff) | |
download | pkgsrc-bc95019edcade9c9f3822c04e50f10d9aad3ed2c.tar.gz |
Update to 4.0.4. Set LICENSE.
Comix 4.0.4
- Applied a workaround for a bug that caused the "Open" dialog to crash
when trying to open a file when the file type filter had been reset to
blank. This bug seems to only appear on some systems, probably depending
on the installed GTK+ version.
- Fixed a bug that caused the error message for unfulfilled dependencies
to not be printed properly.
- The rar/unrar program is now invoked in such a way as to keep broken
or incomplete files extracted from RAR archives, since Comix might be
able to display parts of these files anyway.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/comix/Makefile | 6 | ||||
-rw-r--r-- | graphics/comix/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index f2fd30f4b3c..22bf42aba30 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2009/02/23 09:08:35 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2009/04/20 09:17:19 wiz Exp $ # -DISTNAME= comix-4.0.3 +DISTNAME= comix-4.0.4 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=comix/} @@ -9,6 +9,8 @@ MAINTAINER= hugor@users.sourceforge.net HOMEPAGE= http://comix.sourceforge.net/index.html COMMENT= Image viewer specifically designed to handle comic books +LICENSE= gnu-gpl-v2 + PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= unrar-[0-9]*:../../archivers/unrar diff --git a/graphics/comix/distinfo b/graphics/comix/distinfo index 2eb4f2bed9e..920db66ab80 100644 --- a/graphics/comix/distinfo +++ b/graphics/comix/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2009/02/23 09:08:35 wiz Exp $ +$NetBSD: distinfo,v 1.15 2009/04/20 09:17:19 wiz Exp $ -SHA1 (comix-4.0.3.tar.gz) = 2343c5912e4ff8074b03bcef967750bb1a79f2a4 -RMD160 (comix-4.0.3.tar.gz) = 1184650221762e01bf8ffde7818d528fef79e9b6 -Size (comix-4.0.3.tar.gz) = 468112 bytes +SHA1 (comix-4.0.4.tar.gz) = a707cbd88efda85ee0263fd38ba6bca97eee402c +RMD160 (comix-4.0.4.tar.gz) = 48e4fba57697feed1d71977c1a0693a1aa6c3caf +Size (comix-4.0.4.tar.gz) = 481687 bytes |