git: f0ba11417a17 - main - net/lavinmq: bump deps to enable perf testing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jan 2023 18:24:27 UTC
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0ba11417a17cd4cdb7be906ec5ca4cf044cef4a commit f0ba11417a17cd4cdb7be906ec5ca4cf044cef4a Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2023-01-23 18:24:09 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2023-01-23 18:24:09 +0000 net/lavinmq: bump deps to enable perf testing --- net/lavinmq/Makefile | 3 ++- net/lavinmq/distinfo | 6 +++--- net/lavinmq/files/patch-src_lavinmqperf.cr | 11 ----------- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/net/lavinmq/Makefile b/net/lavinmq/Makefile index 5c1a67ad9e35..0957fb1fe958 100644 --- a/net/lavinmq/Makefile +++ b/net/lavinmq/Makefile @@ -1,6 +1,7 @@ PORTNAME= lavinmq DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-beta.8 +PORTREVISION= 1 CATEGORIES= net PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -22,7 +23,7 @@ GH_TUPLE= \ 84codes:http-protection:893a191d55e301e0df96d6dd0f7d72c527bddeb8:a/deps/http-protection \ 84codes:systemd.cr:v2.0.0:systemd/deps/systemd.cr \ cloudamqp:amq-protocol.cr:v1.1.2:proto/deps/amq-protocol.cr \ - cloudamqp:amqp-client.cr:v1.0.9:client/deps/amqp-client.cr \ + cloudamqp:amqp-client.cr:v1.0.10:client/deps/amqp-client.cr \ luislavena:radix:v0.4.1:radix/deps/radix \ schovi:baked_file_system:v0.10.0:baked/deps/baked_file_system \ tbrand:router.cr:v0.2.8:router/deps/router.cr diff --git a/net/lavinmq/distinfo b/net/lavinmq/distinfo index 8ffa20a7e6a0..6d4458e52cad 100644 --- a/net/lavinmq/distinfo +++ b/net/lavinmq/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1672656176 +TIMESTAMP = 1674491677 SHA256 (cloudamqp-lavinmq-v1.0.0-beta.8_GH0.tar.gz) = e0c7a90bc0b240f2dcf118a9c922c4b0ee604f19dfb2ed0b7137cb73af8abe3b SIZE (cloudamqp-lavinmq-v1.0.0-beta.8_GH0.tar.gz) = 707858 SHA256 (84codes-http-protection-893a191d55e301e0df96d6dd0f7d72c527bddeb8_GH0.tar.gz) = eba9fed6dff8ed2b1322ca57b5bdd1e6d4afe49367ca84f38cd0cd7c062dab93 @@ -7,8 +7,8 @@ SHA256 (84codes-systemd.cr-v2.0.0_GH0.tar.gz) = 4dd0c6f838542f97338866aef36de7b4 SIZE (84codes-systemd.cr-v2.0.0_GH0.tar.gz) = 4339 SHA256 (cloudamqp-amq-protocol.cr-v1.1.2_GH0.tar.gz) = 23c1f3bd2c611a4249fc4a5438db2d68d647dfef900138675aabdc0e4a122ca5 SIZE (cloudamqp-amq-protocol.cr-v1.1.2_GH0.tar.gz) = 15611 -SHA256 (cloudamqp-amqp-client.cr-v1.0.9_GH0.tar.gz) = 9c7cbcd390b353ac9e138d669ec251236341c0f8ccf18b190f37b46f16a5c0d8 -SIZE (cloudamqp-amqp-client.cr-v1.0.9_GH0.tar.gz) = 19647 +SHA256 (cloudamqp-amqp-client.cr-v1.0.10_GH0.tar.gz) = b42687a80b2e5d9ad2e7e7378570112e24945ce6fbd74522e5f1aa3249af8635 +SIZE (cloudamqp-amqp-client.cr-v1.0.10_GH0.tar.gz) = 20739 SHA256 (luislavena-radix-v0.4.1_GH0.tar.gz) = 5f207eb769101d94726eb476eb5f9b4603482c7941396ab4c85866722b7497b1 SIZE (luislavena-radix-v0.4.1_GH0.tar.gz) = 13847 SHA256 (schovi-baked_file_system-v0.10.0_GH0.tar.gz) = ea63c25b5327817bb494edb3e74950a42a4a50efc25e8035292f15f1e3039a50 diff --git a/net/lavinmq/files/patch-src_lavinmqperf.cr b/net/lavinmq/files/patch-src_lavinmqperf.cr deleted file mode 100644 index 6ee6f520610e..000000000000 --- a/net/lavinmq/files/patch-src_lavinmqperf.cr +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lavinmqperf.cr.orig 2023-01-02 14:26:00 UTC -+++ src/lavinmqperf.cr -@@ -482,7 +482,7 @@ class ConnectionCount < Perf - - private def client : AMQP::Client - client = @client ||= AMQP::Client.new(@uri) -- client.host = "127.0.#{Random.rand(UInt8)}.#{Random.rand(UInt8)}" if @random_localhost -+ # client.host = "127.0.#{Random.rand(UInt8)}.#{Random.rand(UInt8)}" if @random_localhost - client - end -