From ce079c6602ee570c2d9399cf8228e0a147c16a93 Mon Sep 17 00:00:00 2001 From: Larry Rosenman Date: Mon, 10 Jun 2024 16:19:38 -0500 Subject: databases/postgis34: remove devel/pcre dependency databases/postgis34 depends (unnecessarily) on devel/pcre when ADDRSTD is set (default). It no longer needs this as it uses devel/pcre2 that is unconditionally depended on. Remove the ADDRSTD dependency on devel/pcre PR: 279565 Approved by: lbartoletti@FreeBSD.org (maintainer) --- databases/postgis34/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile index ee92f0f60a5d..63d43ef15ca0 100644 --- a/databases/postgis34/Makefile +++ b/databases/postgis34/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 34 @@ -44,7 +44,6 @@ SFCGAL_DESC= Enable sfcgal TOPOLOGY_DESC= Topology support ADDRSTD_CONFIGURE_WITH= address-standardizer -ADDRSTD_LIB_DEPENDS= libpcre.so:devel/pcre ADDRSTD_VARS= WANT_PGSQL+=contrib JSON_CONFIGURE_WITH= json JSON_LIB_DEPENDS= libjson-c.so:devel/json-c -- cgit v1.2.3