svn commit: r526894 - head/mail/anubis

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


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 \


More information about the svn-ports-all mailing list