Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 08:07:44 +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: r526895 - head/mail/mpop
Message-ID:  <202002230807.01N87ig8046878@repo.freebsd.org>

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

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

Modified:
  head/mail/mpop/Makefile

Modified: head/mail/mpop/Makefile
==============================================================================
--- head/mail/mpop/Makefile	Sun Feb 23 08:07:39 2020	(r526894)
+++ head/mail/mpop/Makefile	Sun Feb 23 08:07:43 2020	(r526895)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mpop
 DISTVERSION=	1.4.7
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	https://marlam.de/mpop/releases/
 
@@ -27,7 +28,7 @@ OPTIONS_SUB=		yes
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
 GNUTLS_CONFIGURE_ON=	--with-tls=gnutls
 GSASL_DESC=		${SASL_DESC} via GNU SASL
-GSASL_LIB_DEPENDS=	libgsasl.so:security/gsasl
+GSASL_LIB_DEPENDS=	libgsasl.so:security/libgsasl
 GSASL_CONFIGURE_WITH=	libgsasl
 IDN_LIB_DEPENDS=	libidn2.so:dns/libidn2
 IDN_CONFIGURE_WITH=	libidn



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