diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile index 68e09e0f8a90..a8ffbebfadf7 100644 --- a/net/redpanda-connect/Makefile +++ b/net/redpanda-connect/Makefile @@ -1,57 +1,56 @@ PORTNAME= connect DISTVERSIONPREFIX= v -DISTVERSION= 4.78.0 -PORTREVISION= 4 +DISTVERSION= 4.89.1 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= "@dir(,,755) %%ETCDIR%%" \ "@sample %%ETCDIR%%/config.yaml.sample" \ bin/redpanda-connect OPTIONS_DEFINE= ENTERPRISE ENTERPRISE_DESC= Enable connectors under the RCL license .include .if !${PORT_OPTIONS:MENTERPRISE} EXTRA_PATCHES= ${FILESDIR}/extra-patch-public_components_all_package.go .endif .include post-patch: @${CP} ${WRKSRC}/vendor/github.com/AthenZ/athenz/libs/go/sia/util/os_util_linux.go \ ${WRKSRC}/vendor/github.com/AthenZ/athenz/libs/go/sia/util/os_util_freebsd.go 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 bfb54520861b..eb9148be383d 100644 --- a/net/redpanda-connect/distinfo +++ b/net/redpanda-connect/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1768776250 -SHA256 (go/net_redpanda-connect/connect-v4.78.0/v4.78.0.mod) = 54f9ac37456896cf394d18fedab15db3152b874ca5c2dd65b3bb31f372072c8b -SIZE (go/net_redpanda-connect/connect-v4.78.0/v4.78.0.mod) = 26831 -SHA256 (go/net_redpanda-connect/connect-v4.78.0/v4.78.0.zip) = d2643471ca132c688b960996b0df7223c83e1a71e67500a8c59f644456568cdf -SIZE (go/net_redpanda-connect/connect-v4.78.0/v4.78.0.zip) = 3457896 +TIMESTAMP = 1777165455 +SHA256 (go/net_redpanda-connect/connect-v4.89.1/v4.89.1.mod) = 30e8dd4463749c65c449ef22f943f4b2b66ce6bb933c9b5d12dc6ea16e362866 +SIZE (go/net_redpanda-connect/connect-v4.89.1/v4.89.1.mod) = 28930 +SHA256 (go/net_redpanda-connect/connect-v4.89.1/v4.89.1.zip) = 08b0f96c6f0c2f491dc6ec1c06d5120d195a1b089b6a2ae86c119482e858dafd +SIZE (go/net_redpanda-connect/connect-v4.89.1/v4.89.1.zip) = 4104864 diff --git a/net/redpanda-connect/files/extra-patch-public_components_all_package.go b/net/redpanda-connect/files/extra-patch-public_components_all_package.go index 0bd3b054d32a..51b22861b035 100644 --- a/net/redpanda-connect/files/extra-patch-public_components_all_package.go +++ b/net/redpanda-connect/files/extra-patch-public_components_all_package.go @@ -1,22 +1,25 @@ --- public/components/all/package.go.orig +++ public/components/all/package.go -@@ -15,19 +15,4 @@ +@@ -15,22 +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/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/iceberg" - _ "github.com/redpanda-data/connect/v4/public/components/jira" - _ "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/mssqlserver" - _ "github.com/redpanda-data/connect/v4/public/components/mysql" +- _ "github.com/redpanda-data/connect/v4/public/components/oracledb" - _ "github.com/redpanda-data/connect/v4/public/components/postgresql" +- _ "github.com/redpanda-data/connect/v4/public/components/salesforce" - _ "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" - _ "github.com/redpanda-data/connect/v4/public/components/tigerbeetle" )