Date: Sun, 20 Nov 2005 13:44:01 +0100 From: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> To: Stephen Woodbridge <woodbri@swoodbridge.com> Cc: freebsd-ports@freebsd.org Subject: Re: /usr/ports/graphics/geos is very out of date Message-ID: <20051120124401.GA14072@fuji11.math.uni-bielefeld.de> In-Reply-To: <437FD087.6020401@swoodbridge.com> References: <437FD087.6020401@swoodbridge.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > > 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 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Description: Patch for geos-2.1.4 Content-Disposition: attachment; filename="geos.patch" --- 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@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 --HlL+5n6rz5pIUxbD--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051120124401.GA14072>