aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2020-02-23 16:07:58 +0800
committersunpoet <sunpoet@FreeBSD.org>2020-02-23 16:07:58 +0800
commita2f9afdd0c9d8f1d3ff1d07751c845121f6b58c7 (patch)
tree4c23dba35795a8d2d88a09e0ef4c3a23ba0dfd2c
parent11ddb7146b19ca2cf4afcf33d33d20c230731b86 (diff)
downloadfreebsd-ports-gnome-a2f9afdd0c9d8f1d3ff1d07751c845121f6b58c7.tar.gz
freebsd-ports-gnome-a2f9afdd0c9d8f1d3ff1d07751c845121f6b58c7.tar.zst
freebsd-ports-gnome-a2f9afdd0c9d8f1d3ff1d07751c845121f6b58c7.zip
Update LIB_DEPENDS after splitting gsasl library into libgsasl
- Bump PORTREVISION for dependency change
-rw-r--r--net-im/jabberd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile
index 1793d65002d3..d7ac5bccd9c2 100644
--- a/net-im/jabberd/Makefile
+++ b/net-im/jabberd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jabberd
PORTVERSION= 2.7.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
LOCAL/matthew/${PORTNAME}
@@ -14,7 +14,7 @@ COMMENT= Online presence and instant messaging server
LICENSE= GPLv2
LIB_DEPENDS= libexpat.so:textproc/expat2 \
- libgsasl.so:security/gsasl \
+ libgsasl.so:security/libgsasl \
libidn.so:dns/libidn \
libudns.so:dns/udns