svn commit: r526898 - head/net-im/jabberd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 23 08:08:04 UTC 2020


Author: sunpoet
Date: Sun Feb 23 08:07:58 2020
New Revision: 526898
URL: https://svnweb.freebsd.org/changeset/ports/526898

Log:
  Update LIB_DEPENDS after splitting gsasl library into libgsasl
  
  - Bump PORTREVISION for dependency change

Modified:
  head/net-im/jabberd/Makefile

Modified: head/net-im/jabberd/Makefile
==============================================================================
--- head/net-im/jabberd/Makefile	Sun Feb 23 08:07:53 2020	(r526897)
+++ head/net-im/jabberd/Makefile	Sun Feb 23 08:07:58 2020	(r526898)
@@ -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
 


More information about the svn-ports-head mailing list