From nobody Wed Apr 5 17:33:57 2023 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PsBZG292fz43pF4; Wed, 5 Apr 2023 17:33:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PsBZG1Mhwz4CV4; Wed, 5 Apr 2023 17:33:58 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1680716038; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=TgI1wlSXVAMU2QaodRbkje1gxoGd2rtESa9r+JCFh04=; b=vPdq4zeZ7fbrFfSdzLaeXQ9C42yh91ULr2SnRdIS4exageFIqMB/zn0NU8t9HgRkQ7PHPK 1yGCoZsJYLsSAYcBSaQxKNIDEI87KzqJwXAgDLgxGvxJd8mxMUjqkim26Nvb4amFCc8RWi M+IvPJlAVf9EuMks9KEexX72vDj2viSqvJ2bxTj+rJC2m+vrJnQNGVS1e3Ekhzk+TQklV2 spRaimoCh4wB5hx1OU2b0RTbfEihNUM0d5iRMpWvB6X65wsrK8FFjUkwUbl1EWjG/JUMqj /VQaUzsdLEb6YkykNDmxdhC+65vUj+zBiRhJHVltrCZou54ppXzSmGkTKdImyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1680716038; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=TgI1wlSXVAMU2QaodRbkje1gxoGd2rtESa9r+JCFh04=; b=FBzvducyDN6Z7voZsoX14bPaD4kliG4erPtidj6m4oSc1fcgXfrF68NorFv2AtzK810Lxi Ib7CvpBH/rpF4hyn8RjaGex7w7KibIUVmB19bhk9hum6qM6eBwNLmwjje722+CNXFthete cO+e17Z8ttJ1b1nTVpj+FSQEhnzp576Yc7V4dyn6z2gBA2FRRCVZLO0uxnTrozTBcPXs0J gATiu/sznXaUu3ZYpqbiX2AyAyfnfagPZj3QncCarBtXyk+HwQSn3UDxB/MV5qbs9c5nvi fi7WATkZHmJGQhcS6OT423V0ZfU0cEtw+cSzfWqYdBRMDEJ8vJjSmge6cO1s+Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1680716038; a=rsa-sha256; cv=none; b=ElcRso9Uh/OU9r/xpq3FyZikSzNuIq6vf6pVzuJrDcOrWxZmXyPJeywDKjLSrxQvImdTDb lFmLbkkVHIC6+XLw3hRIGwmnWZ2Osj0i8V7covNx1rBgQARHN9OCvqXc4G+IRYlYWO9HUS mUukxpVnnzJMTY0SKp9xLeCH11tGSZqLCwfV/P3pyPKEKVNzFfwSlY46AM2wHZoYV2fT5K MgKf0w6EIABj6sWRPNCxNTE0lClNCgAnPx6LVx4ENOcgJDuYE19uhKMGl1WPfeoQ60v929 jryi1y08cXl7L+J3vdglhMEReiB5VM7LTLQz2ZCPUeaftQnuaSDJc7RbiY/iJQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4PsBZG0SVLzWq8; Wed, 5 Apr 2023 17:33:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 335HXvkO084042; Wed, 5 Apr 2023 17:33:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 335HXvnn084041; Wed, 5 Apr 2023 17:33:57 GMT (envelope-from git) Date: Wed, 5 Apr 2023 17:33:57 GMT Message-Id: <202304051733.335HXvnn084041@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: fe2fe9076f1c - main - graphics/geos: Update to 3.11.2 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fe2fe9076f1c52ffc9619565aa8233d2a6465a09 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe2fe9076f1c52ffc9619565aa8233d2a6465a09 commit fe2fe9076f1c52ffc9619565aa8233d2a6465a09 Author: Po-Chuan Hsieh AuthorDate: 2023-04-05 17:13:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2023-04-05 17:29:48 +0000 graphics/geos: Update to 3.11.2 Changes: https://github.com/libgeos/geos/releases --- graphics/geos/Makefile | 2 +- graphics/geos/distinfo | 6 +++--- graphics/geos/pkg-plist | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 33163cf4a8cf..8597d2a383f5 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -1,5 +1,5 @@ PORTNAME= geos -PORTVERSION= 3.11.1 +PORTVERSION= 3.11.2 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/geos/ \ https://github.com/libgeos/geos/releases/download/${PORTVERSION}/ diff --git a/graphics/geos/distinfo b/graphics/geos/distinfo index f919cdd7e6e6..473909c27ca1 100644 --- a/graphics/geos/distinfo +++ b/graphics/geos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057545 -SHA256 (geos-3.11.1.tar.bz2) = 6d0eb3cfa9f92d947731cc75f1750356b3bdfc07ea020553daf6af1c768e0be2 -SIZE (geos-3.11.1.tar.bz2) = 6753232 +TIMESTAMP = 1679498532 +SHA256 (geos-3.11.2.tar.bz2) = b1f077669481c5a3e62affc49e96eb06f281987a5d36fdab225217e5b825e4cc +SIZE (geos-3.11.2.tar.bz2) = 6774288 diff --git a/graphics/geos/pkg-plist b/graphics/geos/pkg-plist index 20b5f9f9de9e..9730bd2ef15e 100644 --- a/graphics/geos/pkg-plist +++ b/graphics/geos/pkg-plist @@ -23,6 +23,7 @@ include/geos/algorithm/Orientation.h include/geos/algorithm/PointInRing.h include/geos/algorithm/PointLocation.h include/geos/algorithm/PointLocator.h +include/geos/algorithm/PolygonNodeTopology.h include/geos/algorithm/RayCrossingCounter.h include/geos/algorithm/RayCrossingCounterDD.h include/geos/algorithm/RobustDeterminant.h @@ -410,6 +411,7 @@ include/geos/triangulate/VoronoiDiagramBuilder.h include/geos/triangulate/polygon/ConstrainedDelaunayTriangulator.h include/geos/triangulate/polygon/PolygonEarClipper.h include/geos/triangulate/polygon/PolygonHoleJoiner.h +include/geos/triangulate/polygon/PolygonNoder.h include/geos/triangulate/polygon/PolygonTriangulator.h include/geos/triangulate/polygon/TriDelaunayImprover.h include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h @@ -452,5 +454,5 @@ lib/libgeos.so lib/libgeos.so.%%PORTVERSION%% lib/libgeos_c.so lib/libgeos_c.so.1 -lib/libgeos_c.so.1.17.1 +lib/libgeos_c.so.1.17.2 libdata/pkgconfig/geos.pc