Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/graphics/geos/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 4 Feb 2004 05:20:53 -0000 1.2 +++ Makefile 6 Nov 2004 02:47:55 -0000 @@ -6,11 +6,10 @@ # PORTNAME= geos -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= graphics MASTER_SITES= http://geos.refractions.net/ -DISTNAME= ${PORTNAME}-${PORTVERSION}.0 +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= lmartins@nepe.eee.ufg.br COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL" @@ -18,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= YES GNU_CONFIGURE= YES +USE_BZIP2= YES CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/graphics/geos/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 18 Mar 2004 20:59:12 -0000 1.2 +++ distinfo 6 Nov 2004 02:49:34 -0000 @@ -1,2 +1,2 @@ -MD5 (geos-1.0.0.tar.gz) = bc9fb46ceec47ef0bf7097c3a10096f9 -SIZE (geos-1.0.0.tar.gz) = 427970 +MD5 (geos-2.0.1.tar.bz2) = 847ce051190d1901b0c2a9f670c6b320 +SIZE (geos-2.0.1.tar.bz2) = 512701 Index: pkg-plist =================================================================== RCS file: /home/ncvs/FreeBSD/ports/graphics/geos/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 3 Jan 2004 06:31:16 -0000 1.1 +++ pkg-plist 6 Nov 2004 12:48:18 -0000 @@ -1,27 +1,35 @@ bin/geos-config -include/geos/bigtest.h +include/geos.h include/geos/geom.h +include/geos/geomUtil.h +include/geos/geomgraph.h +include/geos/geomgraphindex.h include/geos/geosAlgorithm.h -include/geos/graph.h -include/geos/graphindex.h include/geos/indexBintree.h include/geos/indexChain.h include/geos/indexQuadtree.h include/geos/indexStrtree.h include/geos/indexSweepline.h include/geos/io.h +include/geos/noding.h +include/geos/nodingSnapround.h include/geos/opBuffer.h include/geos/opDistance.h +include/geos/opLinemerge.h include/geos/opOverlay.h +include/geos/opPolygonize.h include/geos/opRelate.h include/geos/opValid.h include/geos/operation.h +include/geos/planargraph.h include/geos/platform.h +include/geos/precision.h include/geos/spatialIndex.h include/geos/unload.h include/geos/util.h +include/geos/version.h lib/libgeos.a lib/libgeos.la lib/libgeos.so -lib/libgeos.so.1 +lib/libgeos.so.2 @dirrm include/geos