/usr/ports/graphics/geos is very out of date

Konstantin Saurbier saurbier at math.uni-bielefeld.de
Sun Nov 20 04:44:05 PST 2005


> 
> Would it be possible to get someone to update the geos port to a more current 
> one.
(...) 
> This code has has a lot of bug fixes made to it and really needs to be updated 
> to the current version.
> 
> Any help would be greatly appreciated.

I've created a patch for geos-2.1.4. The patch is attached. To apply the patch
change to your ports directory (e.g. /usr/ports/) and use the patch tool.

	patch < /path/to/saved/patchfile

You may send-pr this Patch an take Maintainership of this port if you want.

Konstantin
-------------- next part --------------
--- graphics/geos/Makefile	Tue Nov 15 07:49:28 2005
+++ graphics/geos/Makefile	Sun Nov 20 13:04:35 2005
@@ -2,11 +2,11 @@
 # Date created:		19 December 2003
 # Whom:		 	Leonardo Martins <lmartins at nepe.eee.ufg.br>
 #
-# $FreeBSD: ports/graphics/geos/Makefile,v 1.7 2005/11/15 06:49:28 ade Exp $
+# $FreeBSD: ports/graphics/geos/Makefile,v 1.6 2005/10/10 04:40:23 linimon Exp $
 #
 
 PORTNAME=	geos
-PORTVERSION=	2.0.1
+PORTVERSION=	2.1.4
 CATEGORIES=	graphics
 MASTER_SITES=	http://geos.refractions.net/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
--- graphics/geos/distinfo	Sun Nov 21 16:46:13 2004
+++ graphics/geos/distinfo	Sun Nov 20 13:28:40 2005
@@ -1,2 +1,3 @@
-MD5 (geos-2.0.1.tar.bz2) = 847ce051190d1901b0c2a9f670c6b320
-SIZE (geos-2.0.1.tar.bz2) = 512701
+SHA1 (geos-2.1.4.tar.bz2) = 9fe811851a57d3eeb3cc900b11f4f813e4680928
+MD5 (geos-2.1.4.tar.bz2) = e00524abc2cb26c8fb9173b8696be3b7
+SIZE (geos-2.1.4.tar.bz2) = 506683 
--- graphics/geos/pkg-plist	Sun Nov 21 16:46:13 2004
+++ graphics/geos/pkg-plist	Sun Nov 20 13:04:55 2005
@@ -1,3 +1,4 @@
+bin/XMLTester
 bin/geos-config
 include/geos.h
 include/geos/geom.h
@@ -24,11 +25,13 @@
 include/geos/planargraph.h
 include/geos/platform.h
 include/geos/precision.h
+include/geos/profiler.h
 include/geos/spatialIndex.h
+include/geos/timeval.h
 include/geos/unload.h
 include/geos/util.h
 include/geos/version.h
 lib/libgeos.a
 lib/libgeos.so
-lib/libgeos.so.2
+lib/libgeos.so.3
 @dirrm include/geos


More information about the freebsd-ports mailing list