Sat May 18 13:37:41 2013 UTC ()
Update to 1.0.7:

This minor maintenance release fixes some compiler warnings & man page
typos, and other code cleanups.

Alan Coopersmith (6):
      Fix pixmap leak in error paths of BWGetUnzoomedPixmap
      Combine usage messages into a single string
      Fix genererate typo in bmtoa error messages
      Simplify & unify error path between mktemp & mkstemp versions
      Mark usage() functions as noreturn, as suggested by gcc
      bitmap 1.0.7

Bjarni Ingi Gislason (1):
      bitmap.man:  Fix some typos.


(wiz)
diff -r1.8 -r1.9 pkgsrc/x11/bitmap/Makefile
diff -r1.3 -r1.4 pkgsrc/x11/bitmap/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/x11/bitmap/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/bitmap/Makefile 2012/10/29 05:06:08 1.8
+++ pkgsrc/x11/bitmap/Makefile 2013/05/18 13:37:41 1.9
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2012/10/29 05:06:08 asau Exp $ 1# $NetBSD: Makefile,v 1.9 2013/05/18 13:37:41 wiz Exp $
2# 
3 2
4DISTNAME= bitmap-1.0.6 3DISTNAME= bitmap-1.0.7
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Bitmap editor and conversion utilities 10COMMENT= Bitmap editor and conversion utilities
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15 14
16MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults 15MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
17 16

cvs diff -r1.3 -r1.4 pkgsrc/x11/bitmap/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/bitmap/distinfo 2012/06/03 17:55:41 1.3
+++ pkgsrc/x11/bitmap/distinfo 2013/05/18 13:37:41 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2012/06/03 17:55:41 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2013/05/18 13:37:41 wiz Exp $
2 2
3SHA1 (bitmap-1.0.6.tar.bz2) = 5527034785dec2b93a8d0931edc58602032d1f91 3SHA1 (bitmap-1.0.7.tar.bz2) = 18c4762b8c94b519ee2ca6c3171cc2f85e6b2421
4RMD160 (bitmap-1.0.6.tar.bz2) = 0466cb1bf00f1d7aab773a0e1fbf2dea15f3f99f 4RMD160 (bitmap-1.0.7.tar.bz2) = 2b6bb14311b35502bb188ceb86f10ff2b205dd73
5Size (bitmap-1.0.6.tar.bz2) = 165457 bytes 5Size (bitmap-1.0.7.tar.bz2) = 169437 bytes