diff options
Diffstat (limited to 'net/redpanda-connect/Makefile')
-rw-r--r-- | net/redpanda-connect/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile index fc02013018f9..38a994349932 100644 --- a/net/redpanda-connect/Makefile +++ b/net/redpanda-connect/Makefile @@ -1,6 +1,7 @@ PORTNAME= connect DISTVERSIONPREFIX= v -DISTVERSION= 4.63.0 +DISTVERSION= 4.67.0 +PORTREVISION= 1 CATEGORIES= net PKGNAMEPREFIX= redpanda- @@ -45,6 +46,9 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-public_components_all_package.go .include <bsd.port.pre.mk> +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} |