Date: Mon, 4 Feb 2019 00:16:36 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492094 - head/graphics/geos Message-ID: <201902040016.x140Ga0e016156@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Feb 4 00:16:36 2019 New Revision: 492094 URL: https://svnweb.freebsd.org/changeset/ports/492094 Log: Update to 3.7.1 Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.7 https://github.com/libgeos/geos/blob/3.7/NEWS PR: 235260 Exp-run by: antoine Modified: head/graphics/geos/Makefile head/graphics/geos/distinfo head/graphics/geos/pkg-plist Modified: head/graphics/geos/Makefile ============================================================================== --- head/graphics/geos/Makefile Mon Feb 4 00:06:11 2019 (r492093) +++ head/graphics/geos/Makefile Mon Feb 4 00:16:36 2019 (r492094) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= geos -PORTVERSION= 3.6.3 -PORTREVISION= 1 +PORTVERSION= 3.7.1 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/geos/ \ LOCAL/sunpoet @@ -17,12 +16,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= RUBY OPTIONS_SUB= yes +USES= compiler:c++11-lang gmake libtool tar:bzip2 + CONFIGURE_ARGS= ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= gmake libtool tar:bzip2 PLIST_SUB= PORTVERSION=${PORTVERSION} @@ -35,6 +35,6 @@ post-patch: @${REINPLACE_CMD} -e 's|-lstdc++||' ${WRKSRC}/tests/geostest/Makefile.in ${WRKSRC}/tests/thread/Makefile.in post-configure: - @${FIND} ${WRKSRC} -name Makefile -exec ${REINPLACE_CMD} -e '/CXXFLAGS = / s| -O2||' {} \; + @${FIND} ${WRKSRC} -name Makefile -exec ${REINPLACE_CMD} -e '/CXXFLAGS = / s| -O2||' {} + .include <bsd.port.mk> Modified: head/graphics/geos/distinfo ============================================================================== --- head/graphics/geos/distinfo Mon Feb 4 00:06:11 2019 (r492093) +++ head/graphics/geos/distinfo Mon Feb 4 00:16:36 2019 (r492094) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533566912 -SHA256 (geos-3.6.3.tar.bz2) = ab9eaa0a67f7068866ac1e4dbf717b0c49f96254d65e9ce23ed7af1cccbe3e4b -SIZE (geos-3.6.3.tar.bz2) = 1987528 +TIMESTAMP = 1546194104 +SHA256 (geos-3.7.1.tar.bz2) = 0006c7b49eaed016b9c5c6f872417a7d7dc022e069ddd683335793d905a8228c +SIZE (geos-3.7.1.tar.bz2) = 2055129 Modified: head/graphics/geos/pkg-plist ============================================================================== --- head/graphics/geos/pkg-plist Mon Feb 4 00:06:11 2019 (r492093) +++ head/graphics/geos/pkg-plist Mon Feb 4 00:16:36 2019 (r492094) @@ -24,6 +24,7 @@ include/geos/algorithm/RayCrossingCounter.h include/geos/algorithm/RobustDeterminant.h include/geos/algorithm/SIRtreePointInRing.h include/geos/algorithm/SimplePointInRing.h +include/geos/algorithm/distance/DiscreteFrechetDistance.h include/geos/algorithm/distance/DiscreteHausdorffDistance.h include/geos/algorithm/distance/DistanceToPoint.h include/geos/algorithm/distance/PointPairDistance.h @@ -53,7 +54,6 @@ include/geos/geom/GeometryComponentFilter.h include/geos/geom/GeometryFactory.h include/geos/geom/GeometryFactory.inl include/geos/geom/GeometryFilter.h -include/geos/geom/GeometryList.h include/geos/geom/IntersectionMatrix.h include/geos/geom/LineSegment.h include/geos/geom/LineSegment.inl @@ -266,6 +266,7 @@ include/geos/operation/distance/DistanceOp.h include/geos/operation/distance/FacetSequence.h include/geos/operation/distance/FacetSequenceTreeBuilder.h include/geos/operation/distance/GeometryLocation.h +include/geos/operation/distance/IndexedFacetDistance.h include/geos/operation/intersection/Rectangle.h include/geos/operation/intersection/RectangleIntersection.h include/geos/operation/intersection/RectangleIntersectionBuilder.h @@ -388,6 +389,6 @@ lib/libgeos.so lib/libgeos_c.a lib/libgeos_c.so lib/libgeos_c.so.1 -lib/libgeos_c.so.1.10.3 +lib/libgeos_c.so.1.11.1 %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902040016.x140Ga0e016156>