Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 08:07:53 +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: r526897 - head/net/gnu-dico
Message-ID:  <202002230807.01N87r1i047096@repo.freebsd.org>

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

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

Modified:
  head/net/gnu-dico/Makefile

Modified: head/net/gnu-dico/Makefile
==============================================================================
--- head/net/gnu-dico/Makefile	Sun Feb 23 08:07:48 2020	(r526896)
+++ head/net/gnu-dico/Makefile	Sun Feb 23 08:07:53 2020	(r526897)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dico
 PORTVERSION=	2.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net textproc
 MASTER_SITES=	GNU
 PKGNAMEPREFIX=	gnu-
@@ -39,7 +39,7 @@ GUILE_CONFIGURE_OFF=	--without-guile
 PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
 PCRE_CONFIGURE_OFF=	--without-pcre
 
-GSASL_LIB_DEPENDS=	libgsasl.so:security/gsasl
+GSASL_LIB_DEPENDS=	libgsasl.so:security/libgsasl
 GSASL_CONFIGURE_WITH=	gsasl
 
 PAM_CONFIGURE_ENABLE=	pam



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