The encoded output from mpack on a PNG file will tag it as application/octet-stream. Ideally, it would be tagged as image/png. Fix: The attached shar file makes the patch-magic.c have the right data to identify image/png files. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
dinoex 2011-02-18 06:19:28 UTC FreeBSD ports repository Modified files: converters/mpack Makefile converters/mpack/files patch-magic.c Log: - tag PNG fils as image/png PR: 154852 Submitted by: Kurt Lidl Revision Changes Path 1.22 +1 -1 ports/converters/mpack/Makefile 1.2 +10 -2 ports/converters/mpack/files/patch-magic.c _______________________________________________ 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"
State Changed From-To: open->closed committed, thanks.