Bug 140726 - Update graphics/pngcrush to 1.7.5 and add color counting feature
Summary: Update graphics/pngcrush to 1.7.5 and add color counting feature
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-20 17:00 UTC by Joseph S. Atkinson
Modified: 2009-11-26 20:31 UTC (History)
0 users

See Also:


Attachments
file.diff (1.22 KB, patch)
2009-11-20 17:00 UTC, Joseph S. Atkinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph S. Atkinson 2009-11-20 17:00:06 UTC
@amdmi3:

Was investigating the long standing "color counting not supported" message, and discovered that it simply needed to be defined in CFLAGS. It enables counting of colors to be used in creating indexed color palettes.

While I was reading on it, noticed there was a new version (1.7.1) according to that changelog. After a bit more poking, discovered that release announcements aren't on the main page regularly... and the current version is 1.7.5 as of 11/03/2009. (And for some perplexing reason now has a 00- prepended to the directory name on SF...)

Since I was already there, I figured I would kill two birds with one stone.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-20 17:00:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-21 19:35:34 UTC
amdmi3      2009-11-21 19:35:23 UTC

  FreeBSD ports repository

  Modified files:
    graphics/pngcrush    Makefile distinfo 
  Log:
  - Update to 1.7.5
  - Add support for color counting
  - Pass maintainership to submitter
  
  PR:             140726
  Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net>
  
  Revision  Changes    Path
  1.46      +4 -3      ports/graphics/pngcrush/Makefile
  1.38      +3 -3      ports/graphics/pngcrush/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2009-11-26 20:31:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!