Sat Jun 6 20:56:16 2009 UTC ()
Update to 1.2.37:

version 1.2.37beta01 [May 14, 2009]
  Fixed inconsistency in pngrutil.c, introduced in libpng-1.2.36.  The
    memset() was using "png_ptr->rowbytes" instead of "row_bytes", which
    the corresponding png_malloc() uses (Joe Drew).
  Clarified usage of sig_bit versus sig_bit_p in example.c (Vincent Torri)
  Updated some of the makefiles in the scripts directory (merged with
    those in libpng-1.4.0beta57).

version 1.2.37beta02 [May 19, 2009]
  Fixed typo in libpng documentation (FILTER_AVE should be FILTER_AVG)
  Relocated misplaced #endif in pngwrite.c, sCAL chunk handler.
  Conditionally compile png_read_finish_row() which is not used by
    progressive readers.
  Added contrib/pngminim/preader to demonstrate building minimal progressive
    decoder, based on contrib/gregbook with embedded libpng and zlib.

version 1.2.37beta03 [May 20, 2009]
  In contrib/pngminim/*, renamed "makefile.std" to "makefile", since there
    is only one makefile in those directories, and revised the README files
    accordingly.
  Reformated sources in libpng style (3-space indentation, comment format)

version 1.2.37rc01 [May 27, 2009]
  No changes.

versions 1.2.37 and 1.0.45 [June 4, 2009]
  Reformatted several remaining "else statement;" and "if () statment;" into
    two lines.
  Added "#define PNG_NO_WRITE_SWAP" to contrib/pngminim/encoder/pngusr.h
    and "define PNG_NO_READ_SWAP" to decoder/pngusr.h and preader/pngusr.h
  Added sections about the git repository and our coding style to the
    documentation (merged from libpng-1.4.0beta62)
  Added a section about using png_get_io_ptr() in configure scripts to detect
    the presence of libpng.


(wiz)
diff -r1.113 -r1.114 pkgsrc/graphics/png/Makefile
diff -r1.57 -r1.58 pkgsrc/graphics/png/distinfo

cvs diff -r1.113 -r1.114 pkgsrc/graphics/png/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/png/Makefile 2009/05/13 09:56:05 1.113
+++ pkgsrc/graphics/png/Makefile 2009/06/06 20:56:16 1.114
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.113 2009/05/13 09:56:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.114 2009/06/06 20:56:16 wiz Exp $
2 2
3DISTNAME= libpng-1.2.36 3DISTNAME= libpng-1.2.37
4PKGNAME= ${DISTNAME:S/lib//} 4PKGNAME= ${DISTNAME:S/lib//}
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
7 ftp://ftp.fu-berlin.de/unix/graphics/png/src/ 7 ftp://ftp.fu-berlin.de/unix/graphics/png/src/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= http://www.libpng.org/pub/png/libpng.html 11HOMEPAGE= http://www.libpng.org/pub/png/libpng.html
12COMMENT= Library for manipulating PNG images 12COMMENT= Library for manipulating PNG images
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16

cvs diff -r1.57 -r1.58 pkgsrc/graphics/png/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/png/distinfo 2009/05/13 09:56:05 1.57
+++ pkgsrc/graphics/png/distinfo 2009/06/06 20:56:16 1.58
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.57 2009/05/13 09:56:05 wiz Exp $ 1$NetBSD: distinfo,v 1.58 2009/06/06 20:56:16 wiz Exp $
2 2
3SHA1 (libpng-1.2.36.tar.bz2) = 76723755a1fe95b6a955ac65b25f17d3204782d5 3SHA1 (libpng-1.2.37.tar.bz2) = 4e2a967a24db88e9a2f6a8bab3fa1fd94bc68c00
4RMD160 (libpng-1.2.36.tar.bz2) = afe0776c90b077de12ce26b0be8bac6a513a9822 4RMD160 (libpng-1.2.37.tar.bz2) = 4c3217bf2e4137a017bff60afdb1a9d0f0f83fe8
5Size (libpng-1.2.36.tar.bz2) = 661190 bytes 5Size (libpng-1.2.37.tar.bz2) = 660314 bytes
6SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3 6SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3
7SHA1 (patch-ac) = aaafc963c85b72e37fbbeed3e76f0c2ce9ebe9b2 7SHA1 (patch-ac) = aaafc963c85b72e37fbbeed3e76f0c2ce9ebe9b2
8SHA1 (patch-ae) = e9700e7d3dd536d80e47cffa20b412a6c69660be 8SHA1 (patch-ae) = e9700e7d3dd536d80e47cffa20b412a6c69660be