summaryrefslogtreecommitdiff
path: root/net/redpanda-connect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/redpanda-connect/Makefile')
-rw-r--r--net/redpanda-connect/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile
index bc5226ee2302..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= 1
+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