diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile index ae9956a452b9..0713f74f4efa 100644 --- a/net/redpanda-connect/Makefile +++ b/net/redpanda-connect/Makefile @@ -1,51 +1,50 @@ PORTNAME= connect DISTVERSIONPREFIX= v -DISTVERSION= 4.38.0 -PORTREVISION= 4 +DISTVERSION= 4.56.0 CATEGORIES= net PKGNAMEPREFIX= redpanda- MAINTAINER= olgeni@FreeBSD.org COMMENT= Stream processor for a wide array of data sources and sinks WWW= https://redpanda.com/blog/redpanda-connect # RCL license applies to some connectors LICENSE= APACHE20 RCL LICENSE_COMB= multi LICENSE_NAME_RCL= Redpanda Community License Agreement LICENSE_FILE_APACHE20= ${WRKSRC}/licenses/Apache-2.0.txt LICENSE_FILE_RCL= ${WRKSRC}/licenses/rcl.md LICENSE_PERMS_RCL= dist-mirror dist-sell pkg-mirror pkg-sell no-auto-accept LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= go:modules USE_RC_SUBR= redpanda_connect GO_MODULE= github.com/redpanda-data/connect/v4 GO_TARGET= ./cmd/redpanda-connect ETCDIR= ${PREFIX}/etc/${PKGNAMEPREFIX}${PORTNAME} # Redpanda Connect was formerly known as Benthos USERS= benthos GROUPS= benthos PLIST_FILES= bin/redpanda-connect \ "@dir(,,755) %%ETCDIR%%" \ "@sample %%ETCDIR%%/config.yaml.sample" OPTIONS_DEFINE= ENTERPRISE ENTERPRISE_DESC=Enable connectors under the RCL license .include post-patch: .if !${PORT_OPTIONS:MENTERPRISE} @${PATCH} -d ${WRKSRC} < ${FILESDIR}/remove-enterprise-connectors.patch .endif post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/config.yaml ${STAGEDIR}${ETCDIR}/config.yaml.sample .include diff --git a/net/redpanda-connect/distinfo b/net/redpanda-connect/distinfo index 12a6a0a2bfd0..5bcd85a9ae81 100644 --- a/net/redpanda-connect/distinfo +++ b/net/redpanda-connect/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1729455945 -SHA256 (go/net_redpanda-connect/connect-v4.38.0/v4.38.0.mod) = 1133575da78c520fb3a64f3ad79e3bf9d5df02adbb3b131023b13402a4214aec -SIZE (go/net_redpanda-connect/connect-v4.38.0/v4.38.0.mod) = 20068 -SHA256 (go/net_redpanda-connect/connect-v4.38.0/v4.38.0.zip) = abaafe502942e21234ff3350181ff526cfc526d02abe9cfba8d64ee82bb41867 -SIZE (go/net_redpanda-connect/connect-v4.38.0/v4.38.0.zip) = 1957689 +TIMESTAMP = 1749245313 +SHA256 (go/net_redpanda-connect/connect-v4.56.0/v4.56.0.mod) = 1657d7adda0c1bff38c6bce86f206c1e37efbc24447ffdab1c626f2d67ac2d08 +SIZE (go/net_redpanda-connect/connect-v4.56.0/v4.56.0.mod) = 24257 +SHA256 (go/net_redpanda-connect/connect-v4.56.0/v4.56.0.zip) = 1c9b802bbbd3dff7c3701987ec80ff5cbde1d257df0b0a8068e7961694553aa2 +SIZE (go/net_redpanda-connect/connect-v4.56.0/v4.56.0.zip) = 2779131 diff --git a/net/redpanda-connect/files/remove-enterprise-connectors.patch b/net/redpanda-connect/files/remove-enterprise-connectors.patch index 1b3285cf9d4d..1b2ed703f5d2 100644 --- a/net/redpanda-connect/files/remove-enterprise-connectors.patch +++ b/net/redpanda-connect/files/remove-enterprise-connectors.patch @@ -1,17 +1,23 @@ ---- public/components/all/package.go.orig -+++ public/components/all/package.go -@@ -15,14 +15,4 @@ +--- 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 @@ 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" - _ "github.com/redpanda-data/connect/v4/public/components/splunk" )