diff options
author | drochner <drochner@pkgsrc.org> | 2007-07-17 10:33:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-07-17 10:33:38 +0000 |
commit | 23609107d2ac2414fdb6e099fb041d2ebe6e86ce (patch) | |
tree | bf495fe67cbf6e724f37f48f58abcb52ea372cd8 /graphics/gthumb/Makefile | |
parent | 348b118f1779471c35b9c8a9bd1376a61ecde89d (diff) | |
download | pkgsrc-23609107d2ac2414fdb6e099fb041d2ebe6e86ce.tar.gz |
update to 2.10.5
changes:
-bugfixes
-Deleted unused functions
-When generating a new thumbnail, scale the image only if the
original size is larger than the requested size.
Diffstat (limited to 'graphics/gthumb/Makefile')
-rw-r--r-- | graphics/gthumb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 5615283539e..cc4d5bdd54f 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2007/06/15 18:09:11 drochner Exp $ +# $NetBSD: Makefile,v 1.32 2007/07/17 10:33:38 drochner Exp $ -DISTNAME= gthumb-2.10.3 +DISTNAME= gthumb-2.10.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gthumb/2.10/} |