diff options
author | adam <adam@pkgsrc.org> | 2011-10-04 09:36:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-10-04 09:36:01 +0000 |
commit | f22bab66b39330a76dc45531a2e7b38ed72a153f (patch) | |
tree | a7bb9acda939fa41449406c5cd2d39b8f874a76a /graphics | |
parent | 15cbe26bbd09a3e979fb14f7fe782d814a1d480e (diff) | |
download | pkgsrc-f22bab66b39330a76dc45531a2e7b38ed72a153f.tar.gz |
Changes 1.7.17:
* Changed "#if !defined(PNG_NO_STDIO)" to "#ifdef PNG_STDIO_SUPPORTED"
as recommended in the libpng documentation.
* Added PNG_UINT_32_NAME macro and used it to simplify chunk_type integer
definitions.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 06fc58afba3..fbd25aa36de 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2011/07/15 09:29:06 adam Exp $ +# $NetBSD: Makefile,v 1.49 2011/10/04 09:36:01 adam Exp $ -DISTNAME= pngcrush-1.7.16 +DISTNAME= pngcrush-1.7.17 PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index cb157693a1b..638ff178191 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2011/07/15 09:29:06 adam Exp $ +$NetBSD: distinfo,v 1.32 2011/10/04 09:36:01 adam Exp $ -SHA1 (pngcrush-1.7.16.tar.bz2) = 1d69cfc689a7e5ecd101559c7bb18e5de56d6162 -RMD160 (pngcrush-1.7.16.tar.bz2) = 0966e3a79170b6a4d3ebfc6a69806b36e3ecb0b8 -Size (pngcrush-1.7.16.tar.bz2) = 351096 bytes +SHA1 (pngcrush-1.7.17.tar.bz2) = b7c5857a04ffa986d711d69a445594198f39a56c +RMD160 (pngcrush-1.7.17.tar.bz2) = 0a9da7ee940c3ef271bc6048a7e002ade9654826 +Size (pngcrush-1.7.17.tar.bz2) = 370782 bytes SHA1 (patch-aa) = 5c82c5afc9923110254ac40b607fdff6d6863cc2 |