svn commit: r526895 - head/mail/mpop

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


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


More information about the svn-ports-all mailing list