git: ef0c3d361990 - main - net/redpanda-connect: Update to 4.63.0

From: Jimmy Olgeni <olgeni_at_FreeBSD.org>
Date: Sun, 07 Sep 2025 03:32:30 UTC
The branch main has been updated by olgeni:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ef0c3d3619902b9be55007f38f2867751306756c

commit ef0c3d3619902b9be55007f38f2867751306756c
Author:     Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2025-09-02 21:39:22 +0000
Commit:     Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2025-09-07 03:32:19 +0000

    net/redpanda-connect: Update to 4.63.0
    
    - Convert patch to use EXTRA_PATCHES for conditional application
---
 net/redpanda-connect/Makefile                                 | 11 ++++++-----
 net/redpanda-connect/distinfo                                 | 10 +++++-----
 ...ors.patch => extra-patch-public_components_all_package.go} | 10 +++-------
 3 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile
index 419662a22cba..fc02013018f9 100644
--- a/net/redpanda-connect/Makefile
+++ b/net/redpanda-connect/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	connect
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.61.0
-PORTREVISION=	2
+DISTVERSION=	4.63.0
 CATEGORIES=	net
 PKGNAMEPREFIX=	redpanda-
 
@@ -38,13 +37,15 @@ PLIST_FILES=	"@dir(,,755) %%ETCDIR%%" \
 OPTIONS_DEFINE=		ENTERPRISE
 ENTERPRISE_DESC=	Enable connectors under the RCL license
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-post-patch:
 .if !${PORT_OPTIONS:MENTERPRISE}
-	@${PATCH} -d ${WRKSRC} < ${FILESDIR}/remove-enterprise-connectors.patch
+EXTRA_PATCHES=	${FILESDIR}/extra-patch-public_components_all_package.go
 .endif
 
+.include <bsd.port.pre.mk>
+
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${ETCDIR}
 	${INSTALL_DATA} ${FILESDIR}/config.yaml ${STAGEDIR}${ETCDIR}/config.yaml.sample
diff --git a/net/redpanda-connect/distinfo b/net/redpanda-connect/distinfo
index 3affba249741..7927524f246d 100644
--- a/net/redpanda-connect/distinfo
+++ b/net/redpanda-connect/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1752913928
-SHA256 (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.mod) = 5e49767f388d02662a2e10ab7124c78522b5248bc5033826833aee04aeb1cd4e
-SIZE (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.mod) = 24341
-SHA256 (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.zip) = ed997944cbe4fb225f86d94c7215a2f373cc9cf4a8bccfa4fd28fc67dafe8bd5
-SIZE (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.zip) = 2825956
+TIMESTAMP = 1756802247
+SHA256 (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.mod) = 33badbc44017dfad2b93750ec9e33e2eeaf56fc472fcd9c873e02e45c3894a9a
+SIZE (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.mod) = 24593
+SHA256 (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.zip) = d10393fd3a96cc3b9c591f0bd88c2d28377941576ad7522e54e81dec70b71815
+SIZE (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.zip) = 2852709
diff --git a/net/redpanda-connect/files/remove-enterprise-connectors.patch b/net/redpanda-connect/files/extra-patch-public_components_all_package.go
similarity index 66%
rename from net/redpanda-connect/files/remove-enterprise-connectors.patch
rename to net/redpanda-connect/files/extra-patch-public_components_all_package.go
index 1b2ed703f5d2..0e489a4c3db2 100644
--- a/net/redpanda-connect/files/remove-enterprise-connectors.patch
+++ b/net/redpanda-connect/files/extra-patch-public_components_all_package.go
@@ -1,21 +1,17 @@
---- public/components/all/package.go.orig	2025-06-06 23:37:55.991872000 +0200
-+++ public/components/all/package.go	2025-06-06 23:38:14.046795000 +0200
-@@ -15,20 +15,4 @@
+--- public/components/all/package.go.orig
++++ public/components/all/package.go
+@@ -15,16 +15,4 @@
  import (
  	// Import all community components.
  	_ "github.com/redpanda-data/connect/v4/public/components/community"
 -
 -	// Import all enterprise components.
--	_ "github.com/redpanda-data/connect/v4/public/components/aws/enterprise"
--	_ "github.com/redpanda-data/connect/v4/public/components/cohere"
 -	_ "github.com/redpanda-data/connect/v4/public/components/gateway"
 -	_ "github.com/redpanda-data/connect/v4/public/components/gcp/enterprise"
 -	_ "github.com/redpanda-data/connect/v4/public/components/google"
 -	_ "github.com/redpanda-data/connect/v4/public/components/kafka/enterprise"
 -	_ "github.com/redpanda-data/connect/v4/public/components/mongodb/enterprise"
 -	_ "github.com/redpanda-data/connect/v4/public/components/mysql"
--	_ "github.com/redpanda-data/connect/v4/public/components/ollama"
--	_ "github.com/redpanda-data/connect/v4/public/components/openai"
 -	_ "github.com/redpanda-data/connect/v4/public/components/postgresql"
 -	_ "github.com/redpanda-data/connect/v4/public/components/slack"
 -	_ "github.com/redpanda-data/connect/v4/public/components/snowflake"