Skip to content

Commit

Permalink
net/opensips31: bump PORTREVISION to fix rabbitmq-c deps breakage
Browse files Browse the repository at this point in the history
rabbitmq-c-devel was removed in 0ac8fd9 in favour of
net/rabbitmq-c, which broke the index.

Reported by:    cperciva
Sponsored by:   SkunkWerks, GmbH
  • Loading branch information
dch committed Nov 17, 2022
1 parent 03ed9d6 commit 6d2c713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/opensips31/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= opensips31
DISTVERSION= 3.1.11
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://opensips.org/pub/opensips/${DISTVERSION}/
DISTNAME= opensips-${DISTVERSION}
Expand Down Expand Up @@ -73,7 +74,7 @@ PYTHON_USES= python
PYTHON_MAKE_ENV= PYTHON=${PYTHON_CMD}
PYTHON_VARS= EXTRA_MODULES+=python

RABBITMQ_LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c-devel
RABBITMQ_LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c
RABBITMQ_VARS= EXTRA_MODULES+="event_rabbitmq rabbitmq rabbitmq_consumer"

RADIUS_LIB_DEPENDS= libradiusclient-ng.so:net/radiusclient
Expand Down

0 comments on commit 6d2c713

Please sign in to comment.