Bug 176635 - [PATCH] graphics/geos: update to 3.3.8
Summary: [PATCH] graphics/geos: update to 3.3.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-04 12:10 UTC by Rainer Hurling
Modified: 2013-03-17 18:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.14 KB, patch)
2013-03-04 12:10 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2013-03-04 12:10:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-04 12:10:07 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-04 12:10:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2013-03-05 02:48:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-03-17 18:29:46 UTC
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"
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2013-03-17 18:30:03 UTC
State Changed
From-To: feedback->closed

Committed (maintainer timeout), Thanks!