Bug 140726

Summary: Update graphics/pngcrush to 1.7.5 and add color counting feature
Product: Ports & Packages Reporter: Joseph S. Atkinson <jsa>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!