summaryrefslogtreecommitdiff
path: root/net/redpanda-connect
diff options
context:
space:
mode:
Diffstat (limited to 'net/redpanda-connect')
-rw-r--r--net/redpanda-connect/Makefile16
-rw-r--r--net/redpanda-connect/distinfo10
-rw-r--r--net/redpanda-connect/files/remove-enterprise-connectors.patch12
3 files changed, 22 insertions, 16 deletions
diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile
index 46d6d169c3f0..ade227a9476b 100644
--- a/net/redpanda-connect/Makefile
+++ b/net/redpanda-connect/Makefile
@@ -1,7 +1,6 @@
PORTNAME= connect
DISTVERSIONPREFIX= v
-DISTVERSION= 4.38.0
-PORTREVISION= 2
+DISTVERSION= 4.59.0
CATEGORIES= net
PKGNAMEPREFIX= redpanda-
@@ -15,7 +14,8 @@ 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_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
@@ -30,12 +30,12 @@ ETCDIR= ${PREFIX}/etc/${PKGNAMEPREFIX}${PORTNAME}
USERS= benthos
GROUPS= benthos
-PLIST_FILES= bin/redpanda-connect \
- "@dir(,,755) %%ETCDIR%%" \
- "@sample %%ETCDIR%%/config.yaml.sample"
+PLIST_FILES= "@dir(,,755) %%ETCDIR%%" \
+ "@sample %%ETCDIR%%/config.yaml.sample" \
+ bin/redpanda-connect
-OPTIONS_DEFINE= ENTERPRISE
-ENTERPRISE_DESC=Enable connectors under the RCL license
+OPTIONS_DEFINE= ENTERPRISE
+ENTERPRISE_DESC= Enable connectors under the RCL license
.include <bsd.port.pre.mk>
diff --git a/net/redpanda-connect/distinfo b/net/redpanda-connect/distinfo
index 12a6a0a2bfd0..cee8e4418fba 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 = 1751091627
+SHA256 (go/net_redpanda-connect/connect-v4.59.0/v4.59.0.mod) = 8f1023acddcb605b8b825205d83f9d8f5c8bd509b2f7b0696b94ca15c43a3c13
+SIZE (go/net_redpanda-connect/connect-v4.59.0/v4.59.0.mod) = 24257
+SHA256 (go/net_redpanda-connect/connect-v4.59.0/v4.59.0.zip) = 33b7be19c3821c070ead3237b2ab9397f2186fd0ea8d3fe9f2049e2370c8c8d9
+SIZE (go/net_redpanda-connect/connect-v4.59.0/v4.59.0.zip) = 2799966
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,6 +1,6 @@
---- 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"
@@ -8,10 +8,16 @@
- // 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"
)