This version 3.3.8 brings in a lot of bug fixes and improvements. Some of them are recommended for using PostGIS 2.0.3 and others. Fix: This should work on all platforms, but I only tested it on amd64. As for the previous version 3.3.7, their remains a problem when option RUBY enabled. This breaks the build. Patch attached with submission follows:
Maintainer of graphics/geos, Please note that PR ports/176635 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/176635 -- 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->beech I'll take it
Author: beech Date: Sun Mar 17 18:29:38 2013 New Revision: 314479 URL: http://svnweb.freebsd.org/changeset/ports/314479 Log: - Update to 3.3.8 PR: ports/176635 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: Maintainer timeout Modified: head/graphics/geos/Makefile (contents, props changed) head/graphics/geos/distinfo (contents, props changed) head/graphics/geos/pkg-plist (contents, props changed) Modified: head/graphics/geos/Makefile ============================================================================== --- head/graphics/geos/Makefile Sun Mar 17 18:18:25 2013 (r314478) +++ head/graphics/geos/Makefile Sun Mar 17 18:29:38 2013 (r314479) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geos -PORTVERSION= 3.3.7 +PORTVERSION= 3.3.8 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ Modified: head/graphics/geos/distinfo ============================================================================== --- head/graphics/geos/distinfo Sun Mar 17 18:18:25 2013 (r314478) +++ head/graphics/geos/distinfo Sun Mar 17 18:29:38 2013 (r314479) @@ -1,2 +1,2 @@ -SHA256 (geos-3.3.7.tar.bz2) = fd01c21b54a3c48cac3e7885f26d4ca10ea9944238776b8ce03489e5e45c592b -SIZE (geos-3.3.7.tar.bz2) = 1820984 +SHA256 (geos-3.3.8.tar.bz2) = ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b +SIZE (geos-3.3.8.tar.bz2) = 1820064 Modified: head/graphics/geos/pkg-plist ============================================================================== --- head/graphics/geos/pkg-plist Sun Mar 17 18:18:25 2013 (r314478) +++ head/graphics/geos/pkg-plist Sun Mar 17 18:29:38 2013 (r314479) @@ -356,7 +356,7 @@ include/geos/util/UnsupportedOperationEx include/geos/util/math.h include/geos/version.h include/geos_c.h -lib/libgeos-3.3.7.so +lib/libgeos-3.3.8.so lib/libgeos.a lib/libgeos.la lib/libgeos.so _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed (maintainer timeout), Thanks!