Please consider attached patch. Proposed commit log: - Update to version 3.14.1 - Stop hardcoding port version within the Makefile - Reduce unneeded use of global scope modifier in REINPLACE_CMD regex - Reorder USE_ knobs so they firmly follow natural order or operations (extract/patch/build) - Move PLIST_FILES closer to other metainformation - Clean up Makefile and beautify pkg-descr I did NOT check if any dependencies require port revision bumps, sorry, ENOTIME for this. (My port, which is consumer of freeimage, requires this update, but links statically.)
Responsible Changed From-To: freebsd-ports-bugs->gahr Over to maintainer (via the GNATS Auto Assign Tool)
gahr 2010-12-20 09:00:38 UTC FreeBSD ports repository Modified files: graphics/freeimage Makefile distinfo pkg-descr graphics/freeimage/files patch-Source-LibOpenJPEG_opj_malloc.h Log: - Update to 3.14.1 - Makefile cleanup PR: 153178 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> Revision Changes Path 1.14 +15 -18 ports/graphics/freeimage/Makefile 1.8 +2 -3 ports/graphics/freeimage/distinfo 1.2 +6 -4 ports/graphics/freeimage/files/patch-Source-LibOpenJPEG_opj_malloc.h 1.2 +5 -6 ports/graphics/freeimage/pkg-descr _______________________________________________ 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!