Index: head/net-im/matterbridge/Makefile =================================================================== --- head/net-im/matterbridge/Makefile (revision 542400) +++ head/net-im/matterbridge/Makefile (revision 542401) @@ -1,36 +1,35 @@ # $FreeBSD$ PORTNAME= matterbridge -PORTVERSION= 1.16.0 +PORTVERSION= 1.17.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= swills@FreeBSD.org COMMENT= Chat network bridge LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= 42wim USE_RC_SUBR= matterbridge MATTERBRIDGE_USER?= mattermost MATTERBRIDGE_GROUP?= mattermost USERS= ${MATTERBRIDGE_USER} GROUPS= ${MATTERBRIDGE_GROUP} SUB_LIST= \ MATTERBRIDGE_USER=${MATTERBRIDGE_USER} \ MATTERBRIDGE_GROUP=${MATTERBRIDGE_GROUP} PLIST_SUB= \ MATTERBRIDGE_USER=${MATTERBRIDGE_USER} \ MATTERBRIDGE_GROUP=${MATTERBRIDGE_GROUP} post-install: ${INSTALL_DATA} ${WRKSRC}/matterbridge.toml.sample ${STAGEDIR}${PREFIX}/etc/matterbridge.toml.sample .include Index: head/net-im/matterbridge/distinfo =================================================================== --- head/net-im/matterbridge/distinfo (revision 542400) +++ head/net-im/matterbridge/distinfo (revision 542401) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571165318 -SHA256 (42wim-matterbridge-v1.16.0_GH0.tar.gz) = 14b8f212265c8feb93aabc5ce15fc44610672ee0006d9f9f94229d615edfda21 -SIZE (42wim-matterbridge-v1.16.0_GH0.tar.gz) = 6228165 +TIMESTAMP = 1594952947 +SHA256 (42wim-matterbridge-v1.17.5_GH0.tar.gz) = 8093aba846dd170dbc28f5096adb0f61092389723dccd4960a1887fccb8c09dd +SIZE (42wim-matterbridge-v1.17.5_GH0.tar.gz) = 7108898 Index: head/net-im/matterbridge/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go =================================================================== --- head/net-im/matterbridge/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go (revision 542400) +++ head/net-im/matterbridge/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go (nonexistent) @@ -1,24 +0,0 @@ -From 33540a1f603772f9d4b761f416f5c10dade23e96 Mon Sep 17 00:00:00 2001 -From: Tobias Klauser -Date: Fri, 25 Oct 2019 21:13:51 +0200 -Subject: [PATCH] unix: don't use non-existing uint128 type on freebsd/arm64 - -CL 179099 introduced type FpReg on freebsd, on freebsd/arm64 using a -type uint128. This type doesn't exist in Go. - -Change-Id: Ie7f065f38f2cc2c163abdfa7dddad886b8edbe3b -Reviewed-on: https://go-review.googlesource.com/c/sys/+/203419 -Run-TryBot: Tobias Klauser -TryBot-Result: Gobot Gobot -Reviewed-by: Brad Fitzpatrick ---- vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go.orig 2019-08-18 13:42:05 UTC -+++ vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go -@@ -397,7 +397,7 @@ type Reg struct { - } - - type FpReg struct { -- Fp_q [32]uint128 -+ Fp_q [512]uint8 - Fp_sr uint32 - Fp_cr uint32 - } Property changes on: head/net-im/matterbridge/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property