Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CD3C763BCE2 for ; Tue, 26 May 2009 12:28:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 6558D63B1E7; Tue, 26 May 2009 12:28:12 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D5B9263B184 for ; Tue, 26 May 2009 12:28:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B20C8175D0; Tue, 26 May 2009 12:28:09 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 26 May 2009 12:28:09 +0000 From: Greg Troxel Subject: CVS commit: pkgsrc/graphics/gtkimageview To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20090526122809.B20C8175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: gdt Date: Tue May 26 12:28:09 UTC 2009 Modified Files: pkgsrc/graphics/gtkimageview: Makefile distinfo Log Message: Update to 1.6.4 from 1.6.3. pkgsrc changes: upstream has provided a way to fetch the distfile with a URL that can be constructed by pkgsrc Upstream changes: * Experimental support for the build tool waf. * Fix test failures when compiling with -O0. See r631. * Ensure that conversions from double to int are performed correctly. Fixes for ticket31. * Clarify what gtk_image_view_get_draw_rect() and gtk_image_view_get_viewport() returns when the view is not allocated. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/gtkimageview/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/gtkimageview/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.