Bug 199520 - [patch] [maintainer-update] graphics/pngcrush: update to 1.7.85
Summary: [patch] [maintainer-update] graphics/pngcrush: update to 1.7.85
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Veniamin Gvozdikov
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-04-18 13:45 UTC by Anton Saietskii
Modified: 2015-04-28 06:06 UTC (History)
1 user (show)

See Also:


Attachments
patch for update (1000 bytes, text/plain)
2015-04-18 13:45 UTC, Anton Saietskii
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Saietskii 2015-04-18 13:45:31 UTC
Created attachment 155698 [details]
patch for update

Update to latest upstream version.
Changelog:
*  Improved reporting of invalid chunk names. Does not try to put
     non-printable characters in STDERR; displays hex numbers instead.
*  Fixed include path for utime.h on MSVC (Louis McLaughlin).
*  Eliminated "FAR" memory support (it was removed from libpng at version
     1.6.0).
*  Disabled the "-already_crushed" option which does not really work well.
Comment 1 Veniamin Gvozdikov freebsd_committer freebsd_triage 2015-04-28 05:44:33 UTC
I'll take it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-04-28 06:05:46 UTC
A commit references this bug:

Author: vg
Date: Tue Apr 28 06:05:36 UTC 2015
New revision: 384887
URL: https://svnweb.freebsd.org/changeset/ports/384887

Log:
  - Update to 1.7.85

  Changelog:
  *  Improved reporting of invalid chunk names. Does not try to put
       non-printable characters in STDERR; displays hex numbers instead.
  *  Fixed include path for utime.h on MSVC (Louis McLaughlin).
  *  Eliminated "FAR" memory support (it was removed from libpng at version
       1.6.0).
  *  Disabled the "-already_crushed" option which does not really work well.

  PR:		ports/199520
  Submitted by:	Anton Sayetsky <vsasjason@gmail.com> (maintainer)

Changes:
  head/graphics/pngcrush/Makefile
  head/graphics/pngcrush/distinfo
Comment 3 Veniamin Gvozdikov freebsd_committer freebsd_triage 2015-04-28 06:06:46 UTC
Commited, thank you!