Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 08:07:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526894 - head/mail/anubis
Message-ID:  <202002230807.01N87dFX046769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 23 08:07:39 2020
New Revision: 526894
URL: https://svnweb.freebsd.org/changeset/ports/526894

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

Modified:
  head/mail/anubis/Makefile

Modified: head/mail/anubis/Makefile
==============================================================================
--- head/mail/anubis/Makefile	Sun Feb 23 08:07:34 2020	(r526893)
+++ head/mail/anubis/Makefile	Sun Feb 23 08:07:39 2020	(r526894)
@@ -3,7 +3,7 @@
 
 PORTNAME=	anubis
 PORTVERSION=	4.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	mail
 MASTER_SITES=	GNU
 
@@ -61,7 +61,7 @@ GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls \
 GNUTLS_CONFIGURE_WITH=	gnutls
 
 GSASL_DESC=		GSASL support (required for databases)
-GSASL_LIB_DEPENDS=	libgsasl.so:security/gsasl
+GSASL_LIB_DEPENDS=	libgsasl.so:security/libgsasl
 GSASL_CONFIGURE_WITH=	gsasl
 
 GUILE_LIB_DEPENDS=	libltdl.so:devel/libltdl \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002230807.01N87dFX046769>