svn commit: r526896 - head/mail/msmtp

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


Author: sunpoet
Date: Sun Feb 23 08:07:48 2020
New Revision: 526896
URL: https://svnweb.freebsd.org/changeset/ports/526896

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

Modified:
  head/mail/msmtp/Makefile

Modified: head/mail/msmtp/Makefile
==============================================================================
--- head/mail/msmtp/Makefile	Sun Feb 23 08:07:43 2020	(r526895)
+++ head/mail/msmtp/Makefile	Sun Feb 23 08:07:48 2020	(r526896)
@@ -3,6 +3,7 @@
 
 PORTNAME=	msmtp
 PORTVERSION=	1.8.7
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	https://marlam.de/msmtp/releases/
 
@@ -29,7 +30,7 @@ MSMTPD_DESC=	Include minimal SMTP server that pipes ma
 MSMTPQ_DESC=	Install offline messaging scripts
 
 GSASL_CONFIGURE_WITH=	libgsasl
-GSASL_LIB_DEPENDS=	libgsasl.so:security/gsasl
+GSASL_LIB_DEPENDS=	libgsasl.so:security/libgsasl
 IDN_CONFIGURE_WITH=	libidn
 IDN_LIB_DEPENDS=	libidn2.so:dns/libidn2
 LIBSECRET_CONFIGURE_WITH=	libsecret


More information about the svn-ports-all mailing list