Skip to content

Commit

Permalink
net/rabbitmq: bump version to accommodate updated lang/elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
dch committed Jun 24, 2021
1 parent 5ffacdf commit d511437
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion net/rabbitmq/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= rabbitmq
DISTVERSION= 3.8.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PORTVERSION}/
DISTNAME= ${PORTNAME}-server-${PORTVERSION}
Expand Down
11 changes: 11 additions & 0 deletions net/rabbitmq/files/patch-deps_rabbitmq__cli_mix.exs
@@ -0,0 +1,11 @@
--- deps/rabbitmq_cli/mix.exs.orig 2021-06-23 10:54:40 UTC
+++ deps/rabbitmq_cli/mix.exs
@@ -20,7 +20,7 @@ defmodule RabbitMQCtl.MixfileBase do
[
app: :rabbitmqctl,
version: "3.8.0-dev",
- elixir: ">= 1.7.0 and < 1.11.0",
+ elixir: ">= 1.7.0",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
escript: [main_module: RabbitMQCtl,

0 comments on commit d511437

Please sign in to comment.