Page MenuHomeFreeBSD

graphics/pngcheck: Update to 3.0.1
ClosedPublic

Authored by lcook on Jan 26 2021, 2:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 6:16 PM
Unknown Object (File)
Sun, Apr 21, 6:16 PM
Unknown Object (File)
Sun, Apr 21, 6:16 PM
Unknown Object (File)
Sat, Apr 20, 3:53 AM
Unknown Object (File)
Feb 17 2024, 4:12 PM
Unknown Object (File)
Feb 17 2024, 4:11 PM
Unknown Object (File)
Feb 17 2024, 4:11 PM
Unknown Object (File)
Feb 17 2024, 4:10 PM
Subscribers

Details

Summary

Changelog:

QA:

  • portlint: OK (looks fine).
  • testport: OK (poudriere: 12.2-RELEASE, amd64/i386).

PR: 253019
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lcook requested review of this revision.Jan 26 2021, 2:02 PM

LGTM!

Mind you that the command does a funny thing in amd64. Compare the two outputs:

root@12_2i386-default:~ # pngcheck /distfiles/geogebra.png 
OK: /distfiles/geogebra.png (32x32, 64-bit RGB+alpha, non-interlaced, 51.0%).
root@12_2i386-default:~ # pngcheck -s /distfiles/geogebra.png
OK: /distfiles/geogebra-1 (32x32, 64-bit RGB+alpha, non-interlaced, 100.0%).
root@12_2amd64-default:~ # pngcheck /distfiles/geogebra.png
OK: /distfiles/geogebra.png (32x32, 64-bit RGB+alpha, non-interlaced, 51.0%).
root@12_2amd64-default:~ # pngcheck -s /distfiles/geogebra.png
OK: /distfiles/geogebra-1 (32x32, 64-bit RGB+alpha, non-interlaced, -25545.9%). <-----

I would commit this, but I would report the glitch to the maintainer ;-)

Good job!

This revision is now accepted and ready to land.Jan 27 2021, 9:07 AM
This revision was automatically updated to reflect the committed changes.