graphics/geos has its last update at December 2009 to version 3.2.0. The newest version 3.2.2 from 2010/04/18 brings a lot of bug fixes and some new features like distance measuring. geos is used for example by math/R and graphics/qgis. Fix: The following small patch should fix the port to update to newest version. This should work on all platforms (only testet on amd64): Patch attached with submission follows:
Maintainer of graphics/geos, Please note that PR ports/151875 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151875 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I will take it.
sunpoet 2010-11-09 17:40:46 UTC FreeBSD ports repository Modified files: graphics/geos Makefile distinfo Log: - Update to 3.2.2 - While I'm here, add LICENSE and remove DISTNAME assignment which is already done by bsd.port.mk Changes: 3.2.2: - Bug fixes: * CAPI: do not leak contexts when using the non-reentrant interface 3.2.1: - Bug fixes: * False positive return from IsValidOp (#333) * Return up to 15 digits of precision from GEOSisValidReason_t (#329) PR: ports/151875 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer) Revision Changes Path 1.25 +4 -4 ports/graphics/geos/Makefile 1.15 +2 -3 ports/graphics/geos/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"
State Changed From-To: feedback->closed Committed. Thanks!