pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/pngcrush



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug  2 15:02:12 UTC 2018

Modified Files:
        pkgsrc/graphics/pngcrush: Makefile distinfo

Log Message:
pngcrush: updated to 1.8.13

Version 1.8.13 (built with libpng-1.6.32 and zlib-1.2.11)
  Add "exit(0)" after processing "-version" argument, to avoid
    displaying the Usage information
  Fix problem with MacOS prior to Sierra; it uses CLOCK_MONOTONIC
    for some other purpose

Version 1.8.12 (built with libpng-1.6.31 and zlib-1.2.11)
  Added POWERPC-VSX support.
  Report whether using optimizations.
  Added filter_method 6 (same as filter 5 with -speed).
  Added "methods" 149-176 (that use filter_method 6).
  Changed default verbosity from 1 (normal) to 0 (quiet). Use "-v" to get
    the previous default behavior and "-v -v" to get the previous "verbose"
    behavior. The "-s" (silent) and "-q" (quiet) options behave as before.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/graphics/pngcrush/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/pngcrush/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/pngcrush/Makefile
diff -u pkgsrc/graphics/pngcrush/Makefile:1.88 pkgsrc/graphics/pngcrush/Makefile:1.89
--- pkgsrc/graphics/pngcrush/Makefile:1.88      Mon Apr 10 08:59:34 2017
+++ pkgsrc/graphics/pngcrush/Makefile   Thu Aug  2 15:02:12 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.88 2017/04/10 08:59:34 adam Exp $
+# $NetBSD: Makefile,v 1.89 2018/08/02 15:02:12 adam Exp $
 
-DISTNAME=      pngcrush-1.8.11-nolib
-PKGNAME=       ${DISTNAME:C/-nolib//}
+DISTNAME=      pngcrush-1.8.13-nolib
+PKGNAME=       ${DISTNAME:S/-nolib//}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pmt/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/graphics/pngcrush/distinfo
diff -u pkgsrc/graphics/pngcrush/distinfo:1.68 pkgsrc/graphics/pngcrush/distinfo:1.69
--- pkgsrc/graphics/pngcrush/distinfo:1.68      Mon Apr 10 08:59:34 2017
+++ pkgsrc/graphics/pngcrush/distinfo   Thu Aug  2 15:02:12 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.68 2017/04/10 08:59:34 adam Exp $
+$NetBSD: distinfo,v 1.69 2018/08/02 15:02:12 adam Exp $
 
-SHA1 (pngcrush-1.8.11-nolib.tar.xz) = 942528b6ab062da26afcc4ddf8e881e5e6bdfe91
-RMD160 (pngcrush-1.8.11-nolib.tar.xz) = 76ff34c9015b1c127ee82e4be7728defca5deb1d
-SHA512 (pngcrush-1.8.11-nolib.tar.xz) = 1b6d1c5b934d3d349031da1e49f1b3206cb0540a3d3a36219a800f052cd30da305b80902f7bdccfcc1487babb826a925048d30f9fbae598ca8ca18d60b3c49e1
-Size (pngcrush-1.8.11-nolib.tar.xz) = 65272 bytes
+SHA1 (pngcrush-1.8.13-nolib.tar.xz) = 20654cd63a90afa9fec947cd7547edd3cf9ea975
+RMD160 (pngcrush-1.8.13-nolib.tar.xz) = 93f8a3664ea82b5bfd3cf0c340b0a467c5bf465f
+SHA512 (pngcrush-1.8.13-nolib.tar.xz) = c073d573e9b13b72fa39b178271ce65d1a19fef35943ef0a9e6121a5c66d9db212aaad38ab777c5b44e20a107eb677003acbdb4a354bcb2dc40f535a97d9df0e
+Size (pngcrush-1.8.13-nolib.tar.xz) = 66104 bytes



Home | Main Index | Thread Index | Old Index